.header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 1000;
  transition: all 0.3s ease;
}
/* stan po scrollu */
.header.scrolled {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.logo-box {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 10px 20px;
  border-radius: 40px;
  gap: 10px;
}
.logo-icon {
  width: 30px;
  height: 30px;
  background: #ddd;
  border-radius: 50%;
}
.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  padding: 10px 25px;
  border-radius: 40px;
}
.nav a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.cta {
  background: #6b6b52;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}
.contact-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 40px;
}
.contact-icon {
  width: 30px;
  height: 30px;
  background: #6b6b52;
  border-radius: 50%;
}
@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: #989880;
    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: #989880;
    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: #989880;
    border-color: transparent;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar-nav a {
    font-size: 17px !important;
  }
}
.navbar-light .navbar-toggler {
  background-color: #989880;
}
.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: #989880;
}
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: #f0ede8;
  padding: 3rem 0rem;
}
#footer p {
  color: #ffffff;
}
#footer .row-footer {
  background-color: #989880;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#footer .row-footer span {
  font-family: "Syne" !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: #f0ede8;
}
#footer .footer-logo .text-normal-footer {
  color: #e0dcd3;
  font-family: "Syne";
  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: "Syne";
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 2.125rem !important;
}
#footer .footer-logo .footer-description {
  color: #d4d1cc;
  display: inline-block;
  font-family: "Syne";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: auto;
}
#footer .footer-logo .some-header svg path {
  fill: #d4d1cc;
}
#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: 1338px;
}
#footer .footer-long p {
  margin-top: 0rem;
  margin-bottom: 0rem;
  text-align: center;
}
#footer #footer .info-columns a:hover {
  color: #989880;
  transition: all 0.3s ease-in-out;
}
#footer .container .col-12 > .footer-long-bar {
  width: 100% !important;
}
#footer .footer-contact {
  color: #ffffff;
  font-family: "Syne";
  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: "Syne";
  text-decoration: none;
  color: #f0ede8 !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: #989880 !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: #989880;
}
#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: #989880;
  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: 1338px !important;
  }
  .container-footer {
    max-width: 100% !important;
    background-color: #989880;
  }
  .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: "Syne";
}
.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 #868e96;
  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;
  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 #989880;
}
/* po zaznaczeniu wypełnienie staje się color-1 */
input[type="checkbox"]:checked {
  background: #989880;
  border-color: #989880;
  /* ż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: "Syne";
  font-size: 1rem !important;
  font-weight: 700;
}
.form-p {
  color: #ffffff;
  font-family: "Syne";
  font-size: 2.5rem !important;
  font-weight: 400;
  line-height: 3.75rem !important;
}
.wpcf7-form-control-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
input::placeholder,
textarea::placeholder {
  color: #868e96 !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
span.wpcf7-list-item-label {
  font-size: 0.85rem !important;
  line-height: 100% !important;
}
/*custom file*/
.cf7-file-upload {
  position: relative;
  width: 100%;
}
.cf7-file-upload label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 16px;
  border: 1px solid #868e96;
  border-radius: 8px;
  cursor: pointer;
  background: #fff;
  color: #868e96;
  transition: border-color 0.2s ease;
}
/* Ukrywamy domyślne pole CF7 */
.cf7-file-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.wpcf7-list-item {
  display: inline !important;
  margin: 0 0 0 1em;
}
@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: 0.5rem;
  background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
  background: #989880;
  border-radius: 1rem;
}
a {
  color: #989880;
}
.boxshadow {
  box-shadow: 3px 16px 54px -14px rgba(0, 0, 0, 0.06);
}
body {
  background-color: #ffffff;
}
.color-1 {
  color: #989880;
}
.color-2 {
  color: #d4d1cc;
}
.color-3 {
  color: #f0ede8;
}
.color-4 {
  color: #e0dcd3;
}
.color-5 {
  color: #c3c3c3;
}
.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, #989880, #d4d1cc, #f0ede8, #e0dcd3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 25%;
}
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon {
  border-color: #989880 !important;
}
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon:after,
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon:before {
  background-color: #989880 !important;
}
header.header p,
.nav a {
  font-family: "Outfit";
}
/*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: "Syne";
}
body {
  font-family: "Syne";
}
h1 {
  font-size: 3.25rem;
  color: #212529;
  margin-bottom: 0.75rem !important;
  line-height: auto;
}
h1.h1-light {
  font-size: 3.25rem;
  color: #ffffff;
  line-height: auto;
}
h2 {
  font-size: 2.25rem;
  color: #212529;
  line-height: 110%;
}
h2.h2-light {
  font-size: 2.25rem;
  color: #ffffff;
  line-height: 110%;
}
.hero-carousel h2 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 3rem;
}
h3 {
  font-size: 2.5rem;
  color: #212529;
  line-height: 3.75rem;
}
h3.h3-light {
  font-size: 2.5rem;
  color: #ffffff;
  line-height: 3.75rem;
}
h4 {
  font-size: 2.125rem;
  color: #212529;
  line-height: 2.75rem;
}
h4.h4-light {
  font-size: 2.125rem;
  color: #ffffff;
  line-height: 2.75rem;
}
h5 {
  font-size: 1.875rem;
  color: #212529;
  line-height: 2.3rem;
}
h5.h5-light {
  font-size: 1.875rem;
  color: #ffffff;
  line-height: 2.3rem;
}
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: auto;
  color: #ffffff;
}
p {
  font-size: 1rem;
  font-weight: 400;
  color: #495057;
  line-height: auto;
}
.p-white p {
  font-size: 1rem;
  font-weight: 400;
  line-height: auto;
  color: #ffffff;
}
p.p-xl,
.p-xl {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: auto;
  color: #f0ede8;
}
.text-paragraph-secondary p {
  font-size: 1rem;
  font-weight: 400;
  line-height: auto;
  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: "Syne";
}
@media (max-width: 991.98px) {
  h1,
  h1.h1-light,
  h1.hero-text {
    font-size: 3.5rem;
    line-height: 3.8rem;
  }
  h2,
  h2.h2-light,
  .hero-carousel h2 {
    font-size: 1.7rem;
    line-height: 2rem;
  }
  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,
  .hero-carousel h2 {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  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;
  }
}
/* button */
.btn,
.btn_cta {
  font-weight: 600;
  background: #989880;
  color: #ffffff !important;
  padding: 9px 25px;
  border-radius: 30px;
  border: none;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease-in-out;
}
.btn:hover,
.btn_cta:hover {
  transform: scale(101%);
  transition: 0.2s ease-in-out;
  border-color: none;
}
.btn_yellow,
.vc_btn3.vc_btn3-color-yellow.vc_btn3-style-modern,
.ppc-btn,
.ppc-btn-primary {
  font-weight: 600;
  background: #d4d1cc;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  border: none;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease-in-out;
}
.btn_yellow:hover,
.vc_btn3.vc_btn3-color-yellow.vc_btn3-style-modern:hover,
.ppc-btn:hover,
.ppc-btn-primary:hover {
  transform: translateY(1px);
  transition: 0.3s ease-in-out;
  border-color: none;
}
.btn_blue,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {
  font-weight: 600;
  background: #f0ede8;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  border: none;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease-in-out;
}
.btn_blue:hover,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:hover {
  transform: translateY(1px);
  transition: 0.3s ease-in-out;
  border-color: none;
}
.btn_navbar {
  padding: 0px 10px!important;
  text-transform: none !important;
  text-decoration: none !important;
  transition: 0.3s ease-in-out;
  cursor: pointer !important;
}
.btn_navbar a {
  color: #fff !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: #989880;
  -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;
  }
}
/*hero owl*/
.hero-owl-wrap {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 0px 60px;
  position: relative;
  overflow: hidden;
}
.hero-carousel .item {
  display: flex;
  align-items: flex-end;
}
.slide-content {
  display: flex;
  width: 100%;
  align-items: center;
}
.text {
  width: 50%;
  color: #fff;
}
.image {
  width: 50%;
  text-align: right;
}
.image img {
  max-width: 100%;
  height: auto;
}
/* nav */
.hero-owl-wrap .owl-nav {
  position: absolute;
  top: 50%;
  left: -50px;
  right: -50px;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}
.hero-owl-wrap .owl-nav button {
  pointer-events: auto;
  background: none !important;
  border: none !important;
}
.hero-owl-wrap .owl-nav button img {
  width: 24px;
  height: 24px;
}
/* ===== RWD ===== */
@media (max-width: 991px) {
  .hero-owl-wrap {
    padding: 32px;
  }
  .hero-owl-wrap .owl-nav {
    left: -25px !important;
    right: -25px !important;
  }
}
@media (max-width: 767px) {
  .hero-owl-wrap .owl-nav {
    left: -15px !important;
    right: -15px !important;
  }
  .slide-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .text,
  .image {
    max-width: 100%;
  }
  .image {
    text-align: center;
  }
}
@media (max-width: 300px) {
  .hero-owl-wrap .owl-nav {
    display: none;
  }
}
/*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: 4.75rem;
}
@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: 1338px;
  }
}
@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;
}
/*FAQ*/
.vc_toggle_size_md.vc_toggle_round .vc_toggle_title .vc_toggle_icon {
  left: auto !important;
  right: 0 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.vc_toggle_size_md.vc_toggle_round .vc_toggle_title {
  padding-left: 0px !important;
}
.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;
}
#cta {
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important;
  background-image: url(/wp-content/uploads/2026/04/Group-45-1.png);
  background-position: right;
  background-repeat: no-repeat;
  background-color: #d4d1cc;
}
@media (max-width: 768px) {
  #cta {
    background-color: #ffffff;
  }
}
