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

:root {
  --bs-primary: #c01666 !important;
  --bs-primary-rgb: 192, 22, 102 !important;
  --bs-secondary: #18133b !important;
  --bs-secondary-rgb: 24, 19, 59 !important;
  --bs-dark: #060129 !important;
  --bs-dark-rgb: 6, 1, 41 !important;
}

body {
  font-family: "stevie-sans", sans-serif;
  color: white;
  background-color: var(--bs-dark) !important;
  font-weight: 200 !important;
}

.admin-bar {
  margin-top: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400 !important;
  line-height: 1.1 !important;
}
strong {
  font-weight: 500;
}
a {
  transition: 0s !important;
}
a:hover {
  text-decoration: underline !important;
}
p,
li,
td,
th {
  font-size: 16px;
  line-height: 1.4 !important;
  font-weight: 200 !important;
}
hr {
  opacity: 0.1;
}
.cursor-pointer {
  cursor: pointer;
}
.ls1 {
  letter-spacing: 1px !important;
}
.grecaptcha-badge {
  display: none !important;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}
.wpcf7-spinner {
  position: absolute !important;
  right: 220px;
}
.form-label {
  width: 100% !important;
}
.form-control {
  border-radius: 0px !important;
  border: 0px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: white !important;
  padding: 10px 0px !important;
  font-size: 16px !important;
  font-weight: 200 !important;
  background-color: transparent !important;
}
.lab-sp {
  margin-top: 5px;
  display: block;
}
.form-check-input {
  width: 18px !important;
  height: 18px !important;
  margin-left: -33px !important;
  margin-top: 0px;
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.form-check-input:checked {
  outline: none !important;
  box-shadow: none !important;
}
textarea {
  height: 100px;
}
::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.wpcf7-not-valid-tip {
  font-size: 12px !important;
}
.accept label {
  cursor: pointer !important;
}
.wpcf7 p {
  margin-bottom: 0px !important;
}
.form-control:focus {
  outline: none !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  box-shadow: none !important;
}

.wpcf7-list-item {
  margin: 0 0 0 1.5em;
}
.border-end,
.border-start,
.border-top,
.border-bottom,
.border {
  border-color: rgba(0, 0, 0, 0.07) !important;
}

.bg-dark .border-end,
.bg-dark .border-start,
.bg-dark .border-top,
.bg-dark .border-bottom,
.bg-dark .border,
.bg-dark.border-top,
.bg-dark.border-bottom {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.custom-page a {
  color: white;
}
.bg-light {
  background-color: #f7f5f3 !important;
}
.fs-6 {
  font-size: 14px !important;
}
.fs-7 {
  font-size: 12px;
}
.fs-8 {
  font-size: 11px;
}
.lh1 {
  line-height: 1 !important;
}
#languageDropdown {
  background-color: transparent;
}
header .nav-link {
  font-size: 16px !important;
}
.flag-icon {
  border-radius: 100px;
  border: 1px solid #000;
  padding: 2px;
  background: #fff;
}

.flag-icon img {
  width: 13px !important;
  height: 13px !important;
  object-fit: cover;
  border-radius: 100px;
  display: block;
}
.lang-switch .dropdown-menu {
  min-width: 0px;
  padding: 0px;
  border: 0px;
  background-color: transparent;
}

.lang-switch .dropdown-menu a:hover {
  background-color: transparent !important;
}

/* Dropdown chevron rotation */
.dropdown-chevron,
.offcanvas-chevron {
  transition: transform 0.3s ease !important;
  display: inline-block;
}

/* Offcanvas collapse styles */
.offcanvas-body .collapse {
  margin-bottom: 0;
}

.offcanvas-body .collapse .nav-link:hover {
  text-decoration: underline;
}

/* Video background in sec1 */
.sec1 {
  overflow: hidden;

  display: flex;
}

.sec1-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 0;
  object-fit: cover;
}

.sec1-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 19, 59, 0.7);
  z-index: 1;
  mix-blend-mode: lighten;
}
.sec1-overlay-offer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 19, 59, 0.6);
  z-index: 2;
}
.sec4-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 19, 59, 0.7);
  z-index: 1;
}
.sec1-img1 {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-check {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0px;
  right: 0px;
  line-height: 0px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom-left-radius: 100px;
}
.img-check i {
  color: var(--bs-primary);
  font-size: 45px;
}

.img-check2 {
  background-color: var(--bs-secondary);
}

.sec1 .row {
  z-index: 2;
}
.p-m1 {
  padding-top: 250px;
}
.blog-card {
  min-height: 400px;
}
@media (max-width: 767.98px) {
  .sec1 {
    min-height: 300px;
  }
}
.small {
  font-size: 11px !important;
}

.btn {
  padding: 12px 30px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 200 !important;
  transition: 0s !important;
  border: none !important;
  font-weight: 500 !important;
}
.btn:hover {
  text-decoration: none !important;
}
.btn-primary {
  background: transparent linear-gradient(78deg, #c01666 0%, #9f0e52 100%) 0% 0% no-repeat padding-box;
}
.btn-primary:hover {
  background: white !important;
  color: var(--bs-dark) !important;
}
.bg-white .btn-primary:hover {
  background-color: var(--bs-secondary) !important;
  color: white !important;
}
.btn-secondary {
  background-color: var(--bs-secondary);
  color: white !important;
}
.btn-secondary:hover {
  background-color: white !important;
  color: var(--bs-secondary) !important;
}
.btn-outline-primary {
  border: 1px solid #000 !important;
  color: #000 !important;
}

.btn-outline-primary:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.max1 {
  max-width: 520px;
  margin: 0 auto;
}
.container-fluid {
  max-width: 1600px;
  padding-left: 20px;
  padding-right: 20px;
}
.card {
  border: 0px !important;
  border-radius: 10px !important;
}
.text-muted {
  color: #8d8d8d !important;
}
.icon-wrapper {
  width: 24px;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Partners Swiper Slider - nieskończone płynne przewijanie */
.partners-swiper {
  overflow: hidden;
  position: relative;
}

.partners-swiper::before,
.partners-swiper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  z-index: 2;
  pointer-events: none;
}

.partners-swiper::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.partners-swiper::after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.partners-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.partners-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners-swiper img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* Responsive gradienty dla mniejszych ekranów */
@media (max-width: 767.98px) {
  .partners-swiper::before,
  .partners-swiper::after {
    width: 80px;
  }
}

/* Testimonials Swiper Slider */
.testimonials-swiper {
  width: 100%;
}

.testimonial-card {
  border-radius: 15px;
  padding: 40px;

  height: 100%;
}

.testimonial-rating {
  color: #eaf212;
  font-size: 20px;
}

.testimonial-rating i {
  margin-right: 3px;
}

.author-avatar {
  font-size: 18px;
}

.testimonials-pagination {
  position: relative !important;
  bottom: 0 !important;
  text-align: center;
}

.testimonials-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #d1d1d1;
  opacity: 1;
  transition: all 0.3s ease;
}

.testimonials-pagination .swiper-pagination-bullet-active {
  background: #000;
  width: 30px;
  border-radius: 6px;
}
.sec1 h1 {
  max-width: 700px;
  margin: 0 auto;
}
.img-sec4-back {
  transition: transform 0.3s ease;
}

a:hover {
  text-decoration: none !important;
}
.line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: var(--bs-secondary) !important;
  color: white !important;
  border-radius: 100px;
  padding: 0px 35px !important;
  top: 30px;
}

.swiper-button-disabled {
  opacity: 0.4;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
}
.circle {
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.dropdown-menu {
  background-color: var(--bs-primary) !important;
}
.dropdown-menu .dropdown-item {
  color: white !important;
  font-size: 14px;
}
.nav-item:hover {
  text-decoration: underline !important;
}
.dropdown-menu .dropdown-item:hover {
  background-color: var(--bs-primary) !important;
  text-decoration: underline !important;
}
.mySwiper2 .swiper-slide-active .circle {
  width: 25px;
  height: 25px;
  margin-top: -5px;
  background-color: var(--bs-secondary);
}
.mySwiper2 .swiper-slide-active p {
  transition: all 0.3s ease-in-out;
}
.mySwiper2 .swiper-wrapper {
  padding-top: 20px;
  height: 40px;
}
.mySwiper2 {
  margin-top: -28px;
}
/* FAQ Accordion - minimalistyczny styl */
.faq-accordion .accordion-item {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.faq-accordion .accordion-item:last-child {
  border-bottom: none !important;
}

.faq-accordion .accordion-button {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  color: #000 !important;
  font-weight: 400 !important;
  padding: 15px 0 !important;
  font-size: 20px !important;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: #000 !important;
  box-shadow: none !important;
}

.faq-accordion .accordion-body {
  padding: 0 0 20px 0 !important;
  color: #000 !important;
}
footer a:hover {
  text-decoration: underline !important;
}
.footer-links a {
  font-size: 14px !important;
}
.half-fluid .left-half,
.half-fluid .right-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}
.max1 {
  max-width: 900px !important;
}
@media (min-width: 992px) {
  .half-fluid .left-half {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid .right-half {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}

@media (min-width: 1400px) {
}

/* XX-Large devices (larger desktops) */
@media (max-width: 1399.98px) {
}

/* X-Large devices (large desktops) */
@media (max-width: 1199.98px) {
  header .nav-link {
    padding: 2px !important;
  }
}
@media (max-width: 1122px) {
  header .nav-link {
    font-size: 12px !important;
    padding: 0px !important;
  }
}

/* Large devices (desktops) */
@media (max-width: 991.98px) {
  .cfi {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .cfi2 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
  header .btn {
    padding: 4px 15px !important;
  }
  p,
  li,
  td,
  th {
    font-size: 14px;
  }
  .testimonial-text {
    font-size: 16px;
  }
  .testimonial-card {
    padding: 20px;
  }
  .p-m1 {
    padding-top: 50px;
  }
  .display-4 {
    font-size: calc(1.175rem + 2.7vw);
  }
  .img-check {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 0px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom-left-radius: 100px;
  }
  .img-check i {
    color: var(--bs-primary);
    font-size: 40px;
  }
  .blog-posts > div:not(:first-child) {
    display: none;
  }
  #faq button {
    font-size: 16px !important;
  }
  #faq button::after {
    margin-left: 20px !important;
  }
}

/* Small devices (landscape phones) */
@media (max-width: 575.98px) {
}
