/*
 Theme Name: sprowadzamyauta
 Author: tadamart.pl
 Version: 1.0
 */

:root {
  --color: #de1318;
  --bs-primary: #0b3161;
  --bs-primary-rgb: 11, 49, 97;
  --bs-secondary: #de1318;
  --bs-secondary-rgb: 222, 19, 24;
}
.admin-bar {
  margin-top: 32px;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
a {
  text-decoration: none;
  transition: none !important;
}
p {
  line-height: 1.7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500 !important;
}
textarea {
  height: 100px;
}
strong {
  font-weight: 600 !important;
}
.form-check-input:checked {
  background-color: #71904d;
  border-color: #71904d;
}

.navbar-expand-lg .navbar-nav .nav-link {
  margin: 0px 5px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--bs-secondary) !important;
  text-decoration: none !important;
}
.btn {
  box-shadow: 0px 0px 15px #00000029 !important;
  border-radius: 100px !important;
  padding: 12px 25px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  border: none !important;
  font-size: 14px !important;
  text-decoration: none !important;
  transition: 0s ease !important;
  border: 0px !important;
}
.btn-primary {
  background-color: var(--bs-secondary) !important;
  color: white !important;
}
.btn-primary:hover {
  background-color: var(--bs-primary) !important;
  color: white !important;
}
.btn-secondary {
  background-color: var(--bs-primary) !important;
  color: white !important;
}
.btn-secondary:hover {
  background-color: var(--bs-secondary) !important;
  color: white !important;
}
.btn1 {
  background-color: var(--color) !important;
  color: white !important;
  padding: 13px 20px !important;
  font-weight: 600;
  text-transform: uppercase;

  width: fit-content;
  display: block;
  cursor: pointer;
  border: 1px solid var(--color) !important;
}
.btn-light {
  background-color: white !important;
}
.btn-light:hover {
  background-color: var(--bs-primary) !important;
  color: white !important;
}
.btn-outline-light {
  background-color: white !important;
  color: black !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: none !important;
}
.btn-outline-light:hover {
  background-color: var(--bs-primary) !important;
  color: white !important;
}
.bg-secondary .btn-secondary:hover {
  background-color: white !important;
  color: black !important;
}
.bg-primary .btn-primary:hover {
  background-color: white !important;
  color: black !important;
}
.bg-primary .btn-light:hover {
  background-color: var(--bs-secondary) !important;
  color: white !important;
}
.btn1:hover {
  background-color: var(--bs-primary) !important;
  border: 1px solid var(--bs-primary) !important;
}
.btn2 {
  border: 1px solid #ddd;
  color: black !important;
  padding: 13px 20px !important;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 30px;
  width: fit-content;
  display: block;
}
.btn2:hover {
  background-color: var(--bs-primary) !important;
  color: white !important;
  border: 1px solid var(--bs-primary);
}
.btn3 {
  font-weight: 700;
  color: black;
  cursor: pointer;
}
.btn3:hover {
  color: black;
}
.btn3:before {
  content: "";
  border-bottom: 4px solid var(--bs-secondary);
  display: block;
  position: absolute;
  bottom: 3px;
  left: -8px;
  width: 100%;
  z-index: -1;
  width: 73%;
  transition: 0.2s ease;
}
.btn3:hover:before {
  width: 100%;
}
.btn3 {
  position: relative;
  z-index: 9;
  font-size: 16px;
}
.btn4 {
  color: black !important;
  padding: 13px 20px !important;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 30px;
  width: fit-content;
  display: block;
  cursor: pointer;
  border: 1px solid var(--color);
}
.btn4:hover {
  background-color: var(--bs-primary) !important;
  border: 1px solid var(--bs-primary) !important;
  color: white !important;
}

.btn5 {
  background-color: var(--bs-primary) !important;
  color: white !important;
  padding: 13px 20px !important;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 30px;
  width: fit-content;
  display: block;
  cursor: pointer;
  border: 1px solid var(--bs-primary);
}
.btn5:hover {
  background-color: var(--color) !important;
  border: 1px solid var(--color) !important;
}
.how .btn2 {
  border: 1px solid #b6b5b5;
}
.bg-primary .border-end,
.bg-primary .border-start {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.header-top p,
.header-top a,
.header-top button {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
}
.header-top button {
  padding: 10px 15px;
}
.top-soc a,
.header-top a {
  padding: 11px 15px;
  border-radius: 0px;
}
.top-soc .dropdown-item,
.header-top .dropdown-item {
  padding: 8px 15px !important;
  border-radius: 100px;
}

.nav-left .nav-item {
  margin-right: 25px;
}
.nav-right .nav-item {
  margin-left: 25px;
}
.header-menu .nav-item a {
  color: black;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.header-menu .nav-item .nav-special {
  background-color: var(--color) !important;
  color: white !important;
  padding: 10px 20px !important;
  cursor: pointer;
  border-radius: 100px;
  box-shadow: 0px 0px 15px #00000029;
}
.header-menu .nav-item .nav-special:hover {
  text-decoration: none !important;
}
.nav-special-mobile {
  background-color: var(--color) !important;
  color: white !important;
  padding: 7px 13px !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 30px;
  cursor: pointer;
}
.nav-special-mobile:hover {
  text-decoration: none !important;
}
/* ------------------------- MOBILE BURGER ------------------------- */
.navbar-toggler span {
  display: block;
  background-color: black;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  right: 10px;
  opacity: 1;
  transition: all 0.2s ease-out;
  transform-origin: center left;
}

.navbar-toggler-icon {
  background-image: none !important;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

.navbar-light .navbar-toggler {
  border: 0px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
/* ------------------------- MOBILE BURGER ------------------------- */
.header-menu .nav-item .nav-special:hover,
.nav-special-mobile:hover {
  background-color: var(--bs-primary) !important;
}
.back-img {
  background-size: cover;
  background-position: center;
}
.h-sec1-inner h3 {
  font-weight: 700;
}
.h-sec1-inner h3 span:before {
  content: "";
  border-bottom: 10px solid var(--bs-secondary);
  display: block;
  position: absolute;
  bottom: 9px;
  left: 0px;
  height: 10px;
  width: 100%;
  z-index: -1;
}
.h-sec1-inner h3 span {
  position: relative;
  z-index: 9;
}
.h-sec1-inner h1 {
  font-weight: 700;
}
.h-sec1-inner h1 span:before {
  content: "";
  border-bottom: 10px solid var(--bs-secondary);
  display: block;
  position: absolute;
  bottom: 9px;
  left: 0px;
  height: 10px;
  width: 100%;
  z-index: -1;
}
.h-sec1-inner h1 span {
  position: relative;
  z-index: 9;
}

.owl-country {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
.owl-country .owl-nav {
  position: absolute;
  top: 0px;
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.owl-country .owl-nav button span {
  background-color: white;
  padding: 20px;
  border-radius: 100px;
  display: block;
  line-height: 0.4;
  font-size: 28px;
  width: 52px;
  height: 52px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.27);
}
.owl-country .owl-nav button.owl-prev,
.owl-country .owl-nav button.owl-next {
  padding: 10px !important;
}
.owl-country .owl-nav button span:hover {
  background-color: black;
  color: white;
}
.main-form {
  background-color: white;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}

.back-green {
  width: fit-content;
  margin: 0 auto;
  padding: 10px 30px;
  color: white;
  background-color: #71904d;
  border-radius: 15px;
}
.h-sec2 .btn1 {
  margin: 0 auto;
}
.dest {
  position: relative;
  background-color: transparent;
}

.dest img {
  height: 250px;
  object-fit: cover;
  background-position: center;
  width: 100%;
}
.dest a {
  color: black;
}
.dest-future {
  pointer-events: none;
  opacity: 0.4;
}
.bg-primary .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.car-status {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: white;
  color: black;
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  border-radius: 25px;
}
.owl-dest {
  position: relative;
}
.owl-dest .owl-nav {
  position: absolute;
  top: 43%;
  width: 112%;
  left: -6%;
  justify-content: space-between;
  display: flex;
}
.owl-dest .owl-nav button span {
  background-color: white;
  padding: 20px;
  border-radius: 100px;
  display: block;
  line-height: 0.4;
  font-size: 28px;
  width: 52px;
  height: 52px;
  border: 1px solid #ddd;
}
.owl-dest .owl-nav button span:hover {
  background-color: black;
  color: white;
  border: 1px solid black;
}
.boxes1 i {
  -webkit-box-shadow: 0px 0px 28px 0px rgb(0 0 0 / 27%);
  -moz-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 0px 19px 0px rgb(0 0 0 / 20%);
  background-color: white;
  font-size: 40px;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  display: block;
  line-height: 2;
  margin: 0 auto;
  margin-bottom: 24px;
}
.map {
  position: relative;
}
.point {
  cursor: pointer;
}
.point span {
  width: 19px;
  height: 19px;
  display: block;
  margin: 0 auto;
  background: rgb(255, 26, 62);
  background: linear-gradient(180deg, rgba(255, 26, 62, 1) 0%, rgba(95, 12, 25, 1) 100%);
  border-radius: 20px;
  border: 3px solid white;
  -webkit-box-shadow: 0px 0px 28px 0px rgb(0 0 0 / 27%);
  -moz-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 55%);
  margin-bottom: 2px;
  transition: 0.2s ease;
}
.point {
  text-align: center;
  position: absolute;
  color: black;
  font-weight: 600;

  font-size: 11px;
}
.point:hover span {
  border: 3px solid white;
  transform: scale(1.2);
}
.point:hover {
  color: black;
  text-decoration: none;
}
.point.europa {
  top: 24%;
  left: 47%;
}
.point.emiraty {
  top: 38%;
  left: 57%;
}
.point.usa {
  top: 29%;
  left: 11%;
}
.point.kanada {
  top: 11%;
  left: 9%;
}
.point.japonia {
  top: 31%;
  left: 85%;
}

.point.krakow {
  bottom: 9%;
  left: 54%;
}
.point.katowice {
  bottom: 13%;
  left: 43%;
}
.point.poznan {
  top: 39%;
  left: 23%;
}
.point.warszawa {
  top: 44%;
  left: 62%;
}
.point.tarnow {
  bottom: 13%;
  left: 61%;
}
.point.bydgoszcz {
  top: 28%;
  left: 33%;
}
.point.nowysacz {
  bottom: 6%;
  left: 62%;
}
.point.wroclaw {
  left: 22%;
  bottom: 32%;
}
.point.rzeszow {
  top: 80%;
  left: 73%;
}

.car {
  background-color: white;
}
.steps-a a {
  margin: 0 auto;
}
.steps h5 strong {
  font-weight: 600 !important;
}
.r-person {
  border: 4px solid var(--bs-secondary);
  border-radius: 100px;
  height: 80px;
  width: 80px !important;
}
.stars i {
  color: var(--bs-secondary);
}
.owl-reviews {
  position: relative;
}
.owl-reviews .owl-nav {
  position: absolute;
  top: 0px;
  width: 50px;
  right: -60px;
  justify-content: space-between;
  display: block;
}
.owl-reviews .owl-nav button span {
  background-color: white;
  padding: 20px;
  border-radius: 100px;
  display: block;
  line-height: 0.4;
  font-size: 28px;
  width: 52px;
  height: 52px;
  border: 1px solid #ddd;
}
.owl-reviews .owl-nav button span:hover {
  background-color: black;
  color: white;
  border: 1px solid black;
}
.owl-reviews .owl-nav button.owl-prev {
  margin-bottom: 10px;
}
.accordion-header button {
  font-weight: 500 !important;
  font-size: 17px;
  padding: 20px 25px;
}
.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: black;
  background-color: transparent;
}
.accordion {
  border: 1px solid #ddd;
}
.accordion-body {
  padding-top: 0px;
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}
.accordion-button {
  box-shadow: none !important;
}
.sec-insta a {
  color: black;
}
.f-social {
  color: black;
  font-size: 30px;
}
.footer-top img {
  max-width: 200px;
}
.footer-top a {
  color: black;
}
.f-cont i {
  font-size: 25px;
}
.footer-middle a {
  color: black;
}
.footer-copy a {
  color: black;
}
.footer-bottom .navbar-nav {
  flex-wrap: wrap;
}

.owl-dot {
  width: 13px;
  height: 13px;
  display: inline-block;
  background-color: white !important;
  border-radius: 100px;
  margin: 0 auto;
  margin: 0px 5px;
  border: 0px !important;
}
.owl-dot.active {
  background-color: var(--color) !important;
  width: 20px;
  height: 20px;
}
.owl-dots {
  text-align: center;
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.specialist img {
  width: 70px !important;
  height: 70px !important;
  border-radius: 100px !important;
  border: 3px solid var(--color) !important;
  margin-right: 20px !important;
}
.specialist a {
  color: black;
}
.brd a,
.brd p {
  color: black;
  font-size: 12px;
}
.brd span {
  margin: 5px;
}
.contact-destinations a {
  text-transform: uppercase;
  font-weight: 700;
  color: black;
  font-size: 12px;
  padding: 10px 14px;
  border: 1px solid #ddd;
  margin: 0px 10px;
  border-radius: 100px;
}
.contact-destinations a:hover,
.contact-destinations a.active {
  color: white;
  background-color: var(--bs-primary);
}
.hours-inner p:first-child {
  width: 200px;
}
.way-hours a {
  color: black;
}
.form-label {
  width: 100%;
}
.form-label input,
.form-label textarea,
.form-label select {
  border-radius: 25px;
  padding: 10px 20px;
  font-weight: 500 !important;
  color: black;
}
.form-label select {
  cursor: pointer;
}
::placeholder {
  font-weight: 500;
  color: black !important;
}
.form-check-label {
  cursor: pointer;
}
.wpcf7-acceptance {
  font-size: 11px;
  line-height: 1.2;
}
.wpcf7-acceptance a {
  font-size: 11px;
  color: black;
  text-decoration: underline;
}

.form-switch .form-check-input {
  width: 3em;
  margin-left: -4.2em;
  height: 17px;
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
.wpcf7-submit {
  border: 0px;
  margin: 0 auto;
}
.wpcf7-not-valid-tip {
  font-size: 12px !important;
  font-weight: 700 !important;
  text-align: center !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0px !important;
  padding: 10px !important;
  text-align: center !important;
  font-weight: 600 !important;
}
.wpcf7-spinner {
  position: absolute !important;
  margin-top: -35px !important;
}
.cf-inner {
  max-width: 600px;
}
.span-color {
  color: var(--color);
}
.number {
  font-size: 60px;
  line-height: 0.9;
  font-weight: 700;
  margin-right: 20px;
  color: #00000033;
  display: inline-table;
  width: 100px;
}
.a-sec-flag {
  background-size: cover;
  background-position: center;
  min-height: 500px;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0rem;
}
.title-blog h2 {
  font-weight: 500 !important;
  color: black;
  font-size: 24px;
}
.title-blog:hover {
  color: black;
}
.open-post {
  background-position: center;
  display: block;
  background-size: cover;
  min-height: 400px;
}
.sp-img {
  width: 100%;
  min-height: 550px;
  background-position: center;
  background-size: cover;
}
.sp-img a {
  color: white !important;
}
.sp-be-af a {
  color: black;
  font-size: 20px;
  font-weight: 700;
}
.dropdown-menu {
  border: 0px;
  background-color: var(--bs-primary);
  border-radius: 25px;
  padding: 10px;
}
.dropdown-item {
  color: white !important;
}
.header-menu .navbar-nav .dropdown-item {
  padding: 8px 15px !important;
  border-radius: 100px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--bs-secondary);
}

/* Ukryj domyślną strzałkę Bootstrap */
.dropdown-toggle::after {
  display: none;
}

/* Style dla custom chevron */
.dropdown-arrow {
  transition: transform 0.3s ease;
  font-size: 14px;
}

/* Obróć chevron gdy dropdown jest otwarty */
.dropdown-toggle[aria-expanded="true"] .dropdown-arrow {
  transform: rotate(180deg);
}
.fb:hover {
  background-color: #1b74e4;
  color: white;
}
.in:hover {
  background-color: #d6005e;
  color: white;
}
.tt:hover {
  background-color: black;
  color: white;
}
.yt:hover {
  background-color: #ff0000;
  color: white;
}
header a:hover {
  text-decoration: none;
  color: var(--bs-secondary);
}
.header-margin {
  margin-top: -35px;
}

.modal .btn-close {
  background: none;
  width: fit-content;
  height: fit-content;
  padding: 0px;
  position: absolute;
  top: 5px;
  right: 5px;
  color: var(--color);
  opacity: 1;
  font-size: 40px;
  line-height: 0;
  cursor: pointer;
  z-index: 9;
}
.modal .btn-close:hover {
  color: black;
}
.modal-content {
  border: 0px;
  border-radius: 25px;
}
.modal-body {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 30px;
  padding-right: 30px;
}
.maps-mod-mobile h3 {
  text-align: center;
}
.sec-insta img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  background-position: center;
}
.modal .wpcf7-acceptance {
  display: block;
  margin-bottom: 20px;
}
.ocbig {
  height: 400px;
  width: 100%;
  object-fit: cover;
  background-position: center;
}
.of-cover {
  height: 200px;
  width: 100%;
  object-fit: cover;
  background-position: center;
}
.owl-country img {
  max-width: 400px;
  margin: 0 auto;
}

label p {
  margin-bottom: 5px;
  font-size: 13px;
  margin-left: 19px;
}
.form-steps {
  padding: 30px;
}
.s-country {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.opis-seo h1,
.opis-seo h2,
.opis-seo h3,
.opis-seo h4,
.opis-seo h5 {
  font-size: 1.55rem;
}
.opis-seo a {
  color: black;
  text-decoration: underline;
}

.accept {
  margin-bottom: 20px;
}
.wpcf7 form .wpcf7-response-output {
  margin-top: 20px !important;
}

.dest-inner h3 {
  margin-bottom: 10px !important;
}
.owl-partn .owl-item img {
  max-width: 200px;
  margin: 0 auto;
}
.dest-2 a {
  color: black;
  font-weight: 600;
}
.form-steps .btn1,
.modal .btn1 {
  font-size: 20px;
}
.dest-2 .big-i {
  font-size: 45px;
}
.owl-dest-footer .dest img {
  display: none;
}
.owl-dest-footer .dest {
  border: 0px !important;
}
.owl-dest-footer .dest .btn2 {
  margin-right: 0px;
}
.owl-dest-footer .dest .dest-inner {
  padding: 0px !important;
}

.car-images img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.ci2 img {
  height: 200px;
}
.vin-check {
  border-radius: 0px;
  padding: 10px 20px;
  font-weight: 700;
  color: black;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-size: 18px !important;
}
.vc-box .btn1 {
  margin-right: 0px;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: #ced4da !important;
}
.nav-tabs {
  border-bottom: 0px;
}
.nav-tabs button {
  background-color: white !important;
  color: black !important;
  padding: 13px 20px !important;
  font-weight: 700;
  text-transform: uppercase;
  width: fit-content;
  display: block;
  cursor: pointer;
  border: 1px solid #ced4da !important;
  border-radius: 0px !important;
  margin-right: 7px;
}
.nav-tabs button.active,
.nav-tabs button:hover {
  background-color: var(--color) !important;
  border: 1px solid var(--color) !important;
  color: white !important;
}
.listing img {
  width: 100%;
}
.listing-inner:hover h5,
.listing-inner {
  color: black;
}
.m-pagination a,
.m-pagination span {
  color: black;
  margin: 0 5px;
  font-size: 18px;
}
.m-pagination .page-numbers.current,
.m-pagination .page-numbers:hover {
  color: var(--color);
}
.page-id-39 .single_page_content a {
  color: black;
}
.map-pl {
  max-width: 700px;
  margin: 0 auto;

  width: 100%;
}
h2.h1.mb-4 {
  margin-bottom: 10px !important;
}
.rel-home img {
  width: 100%;
}

.team img {
  height: 270px;
  object-fit: cover;
  object-position: top;
}
.soc-f {
  width: 40px !important;
  height: auto !important;
  margin: 15px;
}
.yts {
  background-color: #be1731;
  color: white;
}
.ytb2 {
  padding: 10px 20px;
  margin-bottom: 20px;
}
.yt1 {
  background-color: #25408e;
  color: white;
  font-size: 19px;
}
.yt2 {
  background-color: white;
  text-transform: uppercase;
  color: black;
  font-weight: 600;
  font-size: 19px;
}
.owl-cars img {
  height: 400px;
  object-fit: cover;
}
.owl-cars {
  margin-top: 20px;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 42%;
  width: 104%;
  margin-left: -2%;
  display: flex;
  justify-content: space-between;
}
.owl-carousel .owl-nav span {
  font-size: 35px;
  /* opacity: 0.5; */
  /* border: 1px solid #ddd; */
  height: 40px;
  line-height: 1;
  display: block;
  width: 60px;
  border-radius: 100px;
  color: white;
  background-color: var(--bs-secondary);
}
.owl-carousel .owl-nav span:hover {
  background-color: var(--bs-primary);
}
.page-item:first-child .page-link {
  border-radius: 100px;
  border: 0px;
}
.page-item:last-child .page-link {
  border-radius: 100px;
  border: 0px;
}
.page-link {
  color: black;
}
.active > .page-link,
.page-link.active,
.active > .page-link,
.page-link:hover {
  background-color: var(--color);
  border: 0px;
  border-radius: 100px;
}
.page-link:focus {
  outline: none;
  box-shadow: none;
}
.page-link:hover {
  color: white;
}
.dropdown-toggle i {
  line-height: 1;
}
.page-item .page-link {
  margin-left: 0px !important;
  border: 0px;
  border-radius: 100px;
  margin: 0px 5px;
  padding: 4px 5px !important;
  width: 30px;
  text-align: center;
  font-size: 14px;
}

@media (min-width: 1600px) {
  .container-w {
    max-width: 1600px;
  }
}
@media (min-width: 1400px) {
  .header-menu .nav-item a {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .owl-team2 .owl-stage-outer {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 1600px) {
  .footer-top .h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 1400px) {
  .footer-top .h3 {
    font-size: 1.2rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0px 0px !important;
    font-size: 13px !important;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 12px !important;
  }
  .header-top p,
  .header-top a,
  .header-top button {
    font-size: 11px;
  }
  .nav-left .nav-item {
    margin-right: 12px;
  }
  .nav-right .nav-item {
    margin-left: 12px;
  }
  .header-menu .nav-item a {
    font-size: 13px;
  }
  .f-1 {
    text-align: center;
  }
  .f-1 img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-right: auto !important;
  }
  .f-cont-box {
    justify-content: center !important;
    display: block !important;
    text-align: center;
  }
  .f-cont {
    margin-left: 0px !important;
  }
  .f-cont1 {
    margin-bottom: 25px;
  }
  .footer-top .h3 {
    font-size: 1.1rem;
  }
  p {
    font-size: 13px;
  }
  a {
    font-size: 13px;
  }

  .f-cont i {
    font-size: 19px;
  }
}
@media (max-width: 991.98px) {
  .yt1 {
    font-size: 15px;
  }
  .yt2 {
    font-size: 15px;
  }
  .ytb {
    max-width: 150px;
    margin-bottom: 20px;
  }
  .footer-middle h3 {
    text-align: center;
  }
  .footer-middle .dest-inner {
    text-align: center;
    line-height: 1.7;
  }
  .footer-bottom .s-width {
    display: none;
  }
  .footer-bottom .dd {
    display: block !important;
    text-align: center;
  }
  .footer-middle .btn2 {
    margin: 0 auto;
  }
  .footer-bottom .navbar-toggler span {
    right: 0px;
  }
  .footer-bottom .navbar-nav .nav-link {
    color: black;
    margin-right: 0px;
    font-size: 14px;
    margin-bottom: 4px;
    margin-top: 11px;
  }
  .footer-copy {
    text-align: center;
  }
  .project {
    justify-content: center !important;
    margin-top: 20px;
  }
  .btn3 {
    font-size: 16px;
  }
  .owl-c-2 .owl-dots {
    display: none;
  }
  .steps .display-4 {
    font-size: 50px !important;
  }
  .owl-dest-footer .dest .btn2 {
    margin-right: auto;
  }
  .owl-dest-footer .owl-nav {
    position: relative;
    top: 0px;
    right: auto;
    text-align: center;
    margin-top: 30px;
  }
  .owl-dest-footer .owl-nav button span {
    margin-left: 5px;
    margin-right: 5px;
  }
  .buttons-sec {
    margin-top: 40px !important;
  }
  .buttons-sec .btn1,
  .buttons-sec .btn2 {
    margin: 0 auto !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767.98px) {
  .form-steps {
    padding: 20px;
  }
  .owl-carousel .owl-nav {
    width: 108%;
    margin-left: -4%;
    display: flex;
  }
  .owl-cars img {
    height: 200px;
    object-fit: cover;
  }
  .m-pagination a,
  .m-pagination span {
    font-size: 14px;
  }
  .h-sec1 .col-lg-7 {
    background-size: cover;
    background-position: center;
    padding-top: 40px;
  }

  .nav-tabs button {
    font-size: 10px;
    padding: 7px 13px !important;
    margin-right: 10px;
  }
  .contact-destinations {
    display: none !important;
  }
  .admin-bar {
    margin-top: 46px;
  }
  .header-top .container-w .col-md-6 {
    padding: 0px;
  }
  .dropdown-menu li a {
    text-align: center;
  }
  .owl-reviews .owl-nav {
    position: relative;
    top: 0px;
    width: 120px;
    right: auto;
    justify-content: space-between;
    display: block;
    margin: 0 auto;
    display: flex;
  }
  .owl-reviews .owl-nav button.owl-prev {
    margin-bottom: 0px;
  }
  .owl-dest .owl-nav {
    position: absolute;
    top: -95px;
    width: 115px;
    left: auto;
    right: 0px;
    justify-content: space-between;
    display: flex;
  }
  .owl-reviews .owl-nav {
    position: absolute;
    top: -95px;
    width: 115px;
    left: auto;
    right: 0px;
    justify-content: space-between;
    display: flex;
  }
  .footer-middle .btn2 {
    width: fit-content;
  }

  .p-r-big {
    text-align: left;
    padding-right: 137px;
  }
  .h-sec1 .h5,
  .h-sec1 h5 {
    font-size: 1.1rem;
  }
  .owl-c-2 h3 {
    text-align: center;
  }
  .owl-c-2 .country {
    text-align: center;
  }
  .country h3 {
    font-size: 20px;
  }
  .owl-country .owl-nav {
    top: -8px;
  }

  .destination .specialist {
    display: block !important;
    text-align: center !important;
    border: 1px solid #ddd;
    padding: 18px;
  }
  .destination .specialist img {
    margin-right: 0px !important;
    margin-bottom: 15px;
  }
  .destination .specialist h5 {
    margin-bottom: 5px !important;
  }
  .destination .specialist p.mb-1 {
    margin-bottom: 25px !important;
  }
  .a-sec1-list {
    display: block !important;
  }
  .table > :not(caption) > * > * {
    font-size: 13px;
  }
  .open-post {
    background-position: center;
    display: block;
    background-size: cover;
    min-height: 200px;
  }
  .h-sec1-inner h1 span:before {
    border-bottom: 6px solid var(--bs-secondary);
    bottom: 5px;
  }
  .h-sec1-inner h3 span:before {
    border-bottom: 6px solid var(--bs-secondary);
    bottom: 5px;
  }
  .header-menu .nav-item a {
    padding: 15px 0px !important;
  }
  .contact-destinations a {
    margin: 0px 4px;
  }
  .s-con a {
    display: block;
  }
  .accordion-header button {
    font-weight: 700 !important;
    font-size: 14px;
  }
  .accordion-button::after {
    margin-left: 20px;
  }
  .opis-seo h1,
  .opis-seo h2,
  .opis-seo h3,
  .opis-seo h4,
  .opis-seo h5 {
    font-size: 1.25rem;
  }
}

.inf {
  list-style-type: none;
  padding-left: 0px;
}

.contact-destinations {
  flex-wrap: wrap;
  justify-content: end;
}
.contact-destinations a {
  margin: 0px 5px;
  margin-bottom: 10px;
}
.contact-destinations p {
  margin-bottom: 10px !important;
}

/* new styles */

@media (max-width: 991.98px) {
  header .btn {
    padding: 7px 10px !important;
    font-size: 12px !important;
  }
  .phone {
    padding-right: 0px !important;
  }
  .status {
    padding-left: 0px !important;
  }
}

/* Contact Section */
.mobile-menu-contact h6 {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}

.mobile-menu-contact a {
  font-size: 0.875rem;
  transition: color 0.2s ease;
}

/* Navigation Links */
.mobile-nav-link {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  padding: 0.4rem 0;
  transition: color 0.2s ease;
}

.mobile-nav-link:hover {
  color: var(--bs-secondary) !important;
}

.mobile-nav-link i {
  font-size: 0.875rem;
  transition: transform 0.2s ease;
}

.mobile-nav-link[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.mobile-nav-sublink {
  color: black;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
  transition: color 0.2s ease;
  text-transform: uppercase;
}

.mobile-nav-sublink:hover {
  color: var(--bs-secondary) !important;
}

/* Social Media */
.mobile-menu-social h6 {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.mobile-social-link {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-primary);
  color: white;
  border-radius: 50%;
  text-decoration: none;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}

.mobile-social-link:hover {
  background-color: var(--bs-secondary);
  color: white;
  transform: scale(1.1);
}

/* Offcanvas Close Button */
.offcanvas .btn-close {
  box-shadow: none !important;
  opacity: 1;
}

.offcanvas .btn-close:focus {
  box-shadow: none;
}
.hero-carousel img {
  height: 460px;
  object-fit: cover;
  object-position: center;
}
.hero-carousel {
  margin-top: -35px;
}
.hero-carousel .owl-nav {
  max-width: 36%;
  margin: 0 auto;
  margin-left: auto;
  top: auto;
  right: 0px;
  margin-right: auto;
  left: 1px;
  bottom: 90px;
}
.overlay-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  z-index: 1;
}

.overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(11, 49, 97, 1), rgba(11, 49, 97, 0) 40%);
  z-index: 1;
}

.overlay-1a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 1) 19%, rgba(255, 255, 255, 0) 62%);
  z-index: 1;
}

.owl-hero .owl-item.center .overlay-1 {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
}
.hero-title {
  margin-top: 50px;
  z-index: 9;
}
.hero-title p {
  line-height: 1;
  width: fit-content;
  font-weight: 600;
  border-radius: 10px;
  margin-right: 15px;
  margin-bottom: -4px !important;
}
.main-text {
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-right: 200px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
  border-radius: 15px;
}
.second-text {
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-right: 20px;
  margin-top: -10px;
  position: relative;
  z-index: 2;
  margin-left: -139px;
  border-radius: 10px;
}
.gw {
  position: absolute;
  width: 140px;
  top: -30px;
  right: 24px;
}
.gw-inside {
  animation: rotate 10s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.lh1 {
  line-height: 1;
}
.nav-pills .nav-link {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  padding: 10px 20px;
  font-weight: 600;
  text-transform: uppercase;
  width: fit-content;
  display: block;
  cursor: pointer;
  transition: 0s ease;
  color: black;
}
.nav-pills .nav-link:hover,
.nav-pills .nav-link.active {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  color: white;
}
.boxn {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
}
.z-3 {
  z-index: 9 !important;
}
.boxn .overlay-2 {
  transition: 0.2s ease;
}
.boxn:hover .overlay-2 {
  opacity: 0;
}
.boxn img {
  height: 20px !important;
  width: fit-content !important;
}
.bg-dual1 {
  background: linear-gradient(90deg, var(--bs-primary) 50%, #2f5079 50%);
}
.bg-dual2 {
  background: linear-gradient(90deg, var(--bs-primary) 50%, #234570 50%);
}
.step {
  margin-top: 40px !important;
}
.step .number2 {
  font-size: 70px;
}
.trim1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.trim2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.owl-3box .boxn,
.owl-team .boxn {
  min-height: 500px;
}
.bg-white .owl-dot {
  background-color: var(--bs-primary) !important;
}
.bg-white .owl-dot.active {
  background-color: var(--bs-secondary) !important;
}
.bg-white .nav-pills .nav-link {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.team .boxn:hover .overlay-2 {
  opacity: 1;
}
.rounded-5 {
  border-radius: 40px !important;
}
.footer-bottom .navbar-nav .nav-link {
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  line-height: 1;
}
.bg-dual1 .owl-carousel .owl-nav span:hover {
  background-color: white !important;
  color: var(--bs-primary) !important;
}
.step-tab.active {
  background-color: var(--bs-secondary) !important;
}
.step-tab:hover {
  background-color: var(--bs-secondary) !important;
}

.step-content {
  transition: opacity 0.3s ease;
}
.car-gallery .owl-nav {
  width: 95%;
  margin-left: 2.5%;
}
.car-gallery-main .owl-nav {
  bottom: 20px !important;
  top: auto !important;
  width: 95%;
  margin-left: 2.5%;
}
.car-gallery .owl-nav span {
  font-size: 31px;
  height: 35px;
  width: 45px;
}
.shadow {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15) !important;
}
.price-box {
  width: fit-content;
}
.rounded-4 {
  border-radius: 20px !important;
}
.fs-7 {
  font-size: 13px;
}
.ceny-aut-z-usa-template-default .specialist .s-con {
  text-align: left !important;
}
.form-label {
  margin-bottom: 3px;
}
.form-select,
.form-control {
  border-radius: 25px;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-select:focus {
  box-shadow: none !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
  outline: none !important;
}
.modal .btn-close-white {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat !important;
  width: 20px;
  height: 20px;
}
.our-car {
  height: 650px;
  margin-top: -50px;
}
.breadcrumb {
  margin-bottom: 0px !important;
}
.border-bottom,
.border-top {
  border-color: rgba(0, 0, 0, 0.07) !important;
}

@media (min-width: 2000px) {
  .hero-carousel img {
    height: 560px;
  }
  .our-car {
    height: 850px;
    margin-top: -50px;
  }
  .car-images img {
    height: 500px;
  }
}

@media (max-width: 992px) {
  .bg-dual1,
  .bg-dual2 {
    background: var(--bs-primary);
  }
  .bg-dual1 .container,
  .bg-dual2 .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 767.98px) {
  .main-text {
    padding-left: 20px;
    padding-right: 100px;
  }
  .gw {
    width: 110px;
    top: -17px;
    right: -26px;
  }
  .second-text {
    margin-left: -80px;
  }
  .second-text h6 {
    font-size: 13px;
  }
  .social-tabs .nav-link {
    padding: 10px 16px;
  }
  .step {
    position: relative !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 575.98px) {
  .second-text h6 {
    font-size: 12px;
  }
  .main-text {
    padding-left: 29px;
    padding-right: 100px;
    margin-left: -6px;
  }
  .main-text h1 {
    font-size: 24px;
  }
  .gw {
    width: 90px;
    top: -14px;
    right: -14px;
  }
  .second-text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .second-text h6 {
    margin-bottom: 5px;
    font-size: 11px;
  }
  .team .boxn {
    min-height: 300px !important;
  }
  .point {
    font-size: 8px;
  }
  .point span {
    width: 13px;
    height: 13px;
    border-width: 2px;
  }
  .bg-dual1 .owl-carousel .owl-nav {
    max-width: 96% !important;
    margin-left: 2% !important;
    display: none !important;
  }
}

/* ========================================
   KALENDARZ EVENTÓW - Timeline
======================================== */
.timeline-events {
  position: relative;
}

.timeline-events::before {
  content: "";
  position: absolute;
  left: 90px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--bs-primary);
}

.event-item {
  display: flex;
  margin-bottom: 20px;
  position: relative;
  align-items: center;
}

.event-date {
  flex-shrink: 0;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.date-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--bs-primary);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 15px rgba(11, 49, 97, 0.3);
  position: relative;
  z-index: 2;
}

.date-circle .day {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
}

.date-circle .month {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
  opacity: 0.9;
}

.date-circle .year {
  font-size: 0.65rem;
  font-weight: 500;
  opacity: 0.8;
  margin-top: 2px;
}

.event-content {
  flex: 1;
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);

  transition: all 0.3s ease;
}

.event-title {
  font-size: 1.5rem;
  font-weight: 600 !important;
  margin-bottom: 10px;
}

.event-location {
  margin-bottom: 15px;
}

.event-location i {
  color: #de1318;
}

.event-description {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 20px;
}
.event-description p:last-child {
  margin-bottom: 0px;
}

/* Responsive */
@media (max-width: 768px) {
  .timeline-events::before {
    left: 50px;
  }

  .event-date {
    width: 100px;
  }

  .date-circle {
    width: 70px;
    height: 70px;
  }

  .date-circle .day {
    font-size: 1.3rem;
  }

  .date-circle .month {
    font-size: 0.6rem;
  }

  .date-circle .year {
    font-size: 0.55rem;
  }

  .event-content {
    margin-left: 20px;
    padding: 20px;
  }

  .event-title {
    font-size: 1.2rem;
  }

  .event-item {
    margin-bottom: 20px;
  }
  .mobile-nav-link {
    padding: 0.6rem 0;
  }
}
