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

:root {
  --color: #ffa600;
  --color2: #000;
}

body {
  font-family: "nexa", sans-serif;
  overflow-x: hidden;
  color: var(--color2);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
  line-height: 1 !important;
}
strong {
  font-weight: 600;
}
a {
  transition: 0s !important;
  font-size: 14px;
}
p,
li,
td,
th {
  line-height: 1.6;
  font-size: 14px;
}
.lh-1 {
  line-height: 1 !important;
}
.border-bottom,
.border-end,
.border-start,
.border-top {
  border-color: rgba(0, 0, 0, 0.06) !important;
}
.grecaptcha-badge {
  display: none !important;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}
.bg-dark {
  background-color: black !important;
}
.line {
  border-bottom: 1px solid #222222;
}

/* form */
.form-label {
  width: 100%;
}
textarea {
  height: 80px;
}
.form-control,
.form-select {
  border-radius: 15px;
  padding: 10px 15px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 6px;
  color: black;
  background-color: white;
  color: black !important;
}
::placeholder {
  color: #474747 !important;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.wpcf7-not-valid-tip {
  font-size: 11px !important;
  margin-left: 14px;
  margin-top: -4px;
}
.form-check-input {
  border-radius: 4px !important;
  margin-left: -1.9rem !important;
  width: 1.5em !important;
  height: 1.5em !important;
  cursor: pointer !important;
  margin-top: 2px;
  z-index: 99;
  position: relative;
}
.form-check-input:focus {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.form-check-input:checked {
  background-color: var(--color) !important;
  border-color: var(--color) !important;
}
.form-select {
  cursor: pointer !important;
}
.wpcf7-list-item-label {
  cursor: pointer !important;
}
.form-check-input:focus {
  box-shadow: none !important;
  outline: none !important;
}
.accept p {
  font-size: 11px !important;
  line-height: 1.2 !important;
}
.accept a {
  font-size: 11px !important;
  color: black !important;
}
.accept {
  margin-top: -5px;
  margin-bottom: 20px;
}
.wpcf7-spinner {
  position: absolute !important;
}
/* form */

.btn {
  border-radius: 100px !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
  transition: all 0s ease !important;
}
.btn-sm {
  padding: 7px 20px !important;
}
.btn-primary {
  background-color: var(--color) !important;
  color: black !important;
  border-color: var(--color) !important;
}
.btn-blue {
  background-color: #008dff !important;
  color: white !important;
  border-color: #008dff !important;
}
.btn-blue:hover {
  background-color: black !important;
  color: white !important;
  border-color: black !important;
}
.bg-dark .btn-primary:hover {
  background-color: white !important;
  color: black !important;
  border-color: white !important;
}
.btn-primary:hover {
  background-color: black !important;
  color: white !important;
  border-color: black !important;
}
.bg-primary {
  background-color: var(--color) !important;
}
.btn-outline-primary {
  background-color: transparent !important;
  color: black !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-primary:hover {
  background-color: black !important;
  color: white !important;
  border-color: black !important;
}
.btn-secondary {
  background-color: black !important;
  color: white !important;
  border-color: black !important;
}
.btn-secondary:hover {
  background-color: white !important;
  color: black !important;
  border-color: white !important;
}

.bg-dark .btn-outline-primary {
  background-color: transparent !important;
  color: white !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.bg-dark .btn-outline-primary:hover {
  background-color: white !important;
  color: black !important;
  border-color: white !important;
}
.swiper-pagination-bullet {
  background-color: white !important;
  opacity: 1 !important;
  width: 20px !important;
  border-radius: 5px !important;
}
.swiper-pagination-bullet-active {
  background-color: var(--color) !important;
  width: 30px !important;
}

.badge {
  color: black !important;
}
.project-card img {
  max-width: 200px;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: var(--color) !important;
  color: black !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: var(--color);
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
.mySwiper2 .swiper-slide-active .circle {
  width: 25px;
  height: 25px;
  margin-top: -5px;
}
.mySwiper2 .swiper-slide-active p {
  transition: all 0.3s ease-in-out;
}
.mySwiper2 .swiper-wrapper {
  padding-top: 20px;
}
.mySwiper2 {
  margin-top: -28px;
}
.small {
  font-size: 12px;
}

.nav-link {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0px 10px;
  color: black;
}
.nav-link:hover {
  color: var(--color);
}
header {
  box-shadow: 0px 0px 15px #0000000d;
}
.hero video {
  max-width: 500px;
  width: 100%;
  mix-blend-mode: multiply;
}
.shadow {
  box-shadow: 0px 0px 15px #0000000d !important;
}
.card {
  background-color: white;
}
.swiper-offer .card-text {
  min-height: 44px;
}
.elipse {
  z-index: -1;
  mix-blend-mode: multiply;
}
.elipse1 {
  top: 150px;
  left: -100px;
}
.elipse2 {
  top: 200px;
  right: -200px;
}
.elipse3 {
  bottom: 50px;
  left: 100px;
}
.text-primary {
  color: var(--color) !important;
}
.about-us .display-4 {
  line-height: 1.1 !important;
}
.fav1 {
  left: 70px;
  top: 0px;
  filter: blur(2px);
}
.fav2 {
  left: 0px;
  top: 50px;
  filter: blur(5px);
}
.fav3 {
  left: 70px;
  top: 100px;
}
.fav4 {
  right: 70px;
  top: 0px;
  filter: blur(2px);
}
.fav5 {
  right: 0px;
  top: 50px;
  filter: blur(5px);
}
.fav6 {
  right: 80px;
  top: 100px;
}
.bg-primary {
  background-color: var(--color) !important;
}
.bg-primary .swiper-pagination-bullet-active {
  background-color: black !important;
}
.benefits p {
  line-height: 1.2 !important;
}
.max1 {
  max-width: 600px;
  margin: 0 auto;
}
.nav-pills .nav-link {
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-pills .nav-link.active {
  background-color: var(--color);
  color: black;
  border-color: var(--color);
}
.rounded-circle {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  line-height: 2 !important;
}
.rounded-circle:hover {
  background-color: white !important;
}
.text-muted {
  color: #636363 !important;
}
.copy.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* quiz */
.franchise-quiz-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.quiz-header {
  text-align: center;
  margin-bottom: 2rem;
}

.quiz-header h1 {
  color: #2c3e50;
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 600;
}

.progress-bar {
  width: 100%;
  height: 8px;
  background: #ecf0f1;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.progress-fill {
  height: 100%;
  background: var(--color);
  width: 0%;
  transition: width 0.3s ease;
}

.progress-text {
  color: #7f8c8d;
  font-size: 0.9rem;
}

.question-slide {
  display: none;
  animation: fadeIn 0.3s ease;
}

.question-slide.active {
  display: block;
}

.question {
  margin-bottom: 2rem;
}

.question h3 {
  color: #2c3e50;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  line-height: 1.4;
}

.options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.option {
  position: relative;
}

.option input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.option label {
  display: block;
  padding: 1rem 1.5rem;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  line-height: 1.5;
}

.option label:hover {
  background: #e4e4e4;
  border-color: #d2d2d2;
}

.option input[type="radio"]:checked + label {
  background: #ffeac463;
  border-color: var(--color);
  color: var(--color);
}

.quiz-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  gap: 1rem;
}

.results-header {
  text-align: center;
  margin-bottom: 2rem;
}

.results-header h2 {
  color: #2c3e50;
  margin-bottom: 1rem;
}

.score-circle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border: 4px solid var(--color);
  border-radius: 50%;
  font-size: 2rem;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.score-circle small {
  font-size: 0.8rem;
  font-weight: normal;
  color: #7f8c8d;
}

.cta-section {
  text-align: center;
}
.lab-sp {
  font-size: 13px;
  margin-top: -2px;
  display: block;
  margin-left: 14px;
}
footer .btn-primary:hover {
  background-color: white !important;
  color: black !important;
  border-color: white !important;
}
.chaty-cta-button circle,
.chaty-cta-button ellipse {
  fill: #2287fc;
  filter: brightness(0) saturate(100%) invert(48%) sepia(85%) saturate(2849%) hue-rotate(199deg) brightness(101%) contrast(101%);
  -webkit-filter: brightness(0) saturate(100%) invert(48%) sepia(85%) saturate(2849%) hue-rotate(199deg) brightness(101%) contrast(101%);
  color: #2287fc;
}

/* quiz */
.btn-close {
  opacity: 1 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 14px !important;
  padding: 10px 15px !important;
  border-radius: 15px !important;
}
.linef1 {
  width: 133% !important;
}
.san {
  max-width: 400px;
  width: 100%;
}
.swiper-info img {
  height: 50px;
}
.bdg {
  margin: 20px;
  width: calc(100% - 40px);
  padding: 10px;
  border-radius: 50px !important;
}

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

/* X-Large devices (large desktops) */
@media (max-width: 1200px) {
}

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

/* Medium devices (tablets) */
@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    padding: 0px 22px !important;
  }
  .logo {
    max-width: 120px;
  }
  .hero video {
    max-width: 300px;
    width: 100%;
  }
}

/* Small devices (landscape phones) */
@media (max-width: 576px) {
  .san {
    max-width: 300px;
    width: 100%;
  }
}
