.navbar-nav .btn {
  padding: 1rem 2.6rem !important;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
}
@media (min-width: 992px) {
  #header img.custom-logo {
    width: 30%;
    height: 100%;
  }
}
ul.navbar-nav > li.menu-item-has-children > ul {
  display: none;
  transition: all 0.3s ease-out;
}
ul.navbar-nav > li.menu-item-has-children > ul.show {
  display: block;
  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: #000000;
}
a.nav-link:hover,
a.nav-link:focus {
  color: #ae9979;
}
/*social icon*/
#header .header-socials {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
#header .header-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  transition: .3s;
}
#header .header-socials a:hover {
  background: linear-gradient(90deg, #b68040, #e4b647);
  transition: .3s;
}
#header .header-socials a:hover img {
  filter: invert(0);
}
/* ============================================================
   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;
}
.navbar-nav {
  gap: 3rem;
}
.navbar-nav .menu-item > a {
  color: #000;
  font-size: 1.375rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s ease;
}
.navbar-nav .menu-item > a:hover {
  color: #555;
}
/* pozycje z submenu */
.navbar-nav .menu-item-has-children {
  position: relative;
}
/* strzałka */
.navbar-nav .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .3s ease;
}
/* obrót po hover */
.navbar-nav .menu-item-has-children:hover > a::after {
  transform: rotate(225deg);
}
/* submenu */
.navbar-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .2s ease;
  pointer-events: none;
}
.navbar-nav .menu-item-has-children:hover > .sub-menu,
.navbar-nav .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  list-style-type: none;
  padding-left: 0px;
}
.navbar-nav .sub-menu li a {
  display: block;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
  transition: background .2s ease;
}
.navbar-nav .sub-menu li a:hover {
  background: #f5f5f5;
}
@media (max-width: 991px) {
  .navbar-nav .sub-menu {
    display: block !important;
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: none !important;
    animation: none !important;
    box-shadow: none !important;
    background: transparent !important;
    margin: 0;
    list-style: none;
    padding-left: 0px;
  }
  .navbar-nav .menu-item-has-children:hover > .sub-menu {
    all: unset;
    display: block !important;
  }
  .navbar-nav .sub-menu li a {
    display: block;
    padding: 6px 0;
    color: #333;
    text-decoration: none;
  }
  .navbar-nav .menu-item a:hover {
    color: inherit;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: flex-end;
  }
  .navbar-nav {
    gap: 3rem;
    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;
  }
}
@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: #ae9979;
    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: #ae9979;
    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: #ae9979;
    border-color: transparent;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar-nav a {
    font-size: 17px !important;
  }
}
.navbar-light .navbar-toggler {
  background-color: #ae9979;
}
.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;
  }
}
#footer {
  position: relative;
  padding: 2.5rem 0;
  background-position: right;
  background-size: cover;
}
#footer::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #2B2B2B;
  z-index: -1;
}
@media (max-width: 768px) {
  #footer {
    background-position: center;
  }
}
#prefooter .prefooter-map {
  max-width: 100%;
}
#prefooter a:not(#wpadminbar a) {
  font-size: 1.375rem;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
#footer a:not(#wpadminbar a) {
  font-size: 1.375rem;
  font-weight: 400;
  color: #f4f4f4;
  text-decoration: none;
}
#footer p {
  color: #ffffff;
}
#footer .footer-logo {
  padding: 1rem 0rem;
}
@media (max-width: 992px) {
  #footer .footer-logo {
    width: 25%;
  }
}
#footer .description {
  max-width: 750px;
  color: #bdbdbd;
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 40px;
}
#footer .nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
#footer .nav a {
  color: #fff !important;
  background: none !important;
  text-decoration: none;
  -webkit-text-fill-color: white;
}
#footer .contact-item a {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 105.8%;
  font-weight: 700;
  color: #fff !important;
  background: none !important;
  text-decoration: none;
  -webkit-text-fill-color: white;
}
#footer .nav span {
  color: #8c8c8c;
}
#footer .contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}
#footer .contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 28px;
  font-weight: 600;
}
#footer .contact-item i {
  color: #d9a021;
  width: 30px;
}
#footer .socials {
  display: flex;
  gap: 15px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.footer-bottom__center,
.footer-bottom__right {
  display: flex;
  gap: 16px;
}
.footer-bottom a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
.contact-item {
  gap: 1rem;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .footer-description {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container,
  .row-footer {
    max-width: 1400px !important;
  }
  .container-footer {
    max-width: 100% !important;
    background-color: #ae9979;
  }
  .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;
  }
}
@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 {
    padding: 1rem 0rem;
  }
  .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-"] {
    margin-bottom: 1rem;
  }
}
/* 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;
  }
}
.wpcf7 {
  border-radius: 0rem;
  width: 100%;
  margin: auto;
  font-family: "Darker Grotesque", sans-serif;
}
.wpcf7-form-control {
  width: 100%;
  padding: 0.5rem 1rem;
  background: #E7E8E8;
  border-radius: 0rem;
  border: none;
  box-sizing: border-box;
}
.wpcf7-form-control-wrap {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7-acceptance {
  margin-left: -3rem;
  border: none;
  background: none;
}
/* checkbox */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 20px;
  min-height: 20px;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  background: #E8E8E8;
  border: 1px solid #2B2B2B;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}
input[type="checkbox"]:checked {
  background: transparent;
}
input[type="checkbox"]:checked::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #2B2B2B;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.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: "Darker Grotesque", sans-serif;
  font-size: 1.375rem !important;
  font-weight: 700;
}
.form-p {
  color: #ffffff;
  font-family: "Darker Grotesque", sans-serif;
  font-size: 2rem !important;
  font-weight: 400;
  line-height: 110% !important;
}
.wpcf7-form-control-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
input::placeholder,
textarea::placeholder {
  color: #2b2b2b !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
span.wpcf7-list-item-label {
  font-size: 1.2rem !important;
  line-height: 100% !important;
  margin-top: -5px;
}
/*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 #2b2b2b;
  border-radius: 8px;
  cursor: pointer;
  background: #fff;
  color: #2b2b2b;
  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 10px;
}
.wpcf7-list-item > label {
  align-items: start;
}
@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.3rem;
  background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #b68040, #e4b647);
  border-radius: 0px;
}
.boxshadow {
  box-shadow: 3px 16px 54px -14px rgba(0, 0, 0, 0.06);
}
body {
  background-color: #F4F4F4;
}
.border-white {
  border-left: 1px solid #fff;
}
.border-black {
  border-left: 1px solid #000;
}
.border-black-50 {
  position: relative;
}
.border-black-50::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 60%;
  background: #000;
}
.border-gray-onas {
  position: relative;
}
.border-gray-onas::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  width: 1px;
  height: 60%;
  background: #ccc;
}
.color-1 {
  color: #ae9979;
}
.color-2 {
  color: #e7e8e8;
}
.color-3 {
  color: #132751;
}
.color-4 {
  color: #ff5b20;
}
.color-5 {
  color: #293038;
}
.gray-1 {
  color: #fbf9fa;
}
.gray-2 {
  color: #eaecf0;
}
.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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}
.gradient-text {
  font-weight: 600;
  background: linear-gradient(90deg, #b68040, #e4b647);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h6::before {
  content: "";
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, #b68040, #e4b647);
}
h6.no-before::before {
  display: none;
}
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon {
  border-color: #ae9979 !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: #ae9979 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Darker Grotesque", sans-serif;
}
body {
  font-family: "Darker Grotesque", sans-serif;
}
h1 {
  font-size: 4rem;
  line-height: 110%;
  font-weight: 500;
}
h2 {
  font-size: 2.375rem;
  line-height: 110%;
  font-weight: 500;
}
h3 {
  font-size: 2rem;
  line-height: 110%;
  font-weight: 400;
}
h4 {
  font-size: 1.5rem;
  line-height: auto;
  font-weight: 400;
}
h5 {
  font-size: auto;
  line-height: auto;
}
h6 {
  font-size: auto;
  line-height: auto;
}
p {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 105.8%;
}
p.p-xl,
.p-xl {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 105.8%;
}
small,
li {
  font-size: 1.125rem;
  line-height: 105.8%;
}
#footer li {
  list-style: none;
  margin-bottom: 5px;
}
a {
  color: #2B2B2B;
  font-size: 1.375rem;
  text-decoration: underline;
}
b,
strong {
  font-weight: 500;
}
.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;
}
/* button */
.btn,
input.wpcf7-form-control.wpcf7-submit.has-spinner,
.btn-black,
.btn_navbar,
.btn-black-hover,
a.btn-white,
a.btn-white-full,
a.btn-black-full {
  display: inline-flex;
  gap: .5rem;
  border-radius: 999px;
  padding: 2px 10px 2px 5px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.15s ease-in-out;
  align-items: center;
  font-size: 1.375rem;
}
.btn::before,
input.wpcf7-form-control.wpcf7-submit.has-spinner::before,
.btn-black::before,
.btn_navbar::before,
.btn-black-hover::before,
a.btn-white::before,
a.btn-white-full::before,
a.btn-black-full::before {
  content: "";
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn {
  background: transparent;
  color: #2B2B2B;
  border: 1px solid #2B2B2B;
}
.btn::before {
  background-image: url('/wp-content/uploads/2026/06/Ellipse-3.png');
}
.btn:hover {
  background: #2B2B2B;
  color: #fff;
  border: 1px solid #2B2B2B;
}
.btn-black,
.btn_navbar,
input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #2B2B2B;
  color: #fff;
  border: 1px solid #2B2B2B;
}
.btn-black::before,
.btn_navbar::before,
input.wpcf7-form-control.wpcf7-submit.has-spinner::before {
  background-image: url('/wp-content/uploads/2026/06/Group-56-1.png');
}
.btn-black:hover,
.btn_navbar:hover,
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background: transparent;
  color: #2B2B2B;
  border: 1px solid #2B2B2B;
}
.btn-black:hover::before,
.btn_navbar:hover::before,
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover::before {
  background-image: url('/wp-content/uploads/2026/06/Ellipse-3.png');
}
a.btn-white {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
a.btn-white::before {
  background-image: url('/wp-content/uploads/2026/06/Group-57.png');
}
a.btn-white:hover {
  background: #fff;
  color: #AE9979;
  border: 1px solid #fff;
}
.realizacja-overlay a.btn-white {
  justify-content: center;
}
.realizacja-overlay a.btn-white::before {
  display: none !important;
}
a.btn-white-full {
  background: #fff;
  color: #AE9979;
  border: 1px solid #fff;
}
a.btn-white-full::before {
  background-image: url('/wp-content/uploads/2026/06/Group-58.png');
}
a.btn-white-full:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
a.btn-white-full:hover::before {
  background-image: url('/wp-content/uploads/2026/06/Group-57.png');
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
  padding: 10px 20px;
  width: auto;
}
.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: #ae9979;
  -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;
  }
}
/* nav */
.owl-carousel .owl-nav.disabled {
  display: flex !important;
}
/* =========================
   DESKTOP – CHEVRONY OUTSIDE
========================= */
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: -4rem;
  right: -4rem;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  pointer-events: all;
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #d8b26e;
  font-size: 3rem;
  transition: all 0.25s ease;
}
/* =========================
   MOBILE – KÓŁKA + SPÓJNE KOLORY
========================= */
@media (max-width: 992px) {
  .owl-carousel .owl-nav {
    position: absolute;
    top: auto;
    bottom: -40px;
    right: auto;
    left: auto;
    display: flex;
    flex-direction: row;
    gap: 20px;
    transform: none;
    pointer-events: none;
  }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    pointer-events: all;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #d8b26e;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
}
/*CONTAINERS*/
#prefooter .dane-kontaktowe {
  background: #E7E8E8;
  padding: 34px;
}
@media (max-width: 992px) {
  .reverse-mobile {
    flex-direction: column-reverse;
  }
  main#main {
    margin-top: 2rem !important;
  }
}
section#banner {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  background-position: left !important;
}
.row-margin {
  margin-top: 6rem !important;
}
@media (min-width: 992px) {
  .page-template main#main {
    margin-top: 3rem !important;
  }
  section#banner {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  main#main {
    margin-top: 2.7rem;
  }
}
.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.5rem;
}
@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: 1400px;
  }
}
@media (max-width: 767px) {
  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;
  }
  .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;
}
#hero {
  background-image: url(/wp-content/uploads/2026/06/Nowy-projekt-2.png) !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (max-width: 1200px) {
  #hero {
    background-image: url(/wp-content/uploads/2026/06/Nowy-projekt-3.png) !important;
    background-position: right !important;
  }
}
#problemy-klientow {
  border-radius: 2.5rem;
  padding: 2.813rem 3.125rem;
}
#cta-1 {
  border-radius: 2.5rem;
  padding-bottom: 3rem;
  background-color: #e7e8e8;
}
#cta-1 h3 {
  margin-top: 2rem;
}
#cta-1 .cta-img img {
  border-radius: 2.5rem;
}
@media (min-width: 992px) {
  #cta-1 {
    padding: 0;
  }
  #cta-1 .cta-img {
    margin-bottom: 0rem !important;
  }
}
#cennik .cennik-row {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  #cennik .cennik-row {
    flex-direction: column;
  }
}
#cennik .cennik1 {
  border-radius: 1.25rem;
  padding: 2.813rem 3.125rem;
  background-image: url(/wp-content/uploads/2026/06/Mask-group.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#cennik .cennik2 {
  border-radius: 1.25rem;
  padding: 2.813rem 3.125rem;
  background-color: #e7e8e8;
  background-size: cover !important;
}
#cta-2 {
  background-image: url(/wp-content/uploads/2026/06/Nowy-projekt-5.png) !important;
  background-color: #e7e8e8 !important;
  border-radius: 2.5rem;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover;
}
#cta-2 h3 {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  #cta-2 {
    padding: 2.813rem 0rem 0rem 0rem;
    margin-top: 0rem;
    background-color: transparent !important;
  }
}
#cta-3 {
  background-image: url(/wp-content/uploads/2026/06/Nowy-projekt-4.png) !important;
  background-color: #e7e8e8 !important;
  border-radius: 2.5rem;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
}
#cta-3 h3 {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  #cta-3 {
    padding: 2.813rem 0rem 0rem 0rem;
    margin-top: 0rem;
    background-color: transparent !important;
  }
}
#o-nas {
  background-image: url(/wp-content/uploads/2026/06/Nowy-projekt-10.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
@media (max-width: 768px) {
  #o-nas {
    background-image: url(/wp-content/uploads/2026/06/Nowy-projekt-10-1.png) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
}
/* ==================================================
   UTILS
   ================================================== */
.buttons-home {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .buttons-home {
    flex-direction: column;
  }
}
.gap-2rem {
  margin-bottom: 2rem;
}
.drop-shadow {
  box-shadow: 0 1px 4px rgba(12, 12, 13, 0.05);
}
.gradient-section {
  position: relative;
  padding-left: 1rem !important;
}
.gradient-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, #b68040, #e4b647);
}
.usluga-section {
  border: 1px solid #D0D5DD;
}
/* ==================================================
USŁUGI
   ================================================== */
.usluga-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.usluga-item img {
  max-width: 25%;
}
.usluga-content {
  max-width: 265px;
  text-align: center;
}
/* ==================================================
   BLOG
   ================================================== */
#blog .vc_gitem-post-data-source-post_title h4 {
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 16px;
  font-weight: 700;
}
#blog .vc_gitem-post-data-source-post_title h4 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 105.8%;
  font-weight: 700;
}
#blog .vc_gitem-post-data-source-post_excerpt p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#blog a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 14px 20px;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  border-radius: 0px !important;
  transition: .25s ease;
}
#blog a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink:hover {
  background: #000;
  color: #fff;
}
#blog .vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link {
  aspect-ratio: 1.77777778;
}
#blog .vc_gitem-zone-c {
  padding-top: 1rem !important;
}
#blog .vc_gitem-zone.vc_gitem-zone-c {
  background-color: #fff !important;
}
/* ==================================================
   REALIZACJE
   ================================================== */
.realizacja-slide {
  position: relative;
}
.realizacja-bg {
  height: 380px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.realizacja-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 33%;
  height: 100%;
  background: rgba(174, 153, 121, 0.8100000000000001);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 20px;
}
@media (max-width: 992px) {
  .realizacja-overlay {
    width: 50%;
  }
}
.realizacja-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.realizacje-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .realizacje-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.realizacja-grid-item {
  position: relative;
}
.single-realizacja {
  padding: 3rem 0;
}
.single-realizacja__title {
  margin-bottom: 24px;
}
.single-realizacja__description {
  margin-bottom: 16px;
}
.realizacja-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 48px;
}
.realizacja-content {
  margin-bottom: 48px;
}
.realizacja-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.realizacja-gallery img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
}
/* ==================================================
   OPINIE
   ================================================== */
.opinia-item h3 {
  border-bottom: 1px solid #2B2B2B;
  margin-bottom: 11px !important;
}
.opinia-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  padding: 50px;
  color: #fff;
}
/* ==================================================
   SHARE
   ================================================== */
.share-box {
  margin: 2rem 0rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .share-box {
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.share-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 10px 18px;
  min-width: 160px;
  border: 1px solid #ccc;
  background: #fff;
  text-decoration: none;
  transition: all 0.25s ease;
}
.share-btn:hover {
  border-color: #000;
  color: #000;
}
.share-btn.fb {
  border-color: #3b5998;
  color: #3b5998;
}
.share-btn.fb span {
  color: #3b5998;
}
.share-btn.li {
  border-color: #0077b5;
  color: #0077b5;
}
.share-btn.li span {
  color: #0077b5;
}
.share-btn.wa {
  border-color: #25D366;
  color: #25D366;
}
.share-btn.wa span {
  color: #25D366;
}
/*FAQ*/
.vc_do_toggle.vc_toggle.vc_toggle_arrow.vc_toggle_color_default.vc_toggle_size_md {
  border-top: 1px solid #ccc;
}
.vc_do_toggle {
  padding-top: 0.5rem;
  margin-bottom: 0.5rem !important;
}
.vc_toggle_title > h4 {
  font-size: 1.375rem;
  font-weight: 600;
}
/*uslugi*/
@media (min-width: 992px) {
  .uslugi-single {
    margin-bottom: 5.5rem;
  }
  .single-zakres {
    margin-bottom: 4rem;
  }
}
.gray-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background-color: #D7D7D7;
  border-radius: 9999px;
  line-height: 1;
}
.pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.border-gray {
  border: 1px solid #D7D7D7;
  border-radius: 20px;
  padding: 30px 20px;
}
#pakiety {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  #pakiety {
    flex-direction: column;
    margin: 0rem 1rem;
  }
}
.vc_custom_1782365557017 img,
.vc_custom_1781609985519 img {
  border-bottom-left-radius: 35px !important;
}
.support-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.support-item {
  display: flex;
  align-items: center;
  gap: 24px;
}
.support-icon {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .support-item {
    gap: 16px;
  }
  .support-icon {
    width: 44px;
    height: 44px;
  }
}
.vc_toggle_title {
  display: flex !important;
  justify-content: space-between !important;
}
ul li::marker {
  font-size: 0.5rem;
}
@media (max-width: 992px) {
  .uslugi-single .wpb_single_image.vc_align_right {
    text-align: left !important;
  }
}
