/*
Theme Name: Wrozbici SEO Ultra 2026
Theme URI: https://ezowrozka.pl/
Description: Zoptymalizowany szablon SEO Ultra 2026 dla Ezowrozka.pl bez zmian w wyglądzie, layoutcie, kolorystyce, typografii i klasach CSS.
Author: Ezowrozka.pl
Version: 2026.05.05
Text Domain: wrozbici
*/

@font-face {
  font-family: secondary-font;
  src: url(https://ezowrozka.pl/wp-content/themes/wrozbici/assets/fonts/secondary-font.ttf);
  font-display: swap;
}

@font-face {
  font-family: primary-font;
  font-style: normal;
  font-weight: 300;
  src: url(https://ezowrozka.pl/wp-content/themes/wrozbici/assets/fonts/primary-font-light.ttf);
  font-display: swap;
}

@font-face {
  font-family: primary-font;
  font-style: italic;
  font-weight: 300;
  src: url(https://ezowrozka.pl/wp-content/themes/wrozbici/assets/fonts/primary-font-light.ttf);
  font-display: swap;
}

@font-face {
  font-family: primary-font;
  font-style: normal;
  font-weight: 400;
  src: url(https://ezowrozka.pl/wp-content/themes/wrozbici/assets/fonts/primary-font-regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: primary-font;
  font-style: italic;
  font-weight: 400;
  src: url(https://ezowrozka.pl/wp-content/themes/wrozbici/assets/fonts/primary-font-regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: primary-font;
  font-style: normal;
  font-weight: 500;
  src: url(https://ezowrozka.pl/wp-content/themes/wrozbici/assets/fonts/primary-font-bold.ttf);
  font-display: swap;
}

@font-face {
  font-family: primary-font;
  font-style: italic;
  font-weight: 500;
  src: url(https://ezowrozka.pl/wp-content/themes/wrozbici/assets/fonts/primary-font-bold.ttf);
  font-display: swap;
}

body {
  background: #100721 !important;
  font-family: primary-font;
  font-weight: 300 !important;
  color: #fff !important;
  font-size: 14px !important;
}

h3 {
  font-family: primary-font;
  font-weight: 400;
}

.header a {
  text-decoration: none !important;
}

.header ul li a {
  text-decoration: none !important;
  transition: .2s;
}

.header ul li a:hover {
  opacity: .5;
}

a {
  color: #EBE4FA !important;
}

.clear {
  clear: both;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-normal {
  font-weight: 300;
}

.font-bold {
  font-weight: 500;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 27px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  transition: .5s;
  background: rgba(16, 7, 33, 0);
  z-index: 8;
}

.header-fixed {
  background: rgba(16, 7, 33, .9);
}

.header .container {
  display: flex;
  justify-content: space-between;
}

.header ul {
  display: flex;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  color: #EBE4FA;
  gap: 35px;
  padding-top: 4px;
}

.header-btn {
  display: inline;
  padding: 18px 32px;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #EBE4FA;
  color: #100721;
  background: #EBE4FA;
  transition: .2s;
  cursor: pointer;
}

.header-btn-menu,
.header-btn-mini {
  background: #6D28FF;
  display: none;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 400;
  border: 1px solid #6D28FF;
  color: #EBE4FA;
  margin: 0px 15px 0px 0px;
  cursor: pointer;
}

.header-btn-menu {
  position: relative;
  display: block;
  bottom: 25px;
  font-size: 16px;
  max-width: 500px;
  left: 0;
  right: 0;
  width: calc(100% - 50px);
  margin: 45px auto 0px auto;
  z-index: 9;
  text-decoration: none;
  text-align: center;
  padding: 14px 0px;
}

.header-btn:hover {
  border: 1px solid #D5C1FF;

  color: #100721;
  background: #D5C1FF;

}

.header-logo {
  background-image: url('https://ezowrozka.pl/wp-content/themes/wrozbici/assets/img/logo.webp');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 150px;
  height: 29px;
}

.header-right-col {
  padding-top: 0px;
  display: flex;
  align-items: center;
  margin-top: -12px;
}

.header-right-col svg {
  margin-right: 25px;
}


.header .dropdown {
  position: relative;
  display: inline-block;
}

.header .dropdown-content,
.header-opened-menu .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.header-opened-menu .dropdown-content {
  background-color: transparent;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0);

  position: relative;
}

.header .dropdown-content a,
.header-opened-menu .dropdown-content a {
  color: #100721 !important;
  font-size: 14px;
  padding: 15px 20px;
  text-decoration: none;
  display: block;
  transition: .2s;
}

.header-opened-menu .dropdown-content a {
  color: rgba(255, 255, 255, .75) !important;
  padding: 25px 20px 15px 20px;
}

.header .dropbtn,
.header-opened-menu .dropbtn {
  background-image: url('https://ezowrozka.pl/wp-content/themes/wrozbici/assets/img/arrow_down.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 16px;
  padding: 0px 20px 0px 0px;
}

.header-opened-menu .dropbtn {
  display: inline;
  background-size: 21px;
  padding: 0px 30px 0px 0px;
  margin: 0px auto 0px 30px;
}

.header .dropdown-content a:hover,
.header-opened-menu .dropdown-content a:hover {
  opacity: .5;
}

.header .dropdown:hover .dropdown-content,
.header-opened-menu .dropdown:hover .dropdown-content {
  display: block;
}

.flex-basis-100 {
  flex-basis: 100%;
}

.justify-content-start {
  justify-content: start;
}

.justify-content-center {
  justify-content: center;
}

.opacity1 {
  opacity: 1 !important;
}

.opacity-3 {
  opacity: .3;
}

.opacity-5 {
  opacity: .5;
}

.opacity-7 {
  opacity: .7;
}

.vertical-align-middle {
  vertical-align: middle;
}

.footer {
  border-top: 1px solid #362C4A;
}

.footer .container {
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding: 70px 10px 20px 10px;
}


.footer .footer-contact {
  width: 300px;
}

.footer .footer-contact p {
  color: rgba(235, 228, 250, 0.70);
  padding: 20px 0px 5px 0px !important;
  font-size: 14px;
}

.footer .footer-contact .footer-phone,
.footer .footer-contact .footer-phone a {
  font-size: 20px;
  color: #fff !important;
  text-decoration: underline;
  margin-top: 10px;
}

.footer-logo {
  background-image: url('https://ezowrozka.pl/wp-content/themes/wrozbici/assets/img/logo.webp');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 122px;
  height: 29px;
}

.footer span {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 5px;
  display: block;
}

.footer p {
  padding: 10px 0px 0px 0px !important;
  margin: 0;
}

.footer a {
  color: rgba(235, 228, 250, 0.70) !important;
  font-size: 14px;
  text-decoration: none;
}

.footer-copy {
  width: 100%;
  font-size: 12px;
  color: rgba(235, 228, 250, 0.60);

}

.footer-term {
  min-width: 110px;
  text-align: right;
}

.footer-term a {
  font-size: 12px;
  color: rgba(235, 228, 250, 0.60);
}

.footer-social-media {
  display: flex;
  justify-content: start;
  gap: 15px;
  margin-top: 25px;
}

.footer-social-media-one {
  display: flex;
  width: 50px;
  height: 50px;
  border: 1px solid #362C4A;
  justify-content: center;
  justify-items: center;
  border-radius: 50%;
  align-items: center;
}

.footer .footer-regions {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.header-menu {
  display: none;
  width: 90px;
  height: 40px;
  cursor: pointer;
  justify-content: end;
  align-items: center;
}

.header-basket {
  height: 40px;
  display: flex;
  justify-content: end;
  align-items: center;
  cursor: pointer;
  transition: .2s;
}

.header-basket:hover {
  opacity: .5;
}

.header-menu svg {
  margin-right: 10px !important;
}

.header-opened-menu {
  width: 100%;
  height: 100%;
  background: rgba(16, 7, 33, 1);
  position: fixed;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  top: 0;
  left: 0;
  right: 0;
  z-index: 7;
}

.header-opened-menu ul {
  font-size: 22px;
  font-weight: 400;
  list-style: none;
  padding-left: 0px !important;
  padding-top: 130px;
  transition: .2s;
}

.header-opened-menu ul li {
  padding: 10px 0px;
  text-align: center;
  transition: .2s;

}

.header-opened-menu ul li a {
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  transition: .2s;

}

.header-close,
.header-close-basket {
  display: none;
  justify-content: center;
  justify-items: center;
  align-items: center;
  text-align: center;
  width: 50px;
  cursor: pointer;
}

.header-close-basket {
  width: 27px;
}

.header-close svg:hover,
.header-close-basket svg:hover {
  opacity: .5;
}

.header-close svg,
.header-close-basket svg {
  transition: .2s;
  padding-left: 4px;
}


.header-close,
.header-close-basket,
.header-menu,
.header-opened-menu {
  opacity: 0;
}

.number_str {
  margin: 0px auto 0px auto;
  text-align: center;
  color: rgba(235, 228, 250, 0.80);
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.number_str a {
  color: rgba(235, 228, 250, 0.80) !important;
  text-decoration: none;
}

.small_arrow_right,
.small_arrow_left {
  background-image: url('https://ezowrozka.pl/wp-content/themes/wrozbici/assets/img/arrow_right.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
  margin: 0px 3px;
  opacity: .7;
}

.input-form {
  width: 100%;
}

.input-form input,
.input-form select,
.input-form textarea,
.bornDatePicker {
  width: 100%;
  height: 50px;
  background: transparent;
  border: 1px solid rgba(235, 228, 250, 0.3);
  box-sizing: border-box;
  padding: 0px 0px 0px 15px;
  color: #EBE4FA;
  font-size: 16px;
  font-weight: 300;
}

.input-form select {
  font-size: 24px;
  text-align: center;
}

.input-form .btn-add,
.input-form .btn-add_inactive {
  background: #6D28FF;
  color: #EBE4FA;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  right: 0;
  margin: -42px 7px 0px 0px;
  padding: 8px 15px;
  float: right;
  cursor: pointer;
  transition: .2s;
}

.input-form .btn-add_inactive {
  background: #4B435A;
  color: rgba(255, 255, 255, .4);
}

.input-form .btn-add:hover {
  opacity: .7;
}

.input-form .btn-add_inactive:hover {
  opacity: 1;
}

.bornDatePicker {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.input-form textarea {
  height: 130px;
  padding: 10px 15px 10px 15px;
  color: #EBE4FA;
  font-size: 16px;
}

.input-form p {
  font-size: 14px;
  font-weight: 300;
  display: block;
  padding: 0;
  margin: 0 0 8px 0;
  color: rgba(235, 228, 250, 0.7);
  transition: .2s;
}

.input-form p.valid {
  display: none;
}

.input-form-valid p {
  display: inline-block;
  opacity: .35;
}

.input-form-valid p.valid {
  display: inline-block;
  float: right;
  opacity: 1;
  color: #D22020;
}

.input-form-valid input {
  border: 1px solid #D22020;
}

.font-red {
  color: #D22020;
}

.group-input-form {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.tooltip-inner {
  background-color: rgba(29, 16, 54, 1);
  box-shadow: 0;
  font-size: 14px;
  max-width: 300px;
  color: #CFC0ED;
  border-radius: 0;
  padding: 15px 15px;
  opacity: 1 !important;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: rgba(29, 16, 54, 1) !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: rgba(29, 16, 54, 1) !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: rgba(29, 16, 54, 1) !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: rgba(29, 16, 54, 1) !important;
}

.form-switch.form-switch-md {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.form-switch.form-switch-md div {
  padding-left: 10px;
  color: #EBE4FA;
}

.form-switch.form-switch-md .form-check-input {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
  box-shadow: 0;
}

.form-switch .form-check-input {
  height: 24px;
  width: 48px;
  box-shadow: 0;

}

.form-switch .form-check-input:focus {
  border-color: rgba(0, 0, 0, 0.25);
  outline: 0;
  background-color: #CFC0ED;
  box-shadow: 0;

}

.form-switch .form-check-input {
  background-color: #CFC0ED;
  box-shadow: 0;
  border: none;


}

.form-switch .form-check-input:checked {
  background-color: #6D28FF;
  border-color: #6D28FF;
  outline: 0;
  border: none;
  box-shadow: 0;
}

.hidden-element {
  font-size: 0px !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
}

.w-0 {
  width: 0px !important;
}

.h-0 {
  height: 0px !important;
}

.rotate-180 {
  transform: rotate(180deg);
}

.bg-area {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 19, 35, 0.70);
  z-index: 4;
  display: none;
}

.text-white {
  color: #EBE4FA !important;
}

.text-red {
  color: #FF0000 !important;
}

.text-green {
  color: #0EB115 !important;
}

.bg-transparent {
  background: transparent !important;
}

.bg-red {
  background: #FF0000 !important;
}

.bg-green {
  background: #0EB115 !important;
}

.max-w-900 {
  max-width: 900px;
}

.text-light {
  color: rgba(235, 228, 250, 1) !important;
}

.text-right {
  text-align: right;
}

.float-left {
  float: left;
}

.buttonToTop {
  background: rgba(235, 228, 250, .2) !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: fixed;
  bottom: 25px;
  right: 25px;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
  z-index: 9;
}

.buttonToTop-active {
  visibility: visible;
  opacity: 1;
}

.buttonToTop div {
  background-image: url('https://ezowrozka.pl/wp-content/themes/wrozbici/assets/img/up_white.png');
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 14px auto;
}

.lead-tooltip {
  width: 320px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #eee;
  font-size: 14px;
  color: rgba(16, 7, 33, .8);
  position: fixed;
  display: flex;
  left: 25px;
  bottom: -100px;
  padding: 15px 10px 0px 10px;
  font-weight: 300;
  gap: 10px;
  z-index: 10;
  transition: .5s;
  opacity: 0;
}

.lead-tooltip p {
  font-size: 12px !important;
  opacity: .75;
  padding: 0 !important;
}


.lead-tooltip-toogle {
  bottom: 25px;
  opacity: 1;
}

.slogan-logo {
  font-size: 9px;
  opacity: .5;
  letter-spacing: 1.5px;
  position: absolute;
  margin: 3px 0px 0px 0px;
}

.w-s-no-wrap {
  white-space: nowrap;
}

#ez-toc-container {
  width: 100% !important;
}

#ez-toc-container ul {
  column-count: 3;
}

#ez-toc-container ul ul {
  column-count: 1;
}

.section-team-d-flex {
  display: flex;
}

.cookie-bg {
  position: fixed;
  display: none;
  left: 0px;
  right: 0;
  top: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, .85);
  z-index: 100;
}

.cookie-bg-active {
  display: block;
}

.cookie-tooltip {
  background: #100721;
  position: fixed;
  left: 0px;
  right: 0;
  bottom: 0px;
  top: auto;
  font-size: 13px;
  font-weight: 300;
  z-index: 100;
  color: #EBE4FA;
  padding: 0px 0px 60px 0px;
}

.cookie-tooltip a {
  color: #EBE4FA !important;
}

.cookie-tooltip img {
  max-width: 175px;
  margin: 51px 0px 25px 0px;
}

.cookie-tooltip button {
  background: #EBE4FA;
  border-radius: 35px;
  color: #100721;
  font-size: 13px;
  padding: 14px 25px;
  border: 0;
  width: 270px;
  text-align: center;
  font-weight: 400;
  transition: 0.2s;
  cursor: pointer;
  margin: 0px 5px;
}

.cookie-tooltip button:hover {
  opacity: .5;
}

.cookie-tooltip .btn-cookie {
  background: #100721;
  color: #EBE4FA;
  border: 2px solid #EBE4FA;
}

.cookie-tooltip a {
  font-size: 13px;
  margin: 0px 0px 0px 30px;
  color: #EBE4FA;
  font-weight: 400;
  text-decoration: underline;
}

.cookie-tooltip span {
  font-weight: 400;
  font-size: 16px;
  color: #EBE4FA;
  display: block;
}

.cookie-tooltip p {
  padding: 15px 0px 10px 0px;
}

.ez-toc-title-container {
  display: none !important;
}

.ez-toc-list a {
  opacity: .7;
}

.hdpl-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 1rem 0
}

.hdpl-header {
  font-size: 22px;
  flex-basis: 100%;
  margin-bottom: .75rem
}

.hdpl-h2 {
  margin: 0 0 .5rem 0;
  font-size: 1.5rem;
  line-height: 1.25
}

.hdpl-seo {
  flex-basis: 100%;
}

.hdpl-seo-text {
  margin: 0 0 .75rem 0;
  color: #4b5563
}

.hdpl-grid-inner {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr))
}

.hdpl-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px
}

.hdpl-acc-item {
  width: 458px;
  background: #150C2D;
  border: 2px solid #6D28FF !important;
  border-radius: 0 !important;
  margin-bottom: 8px;
  padding: 6px
}

.hdpl-acc-item h2 {
  padding-top: 0px !important;
  font-size: 22px !important;
}

.hdpl-acc-summary {
  font-family: secondary-font;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  padding: 15px 15px 0px 15px;
  align-items: center;
  gap: .5rem
}

.hdpl-icon {
  display: inline-block;
  min-width: 1.25em;
  text-align: center;
  font-size: 1.1em
}

.hdpl-sign {
  margin: .25rem 0
}

.hdpl-sign-label {
  vertical-align: middle
}

.hdpl-text {
  color: #EBE4FA !important;
  font-size: 14px !important;
  padding: 15px;
}

.hdpl-flex {
  display: flex;
}

@media only screen and (max-width: 1440px) {
  .hdpl-acc-item {
    width: calc(50% - 10px)
  }
}

@media only screen and (max-width: 960px) {

  .hdpl-acc-item {
    width: 100% !important;
  }

  .section-team-d-flex {
    display: block;
  }

  #ez-toc-container ul {
    column-count: 2;
  }

  #ez-toc-container ul ul {
    column-count: 1;
  }

  .slogan-logo {
    margin: 0px 0px 0px 5px;
  }

  .footer .footer-regions {
    flex-direction: column;
  }

  .header {
    background: rgba(16, 7, 33, .9);
  }

  .lead-tooltip {
    width: 320px;
  }

  .header-close,
  .header-close-basket,
  .header-menu,
  .header-opened-menu {
    opacity: 1;
  }

  .header-logo {
    margin-left: 5px;
  }

  .header-menu {
    display: flex;
    width: 50px;
  }

  .header-btn {
    display: none;
  }

  .header-right-col {
    padding-top: 0px;
    align-items: center;
    margin-top: -3px;
    text-align: right;
  }

  .header ul {
    display: none;
  }

  .header-right-col svg {
    margin: 0px 10px 0px 10px;
  }

  .footer .container {
    text-align: center;
    flex-direction: column;
  }

  .footer .footer-contact {
    width: 100%;
    padding: 0px 20px;
  }

  .footer-logo {
    margin: 0 auto;
  }

  .footer-social-media {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 30px auto 10px auto;
  }

  .footer span {
    padding-bottom: 5px;
    padding-top: 35px;
  }

  .footer-copy {
    width: 100%;
    font-size: 14px;
    color: rgba(235, 228, 250, 0.60);
  }

  .footer-term {
    min-width: 100%;
    text-align: center;
    margin: 15px 0px 0px 0px;
  }

  .footer-term a {
    font-size: 14px;
  }

  .header-btn-mini {
    display: inline;
  }
}

@media only screen and (max-width: 728px) {

  .cookie-tooltip {
    top: auto;
    bottom: 0;
    font-size: 13px;
    padding: 0px 5px 60px 5px;
  }

  .cookie-tooltip button {
    border-radius: 75px;
    font-size: 14px;
    padding: 15px 5px;
    width: 100%;
    font-weight: 300;
    margin: 10px 0px;
  }

  .cookie-tooltip a {
    font-size: 13px;
    margin: 20px 0px 0px 0px;
    font-weight: 300;
    display: block;
    text-align: center;
  }

  #ez-toc-container ul {
    column-count: 1;
  }

  #ez-toc-container ul ul {
    column-count: 1;
  }

  .group-input-form {
    flex-direction: column;
  }

  .header-logo {
    width: 100px;
    height: 24px;
    margin-top: 0px;
  }

  .header-btn-mini {
    display: inline;
    padding: 9px 7px;
    font-size: 11px;
  }

  .slogan-logo {
    letter-spacing: 0.5px;
    margin: 0px 0px 0px 5px;
    font-size: 7px;
  }

}