.navbar-nav .btn {
  padding: 1rem 2.6rem !important;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
}
ul.navbar-nav > li.menu-item-has-children > ul {
  display: none !important;
  transition: all 0.3s ease-out;
}
ul.navbar-nav > li.menu-item-has-children > ul.show {
  display: block !important;
  transition: all 0.3s ease-out;
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}
a.nav-link {
  font-size: 1rem;
  color: #ffffff;
}
a.nav-link:hover,
a.nav-link:focus {
  color: #ff5b20;
}
/*social icon*/
.social-icon {
  width: 36px;
  height: 36px;
  padding: 4px;
  transition: transform 0.2s ease;
}
.social-icons a {
  margin-right: 10px;
  display: inline-block;
}
.social-icons a:hover .social-icon {
  transform: scale(1.1);
}
/* ============================================================
   DROPDOWN – TŁO, KOLORY
   ============================================================ */
.navbar .dropdown-menu {
  background-color: #212529 !important;
  border: none;
  padding: 0.5rem 0;
}
/* Linki w dropdownie */
.navbar .dropdown-menu .dropdown-item {
  color: #fff !important;
  padding: 0.5rem 1rem;
}
.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}
/* ============================================================
   NAV – MOBILE: UPEWNIJ SIĘ, ŻE TEKST WIDOCZNY
   ============================================================ 
@media (max-width: 1199px) {
  .navbar .nav-link,
  .navbar .dropdown-item {
    color: #fff !important;
  }
}*/
/* ============================================================
   HOVER NA DESKTOPIE (navbar-expand-xl)
   ============================================================ */
@media (min-width: 1200px) {
  .navbar .dropdown-menu {
    display: none;
  }
  .navbar .dropdown.show .dropdown-menu {
    display: block;
  }
}
/* ============================================================
   STRZAŁKA CUSTOM (ZAMIAST CARET BOOTSTRAPA)
   ============================================================ */
/* Usuwamy domyślny caret */
.navbar .dropdown-toggle::after {
  display: none !important;
}
/* Dodajemy własną minimalistyczną strzałkę */
.navbar .dropdown-toggle {
  position: relative;
  padding-right: 1.5rem;
}
.navbar .dropdown-toggle::before {
  content: "";
  position: absolute;
  right: -1rem;
  top: 50%;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.2s ease;
  opacity: 0.8;
}
/* Rotacja strzałki gdy dropdown otwarty */
.navbar .dropdown.show .dropdown-toggle::before {
  transform: translateY(-50%) rotate(225deg);
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff !important;
}
@media (max-width: 767px) {
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    text-align: center;
    align-items: start;
    padding-bottom: 1rem;
  }
  .navbar-light .navbar-toggler {
    color: #ff5b20;
    border-color: transparent;
  }
  .navbar-nav {
    margin-left: 0;
    gap: 2rem;
    display: flex;
    margin-bottom: 20px;
    margin-left: 2rem;
    margin-top: 2rem;
    flex-direction: column;
    padding-left: 0;
    list-style: none;
  }
  .brand-container {
    margin-right: 6.44rem;
  }
}
@media (max-width: 767px) {
  .reserv-bar {
    display: flex;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  .reserv-bar .reservation-widget {
    justify-content: center;
    gap: 15px;
  }
  .some-header {
    flex-direction: row;
  }
  .reserv-bar ul {
    display: flex;
    align-items: center;
    gap: 0rem;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  .reserv-bar .top-bar-informations {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 24px 24px !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .navbar-light .navbar-toggler {
    color: #ff5b20;
    border-color: transparent;
  }
  .navbar-nav {
    margin-left: 0;
    gap: 2rem;
    display: flex;
    margin-bottom: 20px;
    margin-left: 2rem;
    margin-top: 2rem;
    flex-direction: column;
    padding-left: 0;
    list-style: none;
  }
  .navbar-toggler {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .brand-container {
    margin-right: 6.44rem;
  }
}
@media (max-width: 1399px) {
  .custom-logo-link img {
    width: auto;
    max-height: 60px;
    margin-left: 1rem;
  }
  .navbar-light .navbar-toggler {
    color: #eab64e;
    border-color: transparent;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar-nav a {
    font-size: 17px !important;
  }
}
.navbar-light .navbar-toggler {
  background-color: #ff5b20;
}
.navbar-toggler {
  padding: 0.25rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  transition: box-shadow 0.15s ease-in-out;
}
@media (max-width: 991px) {
  ul.navbar-nav li.show-submenu .sub-menu {
    display: block;
  }
  ul.navbar-nav li .sub-menu {
    position: relative;
    top: 0;
    left: 0;
  }
  .custom-logo-link img {
    width: auto;
    max-height: 30px;
    margin-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: flex-end;
  }
  .navbar-nav {
    gap: 2rem;
    display: flex;
    margin-bottom: 15px;
    margin-top: 20px;
    flex-direction: column;
    padding-left: 0;
    list-style: none;
    align-items: center;
  }
  .navbar {
    z-index: 999;
    margin: 0 auto;
    display: flex;
    align-items: center !important;
  }
  .brand-container {
    margin-right: 6.44rem;
  }
}
@media (max-width: 1460px) {
  .navbar-nav {
    gap: 1rem !important;
  }
}
@media (min-width: 992px) {
  ul.navbar-nav li:hover .sub-menu {
    display: block;
  }
}
.footer-contact-single {
  margin-bottom: .5rem;
  display: flex;
}
.footer-contact-single:last-child {
  border-top: 1px solid #fff;
  padding-top: 1rem;
}
section.copy-author {
  background-color: #212529 !important;
  padding: 1rem 0rem;
}
.col-12.col-md-6.website-author {
  text-align: end;
  font-size: 12px;
  color: #adb5bd;
  font-weight: 500;
}
.col-12.col-md-6.website-author a {
  color: #ff5b20;
}
section.copy-author .row {
  border-top: 1px solid transparent;
  border-color: #ffffff;
  border-image-slice: 1;
  padding-top: 1rem;
}
.col-12.col-md-6.website-copy {
  font-size: 12px;
  font-weight: 500;
  color: #adb5bd;
}
@media (max-width: 992px) {
  .col-12.col-md-6.website-author,
  .col-12.col-md-6.website-copy {
    text-align: center;
  }
}
#footer {
  background-color: #212529;
}
#footer .row-footer {
  background-color: #ff5b20;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#footer .row-footer span {
  font-family: "Rethink Sans", sans-serif !important;
  font-size: 1rem !important;
  color: #ffffff !important;
  line-height: 28px !important;
}
#footer .footer-logo {
  gap: 2rem;
  display: flex;
  flex-direction: column;
}
#footer .footer-logo figure.wp-block-image.size-full {
  margin-bottom: 3rem;
}
#footer .footer-logo ul {
  padding: 0px !important;
}
#footer .footer-logo .footer-long {
  width: 1550px;
  color: #3c3c3b;
  font-family: Lato;
  font-size: 1.275rem;
  font-style: normal;
  font-weight: 300;
  height: 2.1875rem;
  background-color: #ffffff;
  overflow: hidden !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}
#footer .footer-logo .container .bottom-bar {
  background-color: #f2f2f2;
}
#footer .footer-logo .text-normal-footer {
  color: #ff5b20;
  font-family: "Rethink Sans", sans-serif;
  font-size: 1rem !important;
  font-style: normal;
  font-weight: 400;
}
#footer .footer-logo .container-fluid {
  background-color: #000000;
  text-align: center;
}
#footer .footer-logo .container-footer {
  box-shadow: 0px -20px 52.5px 4px rgba(16, 24, 40, 0.18);
  display: flex;
  justify-content: center;
  padding: 128px 0px;
}
@media (max-width: 1200px) {
  #footer .footer-logo .container-footer {
    padding: 0px 0px 0px!important;
  }
}
#footer .footer-logo .widgettitle {
  color: #ffffff;
  text-align: left;
  font-family: "Rethink Sans", sans-serif;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 2.125rem !important;
}
#footer .footer-logo .footer-description {
  color: #eab64e;
  display: inline-block;
  font-family: "Rethink Sans", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4rem;
}
#footer .footer-logo .some-header svg path {
  fill: #eab64e;
}
#footer .navbar-nav-footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}
#footer ul#main-menu,
#footer ul#menu-informacje,
#footer ul#menu-menu-1,
#footer ul#menu-menu-footer,
#footer ul#menu-menu-footer-1 {
  display: grid;
}
#footer #footer ol,
#footer #footer ul {
  padding-left: 0;
}
#footer #footer .menu-item a::before {
  content: "›";
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
#footer #footer li {
  list-style: none;
  display: inline;
  font-size: 16px;
  color: #000;
}
#footer #footer li::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  margin-right: 1rem;
}
#footer .some-header ul li::before {
  display: none;
}
#footer .footer-aside {
  max-width: 1550px;
}
#footer .footer-long p {
  margin-top: 0rem;
  margin-bottom: 0rem;
  text-align: center;
}
#footer #footer .info-columns a:hover {
  color: #ff5b20;
  transition: all 0.3s ease-in-out;
}
#footer .container .col-12 > .footer-long-bar {
  width: 100% !important;
}
#footer .footer-contact {
  color: #ffffff;
  font-family: "Rethink Sans", sans-serif;
  font-size: 1.375rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
}
#footer .footer-contact:hover {
  color: #ffffff;
}
#footer .footer-contact > b {
  margin-bottom: 1rem !important;
}
#footer .footer-contact img {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}
#footer .wp-block-page-list {
  text-align: left;
  display: inline-block;
}
#footer .wp-block-pages-list__item__link {
  font-family: "Rethink Sans", sans-serif;
  text-decoration: none;
  color: #f2f2f2 !important;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
#footer .wp-block-pages-list__item__link:hover {
  color: #ff5b20 !important;
  transition: all 0.3s ease-in-out;
}
#footer .map-container {
  position: relative;
  max-width: 635px;
  height: 400px;
  padding-bottom: 56.25%;
}
#footer .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 700px;
  height: 100%;
  border: 0;
}
@media (max-width: 1200px) {
  #footer .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
#footer .copy-author {
  background-color: #ff5b20;
}
#footer .col-12.col-md-6.website-author {
  text-align: right;
}
#footer .nav-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 2rem;
}
#footer ul,
#footer ol {
  list-style: none;
  padding-left: 0;
}
#footer .menu-item {
  margin-bottom: 0.5rem;
}
#footer .menu-item a {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
#footer .menu-item a:hover {
  color: #ff5b20;
  transition: all 0.2s ease-in-out;
}
#footer .footer-contact-style {
  font-size: 1rem;
  font-weight: 600;
  line-height: auto;
  color: #ffffff;
  text-decoration: none;
}
#footer .footer-contact-style a {
  font-size: 1rem;
  font-weight: 600;
  line-height: auto;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 768px) {
  #footer .footer-contact-style {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* Formularz kontaktowy footer */
.cta-call {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cta-call__bg {
  background: url('/wp-content/uploads/2025/11/Rectangle-6.png') center center / cover no-repeat;
  width: 100%;
  padding: 60px 0;
  color: #fff;
}
.container-fluid {
  max-width: 1550px !important;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
/* TEKSTY */
.cta-call__content p {
  margin: 0 0 24px;
  line-height: 1.6;
}
.cta-call__btn {
  display: inline-block;
}
@media only screen and (max-width: 545px) {
  #footer ul#main-menu {
    gap: 0.1rem;
    display: grid !important;
    display: none;
  }
}
@media (max-width: 1200px) {
  .col-lg-4,
  .col-lg-3 {
    flex: 0 0 auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #footer .row-footer {
    padding: 2rem 1rem;
    display: flex;
  }
  .wp-block-page-list {
    text-align: left;
    display: inline-block;
    margin-left: -2rem;
  }
  .col-sm-6 {
    margin: 1rem 0rem;
  }
}
@media (max-width: 992px) {
  .col-lg-4,
  .col-lg-3,
  .col-lg-2 {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .reverse-mobile {
    flex-direction: column-reverse;
  }
  #footer ul#main-menu {
    gap: 0.5rem;
  }
  #footer .footer-logo {
    width: 100%;
  }
  .footer-white12 {
    height: auto;
    display: flex;
    flex-direction: column !important;
    padding-top: 10px;
  }
  .footer-white12 .col-4 {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1000px) {
  #footer .footer-long {
    flex-direction: column;
    height: auto;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  #footer .row-footer {
    display: flex;
  }
}
@media (max-width: 768px) {
  #footer [class*="col-"] {
    text-align: center;
  }
}
/* Responsywność */
@media (max-width: 900px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
  }
  .contact-left {
    display: none;
  }
  .contact-right {
    padding: 40px 30px;
  }
}
@media (max-width: 768px) {
  #footer {
    padding: 1rem 0rem;
  }
}
@media (min-width: 992px) {
  .footer-description {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container,
  .row-footer {
    max-width: 1550px !important;
  }
  .container-footer {
    max-width: 100% !important;
    background-color: #ff5b20;
  }
  .row-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .row-footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.wpcf7 {
  border-radius: 0.5rem;
  width: 100%;
  margin: auto;
  font-family: "Rethink Sans", sans-serif;
}
.wpcf7-form-control-wrap {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7-form-control {
  width: 100%;
  padding: 0.5rem 1rem;
  background: #ffffff;
  border-radius: 0.5rem;
  border: 1px solid #212529;
  box-sizing: border-box;
  font-size: 14px;
}
.wpcf7-acceptance {
  margin-left: -3rem;
  border: none;
  background: none;
}
/* checkbox */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
  border-radius: 0.5rem;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  /* ramka w kolorze color-1 */
  border: 2px solid #ff5b20;
}
/* po zaznaczeniu wypełnienie staje się color-1 */
input[type="checkbox"]:checked {
  background: #ff5b20;
  border-color: #ff5b20;
  /* żeby ramka zlała się z tłem */
}
input[type="checkbox"]:checked::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.custom-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
label {
  display: inline-flex;
}
.wpb_single_image img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  background-size: cover;
}
.form-heading {
  color: #ffffff;
  font-family: "Rethink Sans", sans-serif;
  font-size: 1rem !important;
  font-weight: 700;
}
.form-p {
  color: #ffffff;
  font-family: "Rethink Sans", sans-serif;
  font-size: 3rem !important;
  font-weight: 400;
  line-height: 4.5rem !important;
}
.wpcf7-form-control-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
input::placeholder,
textarea::placeholder {
  color: #495057 !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
span.wpcf7-list-item-label {
  font-size: 0.85rem !important;
  line-height: 100% !important;
}
@media only screen and (max-width: 767px) {
  .wpcf7-submit {
    font-size: 0.875rem;
    padding: 8px 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  #kontakt .vc_col-lg-offset-6 {
    margin-left: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wpcf7 {
    padding: 1.75rem;
  }
  .wpcf7-submit {
    font-size: 0.9375rem;
    padding: 9px 18px;
  }
}
/*scrollbar*/
::-webkit-scrollbar {
  width: 1rem;
  background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
  background: #ff5b20;
  border-radius: 0px;
}
.boxshadow {
  box-shadow: 3px 16px 54px -14px rgba(0, 0, 0, 0.06);
}
body {
  background-color: #ffffff;
}
.color-1 {
  color: #ff5b20;
}
.color-2 {
  color: #eab64e;
}
.color-3 {
  color: #f2f2f2;
}
.color-4 {
  color: #ff5b20;
}
.color-5 {
  color: #293038;
}
.gray-1 {
  color: #fbf9fa;
}
.gray-2 {
  color: #f1f3f5;
}
.gray-3 {
  color: #e9ecef;
}
.gray-4 {
  color: #dee2e6;
}
.gray-5 {
  color: #ced4da;
}
.gray-6 {
  color: #adb5bd;
}
.gray-7 {
  color: #868e96;
}
.gray-8 {
  color: #495057;
}
.gray-9 {
  color: #343a40;
}
.gray-10 {
  color: #212529;
}
.white-bg {
  background-color: #ffffff;
}
.gradient-text {
  background: linear-gradient(90deg, #ff5b20, #eab64e, #f2f2f2, #ff5b20);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 25%;
}
/*header typography*/
/*footer typography*/
h1,
h2,
h3,
h4,
h5,
h6,
h1.h1-dark,
h1.h1-light,
h2.h2-dark,
h2.h2-light,
h3.h3-dark,
h3.h3-light,
h4.h4-dark,
h4.h4-light,
h5.h5-dark,
h5.h5-light,
h6.h6-dark,
h6.h6-light {
  font-family: "League Spartan", sans-serif;
}
body {
  font-family: "Rethink Sans", sans-serif;
}
h1 {
  font-size: 4.5rem;
  color: #212529;
  margin-bottom: 0.75rem !important;
  line-height: 5.8rem;
}
h1.h1-light {
  font-size: 4.5rem;
  color: #ffffff;
  line-height: 5.8rem;
}
h2 {
  font-size: 3.75rem;
  color: #212529;
  line-height: 5.625rem;
}
h2.h2-light {
  font-size: 3.75rem;
  color: #ffffff;
  line-height: 5.625rem;
}
h3 {
  font-size: 3rem;
  color: #212529;
  line-height: 4.5rem;
}
h3.h3-light {
  font-size: 3rem;
  color: #ffffff;
  line-height: 4.5rem;
}
h4 {
  font-size: 2.25rem;
  color: #212529;
  line-height: 3.375rem;
}
h4.h4-light {
  font-size: 2.25rem;
  color: #ffffff;
  line-height: 3.375rem;
}
h5 {
  font-size: 1.875rem;
  color: #212529;
  line-height: 2.81rem;
}
h5.h5-light {
  font-size: 1.875rem;
  color: #ffffff;
  line-height: 2.81rem;
}
h6 {
  font-size: 1.5rem;
  color: #212529;
  line-height: 2rem;
}
h6.h6-light {
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 2rem;
}
h1.hero-text {
  font-size: 5.8rem;
  line-height: 5.8rem;
  color: #ffffff;
}
p {
  font-size: 1rem;
  font-weight: 400;
  color: #495057;
  line-height: 1.4rem;
}
.p-white p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #ffffff;
}
p.p-xl {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #ff5b20;
}
.text-paragraph-secondary p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #ffffff;
}
.fw-regular {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-extrabold {
  font-weight: 800;
}
.heading-margin-h3 {
  margin-bottom: 3rem !important;
}
.vc_toggle_title > h4 {
  display: inline;
  font-size: 20px !important;
  font-family: "Rethink Sans", sans-serif;
}
@media (max-width: 991.98px) {
  h1,
  h1.h1-light,
  h1.hero-text {
    font-size: 3.5rem;
    line-height: 3.8rem;
  }
  h2,
  h2.h2-light {
    font-size: 2.75rem;
  }
  h3,
  h3.h3-light {
    font-size: 2.25rem;
  }
  h4,
  h4.h4-light {
    font-size: 1.75rem;
  }
  h5,
  h5.h5-light {
    font-size: 1.5rem;
  }
  h6,
  h6.h6-light {
    font-size: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  h1,
  h1.h1-light {
    font-size: 2.75rem;
  }
  h2,
  h2.h2-light {
    font-size: 2.25rem;
  }
  h3,
  h3.h3-light {
    font-size: 1.875rem;
  }
  h4,
  h4.h4-light {
    font-size: 1.5rem;
  }
  h5,
  h5.h5-light {
    font-size: 1.25rem;
  }
  h6,
  h6.h6-light {
    font-size: 1.125rem;
  }
}
.btn,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.pojazd-card__btn,
.navbar-nav .btn {
  padding: 1rem 2.6rem!important;
  border-radius: .5rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
  text-decoration: none !important;
  transition: .25s ease!important;
  cursor: pointer !important;
  background: transparent !important;
  border: 2px solid #ffffff!important;
  color: #ffffff !important;
}
.btn:hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.pojazd-card__btn:hover,
.navbar-nav .btn:hover {
  background-color: #ffffff !important;
  color: #1f2937 !important;
  border-color: 2px solid #ffffff!important;
}
.btn-white,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern,
.btn_navbar {
  padding: 1rem 2.6rem!important;
  border-radius: .5rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
  text-decoration: none !important;
  transition: .25s ease!important;
  cursor: pointer !important;
  background: #ffffff !important;
  color: #1f2937 !important;
  border: 2px solid #ffffff !important;
}
.btn-white:hover,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:hover,
.btn_navbar:hover {
  background: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn_navbar {
  padding: 0.3rem 1.5rem !important;
}
.btn_navbar a {
  color: #212529;
}
.btn_navbar a:hover {
  color: #fff;
}
.btn-gray,
.wpcf7-submit,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern {
  padding: 1rem 2.6rem!important;
  border-radius: .5rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
  text-decoration: none !important;
  transition: .25s ease!important;
  cursor: pointer !important;
  background: #101828 !important;
  color: #ffffff !important;
  border: 2px solid #212529 !important;
}
.btn-gray:hover,
.wpcf7-submit:hover,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:hover {
  background: transparent !important;
  color: #101828 !important;
  border-color: #212529 !important;
}
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern {
  padding: 1rem 2rem;
  border-radius: .5rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
  text-decoration: none !important;
  transition: .25s ease!important;
  cursor: pointer !important;
  background: transparent !important;
  font-size: 18px;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:hover {
  background: #ffffff !important;
  color: #1f2937 !important;
  border-color: #ffffff !important;
}
.error-404 {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  color: #fff;
  padding: 4rem 1rem;
}
.error-404 .container {
  margin: 0 auto;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error-404 img {
  max-width: 70%;
  height: auto;
  margin-bottom: 3rem;
}
.error-404 h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1rem;
  background: #ff5b20;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.error-404 h2 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.error-404 p {
  font-size: 1.125rem;
  opacity: 0.9;
  color: #212529;
  margin-bottom: 2rem;
  line-height: 1.6;
}
/* Responsywność */
@media (max-width: 768px) {
  .error-404 {
    padding: 3rem 1rem;
  }
}
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-carousel .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 5px;
  border-radius: 0%;
  background-color: #495057 !important;
  border: none;
}
.owl-carousel .owl-dot.active {
  background-color: #ff5b20 !important;
}
.gray-border img {
  height: 72px;
  width: 72px !important;
  object-fit: none;
}
.owl-nav .owl-prev,
.owl-nav .owl-prev {
  position: absolute !important;
  top: 50% !important;
  left: -2rem !important;
  transform: rotate(180deg);
}
.owl-nav .owl-next,
.owl-nav .owl-next {
  position: absolute !important;
  top: 50% !important;
  right: -2rem !important;
}
/*CONTAINERS*/
.container-footer {
  max-width: 100% !important;
}
@media (min-width: 1470px) {
  .container-footer {
    max-width: 100% !important;
  }
}
.text-row {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .text-row {
    margin: 2rem 0rem 0rem 3rem;
  }
}
section.vc_section {
  margin-bottom: 7.88rem;
}
@media (max-width: 992px) {
  section.vc_section {
    margin-bottom: 2.88rem;
  }
}
html,
body {
  margin: 0 auto;
  overflow-x: hidden;
}
@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl,
  .vc_row,
  .vc_column_container {
    max-width: 1550px;
  }
}
@media (max-width: 767px) {
  .wpb_wrapper h1,
  .wpb_wrapper h2,
  .wpb_wrapper h3,
  .wpb_wrapper p,
  .wpb_wrapper span {
    text-align: center !important;
  }
  img.vc_single_image-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .vc_btn3-container,
  .vc_btn3-container.vc_btn3-inline,
  .wpb_button,
  .vc_btn,
  .vc_general {
    display: inline-block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  .wpb_wrapper {
    text-align: center !important;
  }
  .dom-card,
  .dom-card * {
    text-align: initial !important;
  }
  figure.wpb_wrapper.vc_figure {
    display: block;
  }
}
.pojazdy-prom-carousel img {
  width: auto !important;
  height: auto !important;
}
.hp-video__wrapper {
  width: 100%;
  aspect-ratio: 1.77777778;
  border-radius: 12px;
  overflow: hidden;
}
.hp-video__wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gray-border {
  border: 1px solid #e9ecef;
}
.gap-2rem {
  gap: 2rem;
}
@media (min-width: 768px) {
  .featurebox .vc_col-sm-3 {
    width: calc(23.5%);
  }
}
.border-radius {
  border-radius: 1.5rem;
}
.banner {
  height: 16.54169rem;
  max-height: 16.54169rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  margin-top: 5rem;
}
.vc_custom_1762439180110 {
  background-position: center !important;
}
/*kategoria listing + karuzela*/
.cat-box {
  position: relative;
}
.cat-box__image {
  position: relative;
  margin: 0;
}
.cat-box__image img {
  display: block;
  width: 100%;
  height: auto;
}
.cat-box__overlay {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: left;
  padding-left: 20px;
}
.cat-box__title {
  margin: 0 0 6px;
  font-size: 24px;
  font-family: "Rethink Sans", sans-serif;
  font-weight: 600;
  color: #ff5b20;
}
.cat-box__link {
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
}
.cat-box__link:hover {
  text-decoration: underline;
}
/*galeria single pojazd*/
.single_project_gallery {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 80vw;
  max-width: 1100px;
  perspective: 1200px;
}
.single_project_gallery .gallery {
  position: relative;
  width: 100%;
}
.single_project_gallery .gallery .slides {
  position: relative;
  width: 100%;
  aspect-ratio: 1.8;
  overflow: visible;
}
.single_project_gallery .gallery .slides img {
  position: absolute;
  left: 50%;
  width: 75%;
  object-fit: cover;
  transform-origin: center;
  border-radius: 6px;
  pointer-events: none;
  transition: transform .6s ease, opacity .6s ease;
}
.single_project_gallery .gallery .slides img.prev {
  transform: translateX(-110%) scale(0.75) rotateY(35deg);
  opacity: .4;
  z-index: 0;
}
.single_project_gallery .gallery .slides img.active {
  transform: translateX(-50%) scale(1) rotateY(0deg);
  opacity: 1;
  z-index: 2;
}
.single_project_gallery .gallery .slides img.next {
  transform: translateX(10%) scale(0.75) rotateY(-35deg);
  opacity: .4;
  z-index: 0;
}
.single_project_gallery .gallery .custom_gallery_nav {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.single_project_gallery .gallery .custom_gallery_nav span {
  cursor: pointer;
  color: #c4a23f;
}
.single_project_gallery .gallery .custom_gallery_nav span img {
  height: 20px;
}
.single_project_gallery .gallery .custom_gallery_nav span:hover {
  color: #000;
}
.single_project_gallery .gallery:focus {
  outline: none !important;
}
/**** Kontener pojedynczej karty pojazdu ****/
.pojazd-card {
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e9ecef;
}
.pojazdy-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .pojazdy-listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .pojazdy-listing {
    grid-template-columns: 1fr;
  }
}
/* Górne zdjęcie */
.pojazd-card__img {
  width: 100%;
  padding-top: 56%;
  background-size: cover;
  background-position: center;
}
/* Część tekstowa */
.pojazd-card__body {
  padding: 24px 24px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* Tytuł: nazwa + moc */
.pojazd-card__title {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 8px;
  color: #111827;
}
/* Krótki opis */
.pojazd-card__desc {
  font-size: 14px;
  line-height: 1.5;
  color: #4b5563;
  margin: 0 0 18px;
}
/* Blok z trzema specyfikacjami */
.pojazd-card__spec {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 20px;
}
.spec-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.spec-value {
  font-size: 14px;
}
/* Ikony */
.spec-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
/* Dolna belka: cena + link */
.pojazd-card__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
}
/* Cena */
.pojazd-card__price {
  font-size: 20px;
  font-weight: 600;
  color: #212529;
}
/* Link „Szczegóły” */
.pojazd-card__link {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #ff5b20;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.pojazd-card__link:hover {
  text-decoration: underline;
}
.pojazd-card__arrow {
  font-size: 14px;
}
/* Responsywność */
@media (max-width: 768px) {
  .pojazd-card__body {
    padding: 18px 16px 16px;
  }
}
@media (min-width: 1200px) {
  .pojazd-card__spec {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* === SINGLE POJAZD – GŁÓWNA SEKCJA === */
body.single-pojazd main {
  margin-top: 8rem;
}
.single-pojazd-wrap {
  padding-top: 3rem;
  padding-bottom: 4rem;
}
/* Nagłówek z tytułem i meta-ikonami */
.single-pojazd-header {
  margin-bottom: 6rem;
}
.single-pojazd-lead {
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
  margin: 0 0 1.5rem;
}
.single-pojazd-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1rem !important;
}
.single-pojazd-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  color: #111827;
}
.single-pojazd-meta-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
/* === NAV Z ANCHORAMI (Opis / Specyfikacja / Cennik / Do pobrania) === */
.single-pojazd-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4.2rem;
  margin-bottom: 2.5rem;
}
.single-pojazd-nav__link {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  color: #212529;
  transition: color 0.2s ease;
}
#opis,
#specyfikacja,
#cennik,
#do-pobrania {
  scroll-margin-top: 120px;
}
.single-pojazd-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #f97316;
  transition: width 0.2s ease;
}
.single-pojazd-nav__link:hover,
.single-pojazd-nav__link:focus {
  color: #ff5b20;
}
.single-pojazd-nav__link:hover::after,
.single-pojazd-nav__link:focus::after,
.single-pojazd-nav__link.is-active::after {
  width: 100%;
}
/* === SEKCJE PO LEWEJ === */
.single-pojazd-section {
  margin-bottom: 3rem;
}
.single-pojazd-section h6 {
  margin-bottom: 2rem;
}
.single-pojazd-section .h2-light {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1rem;
}
.single-pojazd-section .content p {
  font-size: 14px;
  line-height: 1.7;
  color: #4b5563;
}
/* === TABELKI (Specyfikacja, Cennik, Do pobrania) === */
.spec-table-wrap {
  border: 1px solid #fbf9fa;
  overflow: hidden;
  background: #ffffff;
}
.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.spec-table thead th {
  font-weight: 600;
  text-align: left;
  padding: 0.9rem 1.2rem;
  border-bottom: 1px solid #e5e7eb;
  color: #6b7280;
}
.spec-table tbody tr:nth-child(even) {
  background: #ffffff;
}
.spec-table tbody tr:nth-child(odd) {
  background: #fbf9fa;
}
.spec-table th,
.spec-table td {
  padding: 1.5rem 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.spec-table th {
  width: 25%;
  font-weight: 400;
  color: #101828;
}
.spec-table td {
  color: #111827;
  width: 25%;
}
/* „Do pobrania” – prawa kolumna z przyciskiem */
.spec-table--downloads .downloads-actions {
  text-align: right;
}
.spec-table--downloads .btn {
  font-size: 13px;
  padding: 0.45rem 0.9rem;
}
/* === ASIDE (PRAWA KOLUMNA) === */
.single-pojazd-aside {
  position: relative;
  /* JS zajmuje się fixed/scrollowaniem – klasy js-fixed-aside zostają */
}
.pojazd-aside-box {
  background: #111827;
  color: #f9fafb;
  padding: 1.5rem 1.75rem;
  margin-bottom: 1.5rem;
}
.pojazd-aside-label {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 0.75rem;
}
.pojazd-aside-price {
  font-size: 16px;
  margin: 0 0 1.25rem;
}
.pojazd-aside-price strong {
  font-size: 20px;
  font-weight: 700;
}
.pojazd-aside-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.4rem;
  border-radius: 999px;
  border: none;
  background: #f97316;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
}
.pojazd-aside-btn:hover {
  background: #ea580c;
  transform: translateY(-1px);
}
/* Opis w aside */
.pojazd-card__desc {
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 1.25rem;
}
/* Lista danych w aside */
.data-list {
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
  padding: 1.25rem 1.5rem;
}
.data-list .rowline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 14px;
  padding: 0.45rem 0;
  border-bottom: 1px solid #e5e7eb;
}
.data-list .rowline:last-child {
  border-bottom: none;
}
.data-list .rowline span {
  color: #6b7280;
}
.data-list .rowline strong {
  color: #111827;
  font-weight: 600;
}
/* === GALERIA U GÓRY (lekki tuning, opcjonalnie) === */
/* === RESPONSYWNOŚĆ === */
@media (max-width: 991.98px) {
  .single-pojazd-wrap {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .single-pojazd-meta {
    gap: 1rem;
  }
  .single-pojazd-nav {
    gap: 1rem;
  }
  .single-pojazd-nav__link {
    font-size: 18px;
  }
  .single-pojazd-aside {
    margin-top: 2rem;
  }
}
@media (max-width: 575.98px) {
  .spec-table th,
  .spec-table td {
    padding: 0.7rem 0.9rem;
  }
  .data-list {
    padding: 1rem 1.1rem;
  }
}
/**** Fixed aside single pojazd ****/
.js-fixed-col {
  position: relative;
}
.js-fixed-aside {
  position: static;
}
.js-fixed-aside.is-fixed {
  position: fixed;
  margin-top: 50px;
  z-index: 50;
}
.js-fixed-aside.is-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 991.98px) {
  .js-fixed-aside {
    position: static;
    width: 100% !important;
    left: auto !important;
    top: auto !important;
  }
}
/*filter*/
/* wrapper całego filtra */
.pojazdy-filter-form {
  margin-top: 24px;
}
/* rząd pól jak na screenie */
.pojazdy-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
  justify-content: center;
}
@media (min-width: 768px) {
  .pojazdy-filter-item {
    min-width: 260px;
  }
}
/* label nad selectem – ukryty wizualnie, ale zostaje dla dostępności */
.pojazdy-filter-label {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
button.btn-gray.pojazdy-filter-submit {
  padding: 6px 30px!important;
}
/* obramowanie selecta jak „kafelek” */
.pojazdy-filter-select-wrap {
  position: relative;
}
.pojazdy-filter-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 32px 10px 14px;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.3;
  color: #333;
  cursor: pointer;
}
.pojazdy-filter-select-wrap::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  pointer-events: none;
  z-index: 2;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ff5b20;
}
.pojazdy-filter-select:focus {
  outline: none;
  border-color: #FF5A1F;
}
.pojazdy-filter-select .placeholder-option {
  color: #adb5bd !important;
}
.pojazdy-filter-select {
  color: #333;
}
@media (max-width: 767px) {
  .pojazdy-filter-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    justify-items: center;
  }
  .pojazdy-filter-item {
    width: 100%;
    max-width: 250px;
    justify-self: center;
  }
  .pojazdy-filter-item--submit {
    grid-column: span 2;
    width: 100%;
    justify-self: center;
  }
}
/*kontakt*/
.contact-wrapper {
  font-size: 1rem;
  font-weight: 600;
  color: #212529;
  text-decoration: none;
  font-size: 1.3rem;
}
.contact-wrapper a {
  font-size: 1rem;
  font-weight: 600;
  color: #212529;
  text-decoration: none;
  font-size: 1.3rem;
}
.contact-single {
  margin-bottom: .5rem;
  display: flex;
}
.contact-single:last-child {
  border-top: 1px solid #212529;
  width: 50%;
  padding-top: 1rem;
}
.contact-single:last-child img {
  filter: invert(1);
}
@media (max-width: 768px) {
  .contact-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
