@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
}

.container-fluid {
  max-width: 1400px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

b, strong {
  font-weight: 600;
}

.btn-primary {
  padding: 1rem 2rem;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 3px;
  font-weight: 600;
  background-color: #1C334A;
  color: #fff;
  border: 1px solid #1C334A;
}
.btn-primary:hover {
  opacity: 0.7;
}

.btn1, .btn2, .btn3 {
  padding: 1rem 2rem;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 3px;
  font-weight: 600;
  background-color: #1C334A;
  color: #fff;
}
.btn1:hover, .btn2:hover, .btn3:hover {
  opacity: 0.7;
}

.btn2-small {
  padding: 1rem 2rem;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 3px;
  font-weight: 600;
  background-color: #1C334A;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 14px;
}
.btn2-small:hover {
  opacity: 0.7;
}

.title-single {
  color: rgb(15, 15, 14);
  line-height: 1.2;
  margin-bottom: 1rem;
  font-size: 25px;
  font-family: "Inter", sans-serif;
  letter-spacing: 3px;
  font-weight: 400;
}

.view-all-link {
  font-size: 1rem;
  color: #1C334A;
  text-decoration: underline;
  transition: color 0.3s;
}
.view-all-link:hover {
  color: #1C334A;
}

.btn-offer {
  width: 100%;
  margin-bottom: 10px;
  background-color: rgb(15, 15, 14);
  border-color: rgb(15, 15, 14);
}
.btn-offer:hover {
  background-color: #1C334A;
  border-color: #1C334A;
}

.navbar-toggler {
  border: 1px solid #1C334A;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #1C334A;
  color: rgb(15, 15, 14);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(189, 165, 113,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.section1 {
  padding: 7px 0;
  border-bottom: 1px solid #e3e2ee;
  background-color: #f5f1ea;
}
.section1 .logo img {
  max-width: 170px;
}
.section1 .navbar-light .navbar-nav .nav-link {
  color: #1D1D3A;
}
.section1 .navbar-light .navbar-nav .nav-link:hover {
  color: #1C334A;
}
.section1 .navbar-light .navbar-nav .active .nav-link {
  color: #1C334A;
}
@media screen and (max-width: 991px) {
  .section1 .logo img {
    max-width: 100px;
  }
  .section1 .navbar-collapse {
    text-align: center;
  }
}

.hero-section-slider {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.hero-section-slider .hero-panel__blurred-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: blur(10px);
  transform: scale(1.1);
  z-index: 0;
  opacity: 0.85;
}
.hero-section-slider .container-fluid {
  max-width: 100%;
  padding: 0;
}
.hero-section-slider .hero-panel {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-section-slider .hero-panel__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 32px;
}
.hero-section-slider .hero-panel__left {
  flex: 0 0 55%;
  max-width: 55%;
  background: rgba(255, 255, 255, 0.95);
  padding: 48px 48px 32px;
  border-radius: 16px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hero-section-slider .hero-panel__left h1 {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  color: rgba(28, 51, 74, 0.8);
}
.hero-section-slider .hero-panel__left .hero-panel__desc {
  font-size: 18px;
  color: rgb(92, 115, 138);
  margin-bottom: 32px;
}
.hero-section-slider .hero-panel__left .hero-panel__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 25px;
}
.hero-section-slider .hero-panel__left .hero-panel__buttons a {
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}
.hero-section-slider .hero-panel__left .hero-panel__buttons .btn-primary {
  background: #1C334A;
  color: #fff;
  font-size: 13px;
}
.hero-section-slider .hero-panel__left .hero-panel__buttons .btn-outline-light {
  border: 1px solid #ddd;
  color: #000;
  background: #fff;
  font-size: 13px;
}
.hero-section-slider .hero-panel__left .hero-panel__stats {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: rgb(92, 115, 138);
}
.hero-section-slider .hero-panel__left .hero-panel__stats li {
  text-align: center;
}
.hero-section-slider .hero-panel__left .hero-panel__stats li strong {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}
.hero-section-slider .hero-panel__right {
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 24px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hero-section-slider .hero-panel__right .feature-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hero-section-slider .hero-panel__right .feature-box .feature-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9ecef;
  border-radius: 8px;
  font-size: 1.5rem;
  color: #1a2a3a;
  padding: 6px;
}
.hero-section-slider .hero-panel__right .feature-box .feature-icon svg {
  width: 36px;
}
.hero-section-slider .hero-panel__right .feature-box .feature-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #1a2a3a;
}
.hero-section-slider .hero-panel__right .feature-box .feature-desc {
  font-size: 0.95rem;
  color: #6b7a8b;
}
.hero-section-slider .hero-panel__right {
  gap: 24px;
  padding-left: 0;
  padding-top: 0;
}
.hero-section-slider .hero-panel__right .feature-box {
  width: auto;
  margin: 0;
}
@media (max-width: 991px) {
  .hero-section-slider .hero-panel__inner {
    flex-direction: column;
    align-items: center;
    padding: 25px 9px;
  }
  .hero-section-slider .hero-panel__left,
  .hero-section-slider .hero-panel__right {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 32px 24px;
  }
  .hero-section-slider .hero-panel__right {
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 0;
  }
  .hero-section-slider .hero-panel__left .hero-panel__buttons .btn-primary,
  .hero-section-slider .hero-panel__left .hero-panel__buttons .btn-outline-light {
    width: 100%;
    margin-right: 0;
    text-align: center;
    display: block;
  }
  .hero-section-slider .hero-panel__stats {
    flex-direction: column;
    gap: 12px;
  }
  .hero-section-slider .hero-panel__right {
    padding-top: 16px;
  }
}

.section-about {
  background-color: #f8f5f2;
  padding: 60px 0;
  font-family: "Inter", sans-serif;
}
.section-about h1 {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 20px;
  font-weight: 700;
}
.section-about p {
  font-size: 1rem;
  color: #7f8c8d;
  line-height: 1.6;
  margin-bottom: 20px;
}
.section-about .feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.section-about .feature i {
  font-size: 1.5rem;
  color: #bdc3c7;
  background-color: #f0f0f0;
  border-radius: 50%;
  padding: 10px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-about .feature h3 {
  font-size: 1.2rem;
  color: #2c3e50;
  margin-bottom: 5px;
  font-weight: 600;
}
.section-about .feature p {
  font-size: 0.95rem;
  margin: 0;
}
.section-about .btn-primary {
  background-color: #3498db;
  border: none;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}
.section-about .stat-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.section-about .stat-card .stat {
  margin-bottom: 30px;
}
.section-about .stat-card .stat h2 {
  font-size: 3rem;
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 5px;
}
.section-about .stat-card .stat p {
  font-size: 1rem;
  color: #7f8c8d;
  margin: 0;
}
@media (max-width: 768px) {
  .section-about {
    padding: 40px 0;
  }
  .section-about .stat-card {
    margin-top: 30px;
  }
}

.section-service-detail {
  background: #f9f7f2;
  padding: 4rem 0;
  /* ====== ORDER CARD – CLEAN & CONSISTENT ====== */
  /* Zakładam zdefiniowane zmienne z Twojej palety:
        $back-color1, $main-color, $main-color2, $color-text, $color-border, $color-bg-card,
        $color-btn-text, $color-btn-bg, $bg-light, $text-dark, $text-muted
     */
}
.section-service-detail .single1c {
  max-width: 800px;
  margin: 0 auto;
}
.section-service-detail .btn-back {
  font-size: 0.875rem;
  color: #4b637a;
}
.section-service-detail .btn-back i {
  margin-right: 0.5rem;
}
.section-service-detail .btn-back:hover {
  color: #1a1a2e;
  text-decoration: none;
}
.section-service-detail .service-icon-main i {
  font-size: 2rem;
  color: #1a1a2e;
}
.section-service-detail .service-title {
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a2e;
  text-align: center;
}
.section-service-detail .service-subtitle {
  font-size: 1rem;
  color: #4b637a;
  text-align: center;
  margin-bottom: 1.5rem;
}
.section-service-detail .price-box {
  background: #fff;
  border: 1px solid #1a1a2e;
  border-radius: 0.75rem;
  padding: 1.5rem;
  max-width: 800px;
  margin: 0 auto 3rem;
}
.section-service-detail .price-box .price-label {
  font-size: 0.875rem;
  color: #4b637a;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.section-service-detail .price-box .price-value {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 0.25rem;
}
.section-service-detail .price-box .price-subtext {
  font-size: 0.875rem;
  color: #4b637a;
}
.section-service-detail .service-icons {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
}
.section-service-detail .service-icons .icon-item {
  display: flex;
  align-items: flex-start;
}
.section-service-detail .service-icons .icon-item .icon-wrapper {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  background: #e3e0da;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-service-detail .service-icons .icon-item .icon-wrapper i {
  color: #1a1a2e;
}
.section-service-detail .service-icons .icon-item .icon-text {
  margin-left: 0.75rem;
}
.section-service-detail .service-icons .icon-item .icon-text h6 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a2e;
}
.section-service-detail .service-icons .icon-item .icon-text p {
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  color: #4b637a;
}
.section-service-detail .card {
  background: #fff;
  border: 1px solid #e3e0da;
  border-radius: 0.75rem;
  margin-bottom: 2rem;
}
.section-service-detail .card .card-body {
  padding: 1.5rem;
}
.section-service-detail .card .card-body h4, .section-service-detail .card .card-body h5 {
  color: #1a1a2e;
  margin-bottom: 1rem;
  font-weight: 600;
}
.section-service-detail .card .card-body p {
  color: #4b637a;
  margin-bottom: 0.75rem;
}
.section-service-detail .card .card-body ul, .section-service-detail .card .card-body ol {
  margin: 0;
}
.section-service-detail .card .card-body ul li, .section-service-detail .card .card-body ol li {
  margin-bottom: 0.5rem;
  color: #4b637a;
}
.section-service-detail .scope-card ul {
  list-style: none;
  padding: 0 0 0 5px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.section-service-detail .scope-card ul li {
  position: relative;
  padding-left: 2rem;
  font-size: 14px;
  color: rgb(28, 51, 74);
  line-height: 1.3;
}
.section-service-detail .scope-card ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  color: #2ea64b;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.section-service-detail .process-card ol {
  counter-reset: step;
  list-style: none;
  padding: 0 0 0 5px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section-service-detail .process-card ol li {
  position: relative;
  padding-left: 3rem;
  font-size: 1rem;
  line-height: 1.3;
  color: #1f2d4f;
  font-weight: 500;
}
.section-service-detail .process-card ol li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #1f2d4f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
}
.section-service-detail .included-car ul {
  list-style: none;
  padding: 0 0 0 5px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.section-service-detail .included-car ul li {
  position: relative;
  padding-left: 3rem;
  font-size: 1rem;
  line-height: 1.3;
  color: #1f2d4f;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.section-service-detail .included-car ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  width: 1.75rem;
  height: 1.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9ecef;
  border-radius: 6px;
  color: #1c334a;
  font-size: 0.9rem;
}
.section-service-detail .order-card {
  /* reset drobnych marginesów CF7, potem nadamy własne */
  /* --- layout kolumnowy --- */
  /* ====== Sekcja z checkboxami (grid) – #zmiana-dotyczy ====== */
  /* ====== Zgody / RODO – czysty, nowoczesny blok ====== */
  /* ====== SUBMIT ====== */
  /* ====== komunikaty globalne CF7 ====== */
  /* spinner: domyślnie ukryty, tylko przy wysyłce */
}
.section-service-detail .order-card .card-header {
  background: #1C334A;
  color: #fff;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.section-service-detail .order-card .card-header h5, .section-service-detail .order-card .card-header p {
  color: #fff;
  margin: 0;
}
.section-service-detail .order-card .card-header h5 {
  font-weight: 700;
}
.section-service-detail .order-card p {
  margin: 0 0 1rem;
}
.section-service-detail .order-card .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  row-gap: 1rem; /* nowocześnie i równo */
}
.section-service-detail .order-card .form-group {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .section-service-detail .order-card .form-group.col-md-6 {
    width: 50%;
  }
}
.section-service-detail .order-card .form-group label {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.25;
}
.section-service-detail .order-card .form-group .wpcf7-form-control-wrap {
  display: block;
  /* --- inputs / selects / textarea --- */
  /* --- select: strzałka + separator --- */
}
.section-service-detail .order-card .form-group .wpcf7-form-control-wrap input.wpcf7-form-control,
.section-service-detail .order-card .form-group .wpcf7-form-control-wrap textarea.wpcf7-form-control,
.section-service-detail .order-card .form-group .wpcf7-form-control-wrap select.wpcf7-form-control {
  width: 100%;
  padding: 0.65rem 0.9rem;
  border: 1px solid #E3E0DA;
  border-radius: 0.75rem;
  background: #fff;
  color: #2c3e50;
  font-size: 1rem;
  line-height: 1.35;
  box-sizing: border-box;
  appearance: none;
  transition: box-shadow 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
  /* delikatnie jaśniej */
}
.section-service-detail .order-card .form-group .wpcf7-form-control-wrap input.wpcf7-form-control::placeholder,
.section-service-detail .order-card .form-group .wpcf7-form-control-wrap textarea.wpcf7-form-control::placeholder,
.section-service-detail .order-card .form-group .wpcf7-form-control-wrap select.wpcf7-form-control::placeholder {
  color: rgb(118.0131979695, 144.9614213198, 170.7868020305);
}
.section-service-detail .order-card .form-group .wpcf7-form-control-wrap input.wpcf7-form-control:focus,
.section-service-detail .order-card .form-group .wpcf7-form-control-wrap textarea.wpcf7-form-control:focus,
.section-service-detail .order-card .form-group .wpcf7-form-control-wrap select.wpcf7-form-control:focus {
  border-color: #1C334A;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(28, 51, 74, 0.12);
}
.section-service-detail .order-card .form-group .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-not-valid,
.section-service-detail .order-card .form-group .wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-not-valid,
.section-service-detail .order-card .form-group .wpcf7-form-control-wrap select.wpcf7-form-control.wpcf7-not-valid {
  border-color: #d9534f !important;
  box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.1) !important;
}
.section-service-detail .order-card .form-group .wpcf7-form-control-wrap textarea.wpcf7-form-control {
  min-height: 140px;
  resize: vertical;
}
.section-service-detail .order-card .form-group .wpcf7-form-control-wrap select.wpcf7-form-control {
  padding-right: 2.25rem;
  background-image: linear-gradient(45deg, transparent 50%, #1C334A 50%), linear-gradient(135deg, #1C334A 50%, transparent 50%), linear-gradient(to right, #E3E0DA, #E3E0DA);
  background-position: calc(100% - 1.15rem) 50%, calc(100% - 0.75rem) 50%, calc(100% - 2rem) 50%;
  background-size: 6px 6px, 6px 6px, 1px 1.2rem;
  background-repeat: no-repeat;
}
.section-service-detail .order-card .form-group .wpcf7-form-control-wrap input[type=file].wpcf7-form-control {
  padding: 0.65rem;
  border-radius: 0.5rem;
}
.section-service-detail .order-card .wpcf7-form-control-wrap#zmiana-dotyczy .wpcf7-form-control.wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625rem 1rem;
  margin: 0;
}
@media (min-width: 992px) {
  .section-service-detail .order-card .wpcf7-form-control-wrap#zmiana-dotyczy .wpcf7-form-control.wpcf7-checkbox {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.section-service-detail .order-card .wpcf7-form-control-wrap#zmiana-dotyczy .wpcf7-list-item {
  margin: 0;
}
.section-service-detail .order-card .wpcf7-form-control-wrap#zmiana-dotyczy .wpcf7-list-item > label {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.4rem 0.5rem;
  border-radius: 0.5rem;
  transition: background 0.15s ease;
  cursor: pointer;
}
.section-service-detail .order-card .wpcf7-form-control-wrap#zmiana-dotyczy .wpcf7-list-item > label:hover {
  background: rgba(28, 51, 74, 0.06);
}
.section-service-detail .order-card .wpcf7-form-control-wrap#zmiana-dotyczy .wpcf7-list-item input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-top: 0.15rem;
  flex: 0 0 auto;
  accent-color: #1C334A; /* nowoczesny natywny kolor */
}
.section-service-detail .order-card .wpcf7-form-control-wrap#zmiana-dotyczy .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 0.98rem;
  color: #2c3e50;
  line-height: 1.35;
}
.section-service-detail .order-card .consents,
.section-service-detail .order-card .acceptance-block,
.section-service-detail .order-card .wpcf7-acceptance {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed #E3E0DA;
  /* wcięcie komunikatu błędu pod tekst */
}
.section-service-detail .order-card .consents .wpcf7-list-item,
.section-service-detail .order-card .acceptance-block .wpcf7-list-item,
.section-service-detail .order-card .wpcf7-acceptance .wpcf7-list-item {
  margin: 0 0 0.75rem 0;
}
.section-service-detail .order-card .consents .wpcf7-list-item > label,
.section-service-detail .order-card .acceptance-block .wpcf7-list-item > label,
.section-service-detail .order-card .wpcf7-acceptance .wpcf7-list-item > label {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 0.6rem;
  align-items: start;
  padding: 0.45rem 0.5rem;
  border-radius: 0.5rem;
  transition: background 0.15s ease;
}
.section-service-detail .order-card .consents .wpcf7-list-item > label:hover,
.section-service-detail .order-card .acceptance-block .wpcf7-list-item > label:hover,
.section-service-detail .order-card .wpcf7-acceptance .wpcf7-list-item > label:hover {
  background: rgba(28, 51, 74, 0.05);
}
.section-service-detail .order-card .consents input[type=checkbox],
.section-service-detail .order-card .acceptance-block input[type=checkbox],
.section-service-detail .order-card .wpcf7-acceptance input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-top: 0.15rem;
  accent-color: #1C334A;
  cursor: pointer;
}
.section-service-detail .order-card .consents input[type=checkbox]:focus-visible,
.section-service-detail .order-card .acceptance-block input[type=checkbox]:focus-visible,
.section-service-detail .order-card .wpcf7-acceptance input[type=checkbox]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(28, 51, 74, 0.25);
  border-radius: 0.35rem;
}
.section-service-detail .order-card .consents .wpcf7-list-item-label,
.section-service-detail .order-card .acceptance-block .wpcf7-list-item-label,
.section-service-detail .order-card .wpcf7-acceptance .wpcf7-list-item-label {
  color: #2c3e50;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 600;
}
.section-service-detail .order-card .consents small, .section-service-detail .order-card .consents .hint,
.section-service-detail .order-card .acceptance-block small,
.section-service-detail .order-card .acceptance-block .hint,
.section-service-detail .order-card .wpcf7-acceptance small,
.section-service-detail .order-card .wpcf7-acceptance .hint {
  color: #7f8c8d;
  font-size: 0.825rem;
  margin-top: 0.25rem;
  display: block;
}
.section-service-detail .order-card .consents .wpcf7-not-valid-tip,
.section-service-detail .order-card .acceptance-block .wpcf7-not-valid-tip,
.section-service-detail .order-card .wpcf7-acceptance .wpcf7-not-valid-tip {
  margin: 0.4rem 0 0 calc(18px + 0.6rem);
  font-size: 0.92rem;
}
.section-service-detail .order-card .wpcf7-form-control.wpcf7-submit {
  display: block;
  width: 100%;
  padding: 1rem 1.25rem;
  background: #1C334A;
  color: #fff;
  border: none;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.15s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.section-service-detail .order-card .wpcf7-form-control.wpcf7-submit:hover {
  background: rgb(26.04, 47.43, 68.82);
  transform: translateY(-1px);
}
.section-service-detail .order-card .wpcf7-form-control.wpcf7-submit:active {
  transform: scale(0.98);
}
.section-service-detail .order-card .wpcf7-form-control.wpcf7-submit:disabled, .section-service-detail .order-card .wpcf7-form-control.wpcf7-submit[aria-disabled=true] {
  opacity: 0.6;
  cursor: not-allowed;
}
.section-service-detail .order-card span.wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.45rem;
  color: #d9534f;
  font-size: 0.9rem;
  line-height: 1.3;
}
.section-service-detail .order-card .wpcf7-response-output {
  margin-top: 1rem;
  padding: 0.875rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid #E3E0DA;
  background: #fff;
  color: #2c3e50;
  font-size: 0.95rem;
  text-align: center;
}
.section-service-detail .order-card.sent .wpcf7-response-output {
  border-color: #28a745;
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.08);
}
.section-service-detail .order-card.invalid .wpcf7-response-output, .section-service-detail .order-card.failed .wpcf7-response-output {
  border-color: #d9534f;
  box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.08);
}
.section-service-detail .order-card .wpcf7-spinner {
  display: none;
}
.section-service-detail .order-card .submitting .wpcf7-spinner {
  display: inline-block;
  margin-left: 0.5rem;
  position: relative;
  top: 0.2rem;
}
@media (max-width: 768px) {
  .section-service-detail .row > .col-md-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .section-service-detail .service-icons {
    justify-content: flex-start;
  }
  .section-service-detail .service-icons .icon-item {
    margin: 0 1rem 1rem;
  }
}

.site-footer {
  background-color: #082548;
  color: #ffffff;
}
.site-footer h5 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  color: #ffffff;
}
.site-footer p {
  color: #ffffff;
}
.site-footer p.realizacja {
  margin-top: 0.5rem;
  font-size: 12px;
}
.site-footer p.realizacja a {
  color: #aab7c2;
  text-decoration: underline;
}
.site-footer p.realizacja a:hover {
  color: #ffffff;
}
.site-footer .list-unstyled li {
  margin-bottom: 0.5rem;
}
.site-footer .list-unstyled li a {
  color: #aab7c2;
  text-decoration: none;
}
.site-footer .list-unstyled li a:hover {
  color: #ffffff;
}
.site-footer .list-unstyled.contact a {
  display: flex;
  align-items: center;
}
.site-footer .list-unstyled.contact a i {
  margin-right: 0.5rem;
  font-size: 1.125rem;
  color: #ffffff;
}
.site-footer hr {
  border-color: #2e3b4c !important;
}
.site-footer .list-inline li + li {
  margin-left: 1rem;
}
.site-footer .list-inline li a {
  color: #aab7c2;
  text-decoration: none;
  font-size: 0.875rem;
}
.site-footer .list-inline li a:hover {
  color: #ffffff;
}
.site-footer .logo {
  max-width: 150px;
}
.site-footer .logo img {
  width: 100%;
  height: auto;
}
.site-footer .row.align-items-center {
  text-align: center;
  font-size: 12px;
}

.section-small-slider {
  background-color: #f7f5f0;
  padding: 10px 0;
}
.section-small-slider p {
  margin-bottom: 0;
}
.section-small-slider a {
  color: #212529;
}

.section-faq {
  background: #f1f1f1;
  padding: 2.5rem 0;
}
.section-faq .section-title {
  color: #1f2d4f;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.section-faq .section-subtitle {
  color: #4B637A;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
.section-faq .accordion .card {
  border: 1px solid #E3E0DA;
  border-radius: 8px;
  overflow: hidden;
}
.section-faq .accordion .card + .card {
  margin-top: 1rem;
}
.section-faq .accordion .card .card-header {
  background: #F9F7F2;
  border-bottom: none;
  padding: 1rem;
}
.section-faq .accordion .card .card-header .btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  padding: 0;
  background: none;
  border: none;
}
.section-faq .accordion .card .card-header .btn:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: transform 0.3s ease;
}
.section-faq .accordion .card .card-header .btn.collapsed:after {
  transform: rotate(-90deg);
}
.section-faq .accordion .card .card-header .btn:focus {
  outline: none;
  box-shadow: none;
}
.section-blog {
  background: #f1f1f1;
  padding: 2.5rem 0;
}
.section-blog .blog-header {
  text-align: center;
  margin-bottom: 2rem;
}
.section-blog .blog-header .section-title {
  color: #000;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.section-blog .blog-header .section-subtitle {
  color: #4B637A;
  font-size: 1.125rem;
  max-width: 600px;
  margin: 0 auto;
}
.section-blog .row {
  margin: 0 -0.5rem;
}
.section-blog .row > [class*=col-] {
  padding: 0 0.5rem 0.25rem 0.5rem;
}
.section-blog .card {
  background: #F9F7F2;
  border: 1px solid #E3E0DA;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.3s;
}
.section-blog .card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.section-blog .card .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
.section-blog .card .card-body .badge {
  background: #f1f1f1;
  color: #000;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.5rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.section-blog .card .card-body .text-muted {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.section-blog .card .card-body .text-muted i {
  margin-right: 0.5rem;
}
.section-blog .card .card-body .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.section-blog .card .card-body .card-title a {
  color: #000;
  text-decoration: none;
}
.section-blog .card .card-body .card-title a:hover {
  text-decoration: underline;
}
.section-blog .card .card-body .card-text {
  flex: 1;
  font-size: 0.9375rem;
  color: #4B637A;
  margin-bottom: 1.5rem;
}
.section-blog .card .card-body .post-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #4B637A;
  margin-bottom: 1.5rem;
}
.section-blog .card .card-body .post-meta span {
  display: flex;
  align-items: center;
}
.section-blog .card .card-body .post-meta i {
  margin-right: 0.5rem;
}
.section-blog .card .card-body .btn-outline-secondary {
  display: block;
  width: 100%;
  padding: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #E3E0DA;
  color: #000;
  font-weight: 600;
  background: transparent;
  text-decoration: none;
  text-align: center;
}
.section-blog .card .card-body .btn-outline-secondary:hover {
  background: #F9F7F2;
  border-color: #000;
  color: #000;
}
.section-blog .pagination {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.section-blog .pagination li {
  margin: 0;
}
.section-blog .pagination li.current a {
  background: #000;
  color: #333;
  border-color: #000;
}
.section-blog .pagination li a,
.section-blog .pagination li span {
  display: block;
  padding: 0.5rem 1rem;
  border: 1px solid #E3E0DA;
  border-radius: 0.25rem;
  color: #000;
  text-decoration: none;
  font-size: 0.875rem;
}
.section-blog .pagination li a:hover,
.section-blog .pagination li span:hover {
  background: #F9F7F2;
}

.section-single-post {
  background: #f1f1f1;
  padding: 2.5rem 0;
}
.section-single-post .back-to-blog {
  font-size: 0.875rem;
  color: #4B637A; /* =======================================================
KONTAKT – layout zgodny z makietą (Bootstrap 4)
HTML: .section-contact > .container > .row
      .col-lg-4 > .contact-info (karty)
      .col-lg-8 > .contact-form (CF7)
======================================================= */
  /* --------- Zmienne --------- */
  /* --------- Sekcja (nagłówek + spacing) --------- */
  /* --------- Lewa kolumna – lista kontaktów --------- */
  /* --------- Prawa kolumna – formularz (opcjonalny styl) --------- */
  /* --------- Mobile drobniej --------- */
}
.section-single-post .back-to-blog .section-contact {
  padding: 2rem 0;
}
.section-single-post .back-to-blog .section-contact .contact-header {
  margin-bottom: 1.5rem;
}
.section-single-post .back-to-blog .section-contact .contact-header h2 {
  color: #102043;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.section-single-post .back-to-blog .section-contact .contact-header p {
  color: #6a7b8f;
  margin: 0;
  max-width: 56ch;
}
.section-single-post .back-to-blog .contact-info {
  background: #eaf4ff;
  border-radius: 16px;
  padding: 1.25rem;
  /* Tytuł listy */
  /* Każdy „wiersz” kontaktu */
  /* Specjalna karta – „Bezpłatna konsultacja” (biały panel z akcentem) */
  /* Focus ring dla dostępności na tel/mail */
}
@media (min-width: 576px) {
  .section-single-post .back-to-blog .contact-info {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .section-single-post .back-to-blog .contact-info {
    padding: 2rem;
  }
}
.section-single-post .back-to-blog .contact-info > .h3, .section-single-post .back-to-blog .contact-info > h2 {
  color: #102043;
  font-weight: 800;
  margin-bottom: 1rem;
}
.section-single-post .back-to-blog .contact-info .card {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: 1.25rem;
  /* Kafelek ikony po lewej */
  /* Teksty w kolumnie */
}
.section-single-post .back-to-blog .contact-info .card .card-body {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.section-single-post .back-to-blog .contact-info .card .icon-box {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 14px;
  background: #2a6df5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
.section-single-post .back-to-blog .contact-info .card .icon-box i, .section-single-post .back-to-blog .contact-info .card .icon-box svg {
  color: #fff;
  font-size: 22px;
  line-height: 1;
}
.section-single-post .back-to-blog .contact-info .card .flex-grow-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
}
.section-single-post .back-to-blog .contact-info .card h5 {
  color: #102043;
  font-weight: 800;
  font-size: 1.1rem;
  margin: 2px 0 6px;
}
.section-single-post .back-to-blog .contact-info .card .value a, .section-single-post .back-to-blog .contact-info .card .value div, .section-single-post .back-to-blog .contact-info .card .value span {
  color: #1e2a38;
  font-weight: 600;
  text-decoration: none;
}
.section-single-post .back-to-blog .contact-info .card .value a:hover,
.section-single-post .back-to-blog .contact-info .card .value a:focus {
  text-decoration: underline;
}
.section-single-post .back-to-blog .contact-info .card small,
.section-single-post .back-to-blog .contact-info .card .text-muted {
  color: #6a7b8f !important;
  display: block;
  margin-top: 6px;
  line-height: 1.45;
}
.section-single-post .back-to-blog .contact-info .card.bg-light {
  background: #fff;
  border: 1px solid rgba(42, 109, 245, 0.14);
  border-radius: 14px;
  padding: 0;
  position: relative;
  /* Pasek akcentowy po lewej */
}
.section-single-post .back-to-blog .contact-info .card.bg-light .card-body {
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
}
.section-single-post .back-to-blog .contact-info .card.bg-light::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  width: 8px;
  border-radius: 10px;
  background: #2a6df5;
  opacity: 0.25;
}
.section-single-post .back-to-blog .contact-info .card.bg-light .icon-box {
  margin-left: 10px;
  margin-right: 14px;
}
.section-single-post .back-to-blog .contact-info .card.bg-light h5 {
  color: #102043;
  font-weight: 800;
  margin: 2px 0 6px;
}
.section-single-post .back-to-blog .contact-info .card.bg-light p {
  color: #6a7b8f;
  margin: 0;
}
.section-single-post .back-to-blog .contact-info .value a:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(42, 109, 245, 0.25);
  border-radius: 6px;
}
.section-single-post .back-to-blog .contact-form {
  background: #fff;
  border: 1px solid rgba(16, 32, 67, 0.06);
  border-radius: 14px;
  padding: 1.25rem;
}
@media (min-width: 576px) {
  .section-single-post .back-to-blog .contact-form {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .section-single-post .back-to-blog .contact-form {
    padding: 2rem;
  }
}
.section-single-post .back-to-blog .contact-form h5 {
  color: #102043;
  font-weight: 800;
  margin-bottom: 1rem;
}
@media (max-width: 360px) {
  .section-single-post .back-to-blog .contact-info .card .icon-box {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.section-single-post .back-to-blog i {
  margin-right: 0.25rem;
}
.section-single-post .back-to-blog:hover {
  text-decoration: none;
  color: #000;
}
.section-single-post .post-meta .badge-secondary {
  background: #F9F7F2;
  color: #000;
  font-weight: 600;
  padding: 0.25rem 0.25rem;
  border-radius: 0.25rem;
}
.section-single-post .post-meta span {
  margin-right: 1rem;
}
.section-single-post .post-title {
  color: #000;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.section-single-post .post-content p {
  color: #4B637A;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.section-single-post .post-content ul {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.section-single-post .post-content ul li {
  margin-bottom: 0.25rem;
}
.section-single-post .post-content h2, .section-single-post .post-content h3, .section-single-post .post-content h4 {
  color: #000;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.section-single-post .post-content .toc-box {
  background: #F9F7F2;
  border: 1px solid #E3E0DA;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 3rem;
}
.section-single-post .post-content .toc-box strong {
  display: block;
  margin-bottom: 0.25rem;
}
.section-single-post .post-content .toc-box ul {
  margin-top: 0.25rem;
}
.section-single-post .post-content .step-card {
  background: #F9F7F2;
  border: 1px solid #E3E0DA;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.section-single-post .post-content .step-card .step-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.section-single-post .post-content .step-card .step-content {
  color: #4B637A;
}
.section-single-post .post-content .doc-list {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 3rem;
}
.section-single-post .post-content .doc-list li {
  margin-bottom: 0.25rem;
}
.section-single-post .post-content .expert-tip-box {
  border: 1px solid #E3E0DA;
  border-radius: 8px;
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  margin-top: 3rem;
}
.section-single-post .post-content .expert-tip-box i {
  font-size: 1.25rem;
  margin-right: 1rem;
  color: #000;
}
.section-single-post .post-content .expert-tip-box p {
  margin: 0;
  color: #4B637A;
}

.section-tools {
  background: #f1f1f1;
  padding: 2.5rem 0;
}
.section-tools .section-title {
  color: #000;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.section-tools .section-subtitle {
  color: #4B637A;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
.section-tools .tool-card {
  border: 1px solid #E3E0DA;
  border-radius: 8px;
  background: #F9F7F2;
  transition: box-shadow 0.3s;
}
.section-tools .tool-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.section-tools .tool-card .card-body {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
.section-tools .tool-card .card-body .tool-header .tool-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: #f1f1f1;
  border-radius: 0.25rem;
}
.section-tools .tool-card .card-body .tool-header .tool-icon i {
  font-size: 1.25rem;
  color: #000;
}
.section-tools .tool-card .card-body .tool-header .tool-title {
  color: #000;
  font-weight: 600;
}
.section-tools .tool-card .card-body .tool-status {
  font-size: 0.875rem;
}
.section-tools .tool-card .card-body .tool-desc {
  color: #4B637A;
  font-size: 0.9375rem;
}
.section-tools .tool-card .card-body .btn-outline-secondary {
  display: block;
  width: 100%;
  padding: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #E3E0DA;
  background: transparent;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}
.section-tools .tool-card .card-body .btn-outline-secondary:hover {
  background: #F9F7F2;
  border-color: #000;
}
.section-tools .cta-card {
  background: #F9F7F2;
  border: 1px solid #E3E0DA;
  border-radius: 8px;
  margin-top: 1.5rem;
}
.section-tools .cta-card h3 {
  color: #000;
  font-size: 1.25rem;
}
.section-tools .cta-card p {
  color: #4B637A;
  max-width: 600px;
  margin: 0 auto 1rem;
}
.section-tools .cta-card .btn-submit {
  display: inline-block;
  padding: 1rem;
  background: #1C334A;
  color: #fff;
  border: none;
  border-radius: 0.25rem;
  text-decoration: none;
  font-weight: 600;
}

.section-services {
  background: #f1f1f1;
  padding: 2.5rem 0;
}
.section-services .section-title {
  color: #000;
  font-size: 2.5rem;
  margin-bottom: 0.25rem;
}
.section-services .section-subtitle {
  color: #4B637A;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
.section-services .service-card {
  border: 1px solid #E3E0DA;
  border-radius: 8px;
  background: #F9F7F2;
  transition: box-shadow 0.3s;
}
.section-services .service-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.section-services .service-card .card-body {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
.section-services .service-card .card-body .service-icon-wrap {
  width: 3rem;
  height: 3rem;
  background: #f1f1f1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}
.section-services .service-card .card-body .service-icon-wrap i {
  color: #000;
}
.section-services .service-card .card-body .service-title {
  text-align: center;
  color: #000;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.section-services .service-card .card-body .service-desc {
  flex-grow: 1;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.section-services .service-card .card-body .service-divider {
  border-color: #E3E0DA;
}
.section-services .service-card .card-body .service-price {
  font-size: 1.25rem;
  color: #000;
}
.section-services .service-card .card-body .btn-select {
  display: block;
  width: 100%;
  padding: 1.25rem 0.5rem 1.25rem 1.25rem;
  margin-top: 1rem;
  background: #1C334A;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 0.25rem;
  font-weight: 600;
  text-decoration: none;
  margin-top: auto;
}
.section-services .btn-outline-secondary {
  padding: 1.2rem 2rem;
  border-radius: 0.25rem;
  border: 1px solid #E3E0DA;
  color: #fff;
  background: #1C334A;
  font-weight: 600;
}
.section-services .btn-outline-secondary:hover {
  border: 2px solid #1C334A;
  background: #F9F7F2;
  color: #1C334A;
}

.contact-form h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
}
.contact-form .wpcf7-form p {
  margin: 0 0 1rem;
}
.contact-form .wpcf7-form .form-group {
  margin-bottom: 1rem;
}
.contact-form .wpcf7-form .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #1a1a1a;
}
.contact-form .wpcf7-form .form-group .wpcf7-form-control-wrap {
  display: block;
}
.contact-form .wpcf7-form .form-group .wpcf7-form-control-wrap input.wpcf7-form-control,
.contact-form .wpcf7-form .form-group .wpcf7-form-control-wrap textarea.wpcf7-form-control {
  width: 100%;
  padding: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  background: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  box-sizing: border-box;
}
.contact-form .wpcf7-form .form-group .wpcf7-form-control-wrap input.wpcf7-form-control:focus,
.contact-form .wpcf7-form .form-group .wpcf7-form-control-wrap textarea.wpcf7-form-control:focus {
  border-color: #1a1a1a;
  outline: none;
  box-shadow: 0 0 0 3px rgba(26, 26, 26, 0.15);
}
.contact-form .wpcf7-form .form-check {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.contact-form .wpcf7-form .form-check br {
  display: none;
}
.contact-form .wpcf7-form .form-check .wpcf7-list-item {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
.contact-form .wpcf7-form .form-check .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #4b637a;
  cursor: pointer;
}
.contact-form .wpcf7-form .form-check .wpcf7-list-item label input[type=checkbox],
.contact-form .wpcf7-form .form-check .wpcf7-list-item label input[type=radio] {
  margin-top: 0.2rem;
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}
.contact-form .wpcf7-form .form-check .wpcf7-list-item label a {
  color: #4b637a;
  text-decoration: underline;
}
.contact-form .wpcf7-form .form-check .wpcf7-list-item label a:hover {
  text-decoration: none;
}
.contact-form .wpcf7-submit {
  display: block;
  width: 100%;
  margin-top: 2rem;
  padding: 1rem;
  background: #1d2d3a;
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}
.contact-form .wpcf7-submit:hover {
  background: #17222f;
}
.contact-form .wpcf7-submit:active {
  transform: scale(0.98);
}
.contact-form span.wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.5rem;
  color: #d9534f;
  font-size: 0.875rem;
}
.contact-form .wpcf7-not-valid {
  border-color: #d9534f !important;
}

.section-testimonial {
  background: #f9f7f2;
  padding: 4rem 0;
}
.section-testimonial .testimonial-box {
  max-width: 800px;
  background: #fff;
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.05);
  margin: 0 auto;
}
.section-testimonial .testimonial-box .testimonial-text {
  font-size: 1.25rem;
  line-height: 1.6;
  font-style: italic;
  color: #1a1a2e;
  text-align: center;
}
.section-testimonial .testimonial-box .testimonial-author {
  margin-top: 2rem;
}
.section-testimonial .testimonial-box .testimonial-author .author-name {
  display: block;
  font-size: 1rem;
  color: #1a1a2e;
}
.section-testimonial .testimonial-box .testimonial-author .author-position {
  font-size: 0.875rem;
  color: #4b637a;
}
.section-testimonial body .form-check {
  padding-left: 0 !important;
}

/* =======================================================
   KONTAKT – kremowa wersja zgodna z paletą motywu
   ======================================================= */
.section-contact {
  background: #f7f5f0;
  padding: 4rem 0;
  /* ====== LEWA KOLUMNA – LISTA KONTAKTÓW ====== */
  /* ====== PRAWA KOLUMNA – FORMULARZ (CF7) ====== */
  /* ====== Mobile drobniej ====== */
  /* ============================================
        OTHER CONTACTS
        ============================================ */
}
.section-contact .contact-header {
  text-align: center;
  margin-bottom: 3rem;
}
.section-contact .contact-header h2 {
  color: #2c3e50;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  font-weight: 800;
}
.section-contact .contact-header p {
  color: #4B637A;
  font-size: 1.125rem;
  margin: 0 auto;
  max-width: 60ch;
}
.section-contact .contact-info {
  background: #F9F7F2; /* kremowe tło kafla */
  border: 1px solid #E3E0DA;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 1.25rem;
  /* Tytuł listy */
  /* Pojedynczy „wiersz” kontaktu (płaski – jak lista) */
  /* Odstęp między wierszami listy */
  /* Specjalny box – „Bezpłatna konsultacja” (biały panel z akcentem) */
  /* dostępność – focus ring dla tel/mail */
}
@media (min-width: 576px) {
  .section-contact .contact-info {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .section-contact .contact-info {
    padding: 2rem;
  }
}
.section-contact .contact-info > .h3, .section-contact .contact-info > h2 {
  color: #2c3e50;
  font-weight: 800;
  margin-bottom: 1rem;
}
.section-contact .contact-info .card {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: 1.25rem;
  /* Ikona po lewej – kwadrat w kolorze brand */
  /* Kolumna tekstowa */
}
.section-contact .contact-info .card .card-body {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.section-contact .contact-info .card .icon-box {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 14px;
  background: #1C334A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
.section-contact .contact-info .card .icon-box i, .section-contact .contact-info .card .icon-box svg {
  color: #fff;
  font-size: 22px;
  line-height: 1;
}
.section-contact .contact-info .card .flex-grow-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
}
.section-contact .contact-info .card h5 {
  color: #2c3e50;
  font-weight: 800;
  font-size: 1.1rem;
  margin: 2px 0 6px;
}
.section-contact .contact-info .card .value a, .section-contact .contact-info .card .value div, .section-contact .contact-info .card .value span {
  color: #4B637A; /* główny tekst (telefon/mail/adres) */
  font-weight: 600;
  text-decoration: none;
}
.section-contact .contact-info .card .value a:hover,
.section-contact .contact-info .card .value a:focus {
  text-decoration: underline;
}
.section-contact .contact-info .card small,
.section-contact .contact-info .card .text-muted {
  color: #7f8c8d !important; /* dopiski */
  margin-top: 6px;
  line-height: 1.45;
  display: block;
}
.section-contact .contact-info .card + .card {
  margin-top: 1.25rem;
}
.section-contact .contact-info .card.bg-light {
  background: #fff;
  border: 1px solid #E3E0DA;
  border-radius: 14px;
  padding: 0;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  /* delikatny akcent po lewej (pasek) */
}
.section-contact .contact-info .card.bg-light .card-body {
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
}
.section-contact .contact-info .card.bg-light::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  width: 3px;
  border-radius: 10px;
  background: #1C334A;
  opacity: 0.25;
}
.section-contact .contact-info .card.bg-light .icon-box {
  background: #1C334A;
  margin-left: 10px; /* nie nachodzi na pasek */
  margin-right: 14px;
}
.section-contact .contact-info .card.bg-light h5 {
  color: #2c3e50;
  font-weight: 800;
  margin: 2px 0 6px;
}
.section-contact .contact-info .card.bg-light p {
  color: #7f8c8d;
  margin: 0;
}
.section-contact .contact-info .value a:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(28, 51, 74, 0.25); /* $main-color z alfa */
  border-radius: 6px;
}
.section-contact .contact-form {
  background: #F9F7F2;
  border: 1px solid #E3E0DA;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
}
@media (min-width: 576px) {
  .section-contact .contact-form {
    padding: 1.75rem;
  }
}
@media (min-width: 992px) {
  .section-contact .contact-form {
    padding: 2rem;
  }
}
.section-contact .contact-form h5 {
  color: #2c3e50;
  font-weight: 800;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}
.section-contact .contact-form .form-group {
  margin-bottom: 1.25rem;
}
.section-contact .contact-form .form-group label {
  font-weight: 600;
  color: #2c3e50;
  display: block;
  margin-bottom: 0.5rem;
}
.section-contact .contact-form .form-group input,
.section-contact .contact-form .form-group textarea,
.section-contact .contact-form .form-group select {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid #E3E0DA;
  border-radius: 8px;
  background: #fff;
  color: #4B637A;
}
.section-contact .contact-form .form-check {
  margin-bottom: 1rem;
}
.section-contact .contact-form .form-check label {
  color: #4B637A;
  font-size: 0.9rem;
}
.section-contact .contact-form .form-check .form-check-input {
  margin-right: 0.5rem;
}
.section-contact .contact-form .btn-submit,
.section-contact .contact-form input[type=submit] {
  display: inline-block;
  padding: 0.9rem 1.25rem;
  background: #1C334A;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}
.section-contact .contact-form .btn-submit:hover,
.section-contact .contact-form input[type=submit]:hover {
  filter: brightness(1.05);
}
@media (max-width: 360px) {
  .section-contact .contact-info .card .icon-box {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.section-contact .other-contacts {
  background: #F9F7F2; /* kremowe tło kafla */
  border: 1px solid #E3E0DA;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 1.25rem;
  /* Tytuł sekcji */
  /* Pojedynczy kafelek (płaski jak na liście z lewej) */
  /* odstęp między kafelkami */
}
@media (min-width: 576px) {
  .section-contact .other-contacts {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .section-contact .other-contacts {
    padding: 2rem;
  }
}
.section-contact .other-contacts > .h3,
.section-contact .other-contacts > h2,
.section-contact .other-contacts > h3 {
  color: #2c3e50;
  font-weight: 800;
  margin-bottom: 1rem;
}
.section-contact .other-contacts .card {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: 1.25rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  /* Ikona – taki sam kwadrat jak .contact-info .icon-box */
  /* Treść w kolumnie */
}
.section-contact .other-contacts .card .card-body {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.section-contact .other-contacts .card .icon-soft {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 14px;
  background: #1C334A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
.section-contact .other-contacts .card .icon-soft i, .section-contact .other-contacts .card .icon-soft svg {
  color: #fff;
  font-size: 22px;
  line-height: 1;
}
.section-contact .other-contacts .card .font-weight-bold {
  color: #2c3e50;
  font-weight: 800 !important;
  font-size: 1.1rem;
  margin: 2px 0 6px;
}
.section-contact .other-contacts .card .text-muted {
  color: #4B637A !important;
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0;
}
.section-contact .other-contacts .card + .card {
  margin-top: 1.25rem;
}

.section-faq {
  background: #fff;
}
.section-faq .faq-group {
  background: #f9f9f9;
  border-radius: 0.75rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
.section-faq .faq-group > h3 {
  color: #1a1a2e;
  margin-bottom: 1rem;
}
.section-faq .accordion .card {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.75rem;
  overflow: hidden;
}
.section-faq .accordion .card:not(:last-child) {
  margin-bottom: 0.5rem;
}
.section-faq .accordion .card .card-header {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0.75rem 1rem;
}
.section-faq .accordion .card .card-header h5 {
  margin: 0;
}
.section-faq .accordion .card .card-header .btn.btn-link {
  display: block;
  width: 100%;
  text-align: left;
  color: #1a1a2e;
  font-weight: 600;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
}
.section-faq .accordion .card .card-header .btn.btn-link:hover, .section-faq .accordion .card .card-header .btn.btn-link:focus {
  text-decoration: none;
  color: #1a1a2e;
}
.section-faq .accordion .card .card-header .btn.btn-link.collapsed {
  color: #1a1a2e;
}
.section-faq .accordion .card .card-body {
  background: #fff;
  color: #1a1a2e;
}
.section-faq .accordion .card .card-body p:last-child {
  margin-bottom: 0;
}

.faq-cta-panel {
  background: #f7f5f0;
  padding: 3.5rem 0;
}
.faq-cta-panel .faq-cta-box {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.faq-cta-panel .faq-cta-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}
.faq-cta-panel .faq-cta-subtitle {
  font-size: 1.05rem;
  color: #7f8c8d;
  margin-bottom: 1.75rem;
}
.faq-cta-panel .btn-cta {
  display: block;
  width: 100%;
  padding: 1rem 1.25rem;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
.faq-cta-panel .btn-cta:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 51, 74, 0.15);
}
.faq-cta-panel .btn-cta:nth-of-type(1) {
  background: #1C334A;
  color: #fff;
}
.faq-cta-panel .btn-cta:nth-of-type(1):hover {
  background: rgb(18.2, 33.15, 48.1);
  transform: translateY(-1px);
}
.faq-cta-panel .btn-cta:nth-of-type(2) {
  background: transparent;
  border: 2px solid #1C334A;
  color: #1C334A;
}
.faq-cta-panel .btn-cta:nth-of-type(2):hover {
  background: #1C334A;
  color: #fff;
  transform: translateY(-1px);
}
.faq-cta-panel .btn-cta:nth-of-type(3) {
  background: #3498db;
  color: #fff;
}
.faq-cta-panel .btn-cta:nth-of-type(3):hover {
  background: rgb(35.4426778243, 133.8945606695, 199.8573221757);
  transform: translateY(-1px);
}

@media (min-width: 992px) {
  .faq-cta-panel .faq-cta-title {
    font-size: 2rem;
  }
  .faq-cta-panel .faq-cta-subtitle {
    font-size: 1.1rem;
  }
}
/* --- CHECKBOXY CF7: wyrównanie i walidacja --- */
/* CF7 generuje: .wpcf7-list-item > label > input[type=checkbox] + .wpcf7-list-item-label */
.form-check,
.wpcf7-form .wpcf7-list-item {
  display: block;
  margin: 0 0 1rem 0;
}

.wpcf7-form .wpcf7-list-item > label {
  display: inline-flex; /* trzyma input i tekst w jednej linii */
  align-items: flex-start; /* top align, żeby wielolinijkowe teksty nie „pływały” */
  gap: 0.6rem; /* odstęp między kwadracikiem a tekstem */
  line-height: 1.35;
  margin: 0;
}

/* sam checkbox – wyrównanie pionu z tekstem */
.wpcf7-form .wpcf7-list-item input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0.15rem 0 0 0; /* delikatne opuszczenie, żeby optycznie było równo */
  flex: 0 0 auto;
}

/* tekst etykiety obok checkboxa */
.wpcf7-form .wpcf7-list-item .wpcf7-list-item-label {
  color: #2c3e50;
  font-weight: 600;
}

/* czerwony komunikat walidacyjny – wcięcie pod tekst etykiety */
.wpcf7-form .wpcf7-not-valid-tip {
  margin: 0.35rem 0 0 1.9rem; /* 1.9rem ≈ szerokość checkboxa + gap – dopasuj jeśli chcesz */
  font-size: 0.95rem;
}

/* ogólne marginesy w grupie */
.form-group .wpcf7-list-item {
  margin-bottom: 0.5rem;
}

/* na wszelki wypadek zerujemy domyślne marginesy CF7 */
.wpcf7-form .wpcf7-list-item {
  display: block;
}

.wpcf7-form .wpcf7-list-item.last {
  margin-bottom: 0;
}
/*# sourceMappingURL=main.css.map */
