/* inter-regular - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/custom/assets/fonts/inter-v18-latin-ext-regular.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/custom/assets/fonts/inter-v18-latin-ext-500.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/custom/assets/fonts/inter-v18-latin-ext-600.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/custom/assets/fonts/inter-v18-latin-ext-700.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("/wp-content/themes/custom/assets/fonts/inter-v18-latin-ext-800.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
  font-family: "Inter", sans-serif;
}

/* Override Bootstrap Primary color */
:root {
  --bs-primary: #66b436;
  --bs-primary-rgb: 102, 180, 54;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #66b436;
  --bs-btn-border-color: #66b436;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #55942c; /* darker green for hover */
  --bs-btn-hover-border-color: #55942c;
  --bs-btn-focus-shadow-rgb: 102, 180, 54;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #55942c;
  --bs-btn-active-border-color: #55942c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #66b436;
  --bs-btn-disabled-border-color: #66b436;
}

/* Add any other components or elements you wish to customize */

.font-bold {
  font-weight: 700;
}

.hero h2 {
  font-size: max(1.875rem, min(2.5vw, 2.375rem));
  line-height: max(2.375rem, min(3.5vw, 3rem));
  letter-spacing: -1.5px;
  font-weight: 400;
}

.top-bar {
  background-color: var(--bs-primary);
  color: white;
  text-align: center;
  padding: 8px 0;
}

.span1 {
  color: var(--bs-primary);
}
.span2 {
  color: #32509b;
}
.hero {
  text-align: center;
}

.hero h1 {
  font-weight: 600;
  font-size: 28px;
}
.hero p {
  color: #6b7280;
}
.option-box {
  xborder: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 25px;
  background: #fff;
  xbox-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  text-align: left;
}
.option-box .icon {
  font-size: 20px;
  margin-right: 10px;
}
.btn {
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 500;
}

.btn-green {
  background-color: #d9f8ed;
  color: #66b436;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 500;
}

.zobacz img {
  max-height: 420px;
}
.payment-icons {
  display: flex;
  gap: 12px;
}

.payment-icons img {
  height: 52px;
  padding: 16px 24px;
  border: 1px solid #eee;
  border-radius: 999px;
  background-color: white;
}
footer li {
  margin-bottom: 6px;
}

.zobacz .col-lg-4 div {
  background-color: rgba(248, 248, 252, 1);
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #e0e0e0;
}

.accordion-button {
  padding: 20px 0;
  font-weight: 600;
  color: #333;
  background-color: transparent;
}

.accordion-button:not(.collapsed) {
  color: #333;
  background-color: transparent;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
  padding: 0 0 20px 0;
}

/* MODAL */

.modal-content {
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.modal-header {
  background: var(--bs-primary);
  padding: 20px;
  border: none;
  color: white;
}

.modal-title {
  font-weight: 600;
}

.modal-body {
  padding: 30px;
}

.btn-close {
  filter: brightness(0) invert(1);
}

.form-control {
  padding: 12px 15px;
  border-radius: 10px;
  border: 2px solid #eee;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: var(--bs-primary);
  box-shadow: none;
}

.input-group-text {
  border: none;
  background: transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  color: #666;
}

.input-group {
  position: relative;
}

.btn-login {
  padding: 12px 20px;
  background: var(--bs-primary);
  border: none;
  border-radius: 10px;
  font-weight: 500;
  width: 100%;
  transition: all 0.3s ease;
}

.btn-login:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 98, 0, 0.3);
}

.form-check {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
}

.password-toggle {
  cursor: pointer;
}

.register-link {
  text-align: center;
  margin-top: 20px;
  font-size: 0.9rem;
}

.section_order_consents {
  margin-top: 12px !important;
}
.section_order_consents label {
  margin-bottom: 0px !important;
}
.section_order_consents .form-check-label {
  font-size: 14px !important;
  line-height: 1.4 !important;
  margin-top: 2px !important;
}
.section_order_consents .form-check-label {
  padding-top: 6px !important;
}
.custom_check {
  justify-content: start;
}

.custom_checkbox {
  width: 36px !important;
  height: 36px !important;
  border: 3px solid var(--bs-primary) !important;
  margin-right: 12px !important;
  background: #fff !important;
}

.section_order_consents
  .custom_check
  .form-check-input:checked[type="checkbox"] {
  background-image: url(../img/tick.svg) !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
}

.check-circle {
  background-color: var(--bs-primary); /* Green background, change as needed */
  color: white;
  border-radius: 50%;
  padding: 10px;
  font-size: 3.5rem; /* Adjust size */
  font-weight: bold; /* Make the checkmark thicker */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 98px;
}

.answer-option {
  background-color: white;
  border: 2px solid var(--bs-primary);
  color: var(--bs-primary);
  transition: all 0.3s ease;
  cursor: pointer;
}

.answer-option:hover {
  background-color: var(--bs-primary);
  color: white;
}

.btn-check:checked + .answer-option {
  background-color: var(--bs-primary);
  color: white;
  border-color: var(--bs-primary);
}
.form-control {
  padding: 14px 16px;
}

#step2,
#step3 {
  display: none;
}

.cta-section {
  background: var(--bs-primary);
}

.cta-section .btn-light {
  xcolor: var(--bs-primary);
}

.cta-section .btn-outline-light:hover {
  color: var(--bs-primary);
}

.cta-section .card {
  border-radius: 15px;
}

.cta-section .form-control {
  border: none;
  border-radius: 10px;
  background-color: #f8f9fa;
}

.cta-section .btn-primary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.cta-section .btn-primary:hover {
  background-color: #5a0cb1;
  border-color: #5a0cb1;
}

footer li {
  margin-bottom: 6px;
}

.payment-icons img {
  height: 52px;
  padding: 16px 24px;
  border: 1px solid #eee;
  border-radius: 999px;
  background-color: white;
}

.payment-icons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap; /* Allow items to wrap into multiple rows */
}

.payment-icons > img {
  object-fit: contain; /* Prevents the image from stretching */
}

@media (max-width: 600px) {
  .payment-icons {
    justify-content: space-between; /* Ensures the icons are spaced out */
  }

  .payment-icons > * {
    flex: 0 0 48%; /* Each item takes up roughly half of the width */
  }
}

.search-container {
  /max-width: 500px;
  /margin: auto;
}
.dropdown-menu.show {
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
  border-radius: 0 0 0.5rem 0.5rem;
}

.custom-toggler {
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}

.custom-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* Wrapper span to rotate */
.toggler-rotate {
  display: inline-block;
  transition: transform 0.3s ease;
}

/* Rotate when expanded */
.navbar-toggler[aria-expanded="true"] .toggler-rotate {
  transform: rotate(90deg);
}

/* Default icon style */
.navbar-toggler-icon {
  transition: background-image 0.3s ease;
}

.wpforms-field-required {
  border-radius: 10px !important;
  padding: 12px 15px !important;
  border: 2px solid #eee !important;
  transition: all 0.3s ease !important;
}

.wpforms-field-required:focus {
  border-color: var(--bs-primary) !important;
  box-shadow: none !important;
}

.wpforms-field-label {
  font-weight: 500 !important;
  margin-bottom: 8px !important;
}

.wpforms-submit {
  background: var(--bs-primary) !important;

  padding: 12px 24px !important;
  border-radius: 30px !important;
  font-weight: 500 !important;
}

.wpforms-submit:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 98, 0.3) !important;
}

.wpforms-submit,
.wpforms-submit:focus,
.wpforms-submit:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

div.wpforms-container-full input[type="date"]:focus,
div.wpforms-container-full input[type="datetime"]:focus,
div.wpforms-container-full input[type="datetime-local"]:focus,
div.wpforms-container-full input[type="email"]:focus,
div.wpforms-container-full input[type="month"]:focus,
div.wpforms-container-full input[type="number"]:focus,
div.wpforms-container-full input[type="password"]:focus,
div.wpforms-container-full input[type="range"]:focus,
div.wpforms-container-full input[type="search"]:focus,
div.wpforms-container-full input[type="tel"]:focus,
div.wpforms-container-full input[type="text"]:focus,
div.wpforms-container-full input[type="time"]:focus,
div.wpforms-container-full input[type="url"]:focus,
div.wpforms-container-full input[type="week"]:focus,
div.wpforms-container-full select:focus,
div.wpforms-container-full textarea:focus {
  box-shadow: none !important;
}

div.wpforms-container-full input[type="submit"]:focus:after,
div.wpforms-container-full button[type="submit"]:focus:after,
div.wpforms-container-full .wpforms-page-button:focus:after {
  border: none !important;
}

.blog-section {
  padding: 60px 0;
}

.blog-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
  margin-bottom: 24px;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-card .card-body {
  padding: 20px;
}

.blog-card .card-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.blog-card .card-title a {
  text-decoration: none;
  color: #222;
}

.blog-card .card-text {
  color: #666;
  font-size: 1rem;
}

.read-more {
  display: inline-block;
  margin-top: 10px;
  color: var(--bs-primary);
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

.read-more:hover {
  color: var(--bs-success);
}

.form-section {
  margin-bottom: 1rem;
}
.form-label-required::after {
  content: " *";
  color: red;
}
.toggle-button input[type="radio"] {
  display: none;
}
.toggle-button label {
  margin-right: 1rem;
  cursor: pointer;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.toggle-button input[type="radio"]:checked + label {
  background-color: #d1f5e1;
  border-color: #66b436;
}

.submit-section p {
  font-size: 0.9rem;
}

.upload-box {
  border: 1px dashed #d9dbe9;
  background-color: #fcfcff;
  padding: 2rem;
  text-align: center;
  border-radius: 12px;
  color: #6c757d;
  position: relative;
}
.upload-box h5 {
  font-weight: 600;
  color: #000;
}
.upload-box .highlight {
  color: #3b82f6;
  cursor: pointer;
  text-decoration: underline;
}
.file-preview img {
  max-width: 100px;
  margin-top: 1rem;
}

.card-option {
  /* wygląd „karty” */
  border: 1px solid #e7e7ec;
  border-radius: 0.75rem;
  background: #fff;
  padding: 1.5rem 2rem;
  flex: 1 1 0;
  display: flex;
  align-items: center; /* <<<  pionowa oś */
  gap: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.btn-check:checked + .card-option {
  border-color: var(--bs-primary);
  box-shadow: 0 0.75rem 1.5rem rgba(40, 116, 167, 0.12);
}

.indicator {
  width: 26px;
  height: 26px;
  border: 2px solid #cfd4dc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 26px; /* stała szerokość w flex-rządku */
}
.indicator i {
  display: none;
}
.btn-check:checked + .card-option .indicator {
  background: #e9f9ef;
  border-color: #66b436;
}
.btn-check:checked + .card-option .indicator i {
  display: block;
  color: #66b436;
  font-size: 0.95rem;
}

/* odrobina responsywności: pod 768 px kolumna zamiast rządka */
@media (max-width: 767.98px) {
  .option-group {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  #alert-box {
    left: 0 !important;
    right: 0 !important;
    max-width: 100% !important;
    margin: 0;
    border-radius: 0;
    top: 0 !important;
  }
}

.post-content p {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.post-content h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
	
	/* Zmniejszona wysokość głównego zdjęcia na desktopie */
.featured-image-wrapper img {
  height: auto;
  max-height: 400px;
  object-fit: cover;
}

@media (min-width: 992px) {
  .sidebar-sticky {
    position: sticky;
  }
}

@media (max-width: 991px) {
  .sidebar-sticky {
    position: static;
  }
}




.testimonial-card {
  background: #fff;
  border-radius: 16px;
border: 1px solid rgba(0,0,0,0.2);
  padding: 2rem;
  margin: auto;
  max-width: 700px;
}

.testimonial-date {
  color: #a0a0a0;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.testimonial-text {
  font-size: 1rem;
  color: #212529;
}

.testimonial-author {
  font-weight: 600;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.stars {
  color: #f5c518;
}

.section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-header h2 {
  font-weight: 600;
  font-size: 2rem;
}

.section-header p {
  color: #666;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: var(--bs-primary) !important;
  border-radius: 50%;
  padding: 1rem;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}
