@import url('https://fonts.cdnfonts.com/css/euclid-circular-b');

body {
    font-family: 'Euclid Circular B', sans-serif;
}           
a {
    text-decoration: none;
    color: #000000;

}
a:focus, a:hover {
    text-decoration: none;
    color: #000000;

}
.navbar-nav {
    gap: 30px;
}
.navbar-nav a{
    color: #000000;
}
.navbar {
    background: transparent;
    transition: all 0.2s ease-out;
}
.navbar.fixed-top-acive {
    background: #ffffff;
}
.btn-header {
    color: #000000;
    background: #ffffff;
}
.fixed-top-acive .btn-header {
    color: #000000;
    background: #d2c1aa;
}
.btn-home {
    background: #688BB1 !important;
    color: #ffffff !important;
}

.about {
    width: 520px;
    padding: 30px;
    background: #D1C0A9;
    border-radius: 15px;
    margin-top: 150px;
    margin-bottom: 150px;
}
.img-woman {
    position: absolute;
    bottom: -95px;
    z-index: 0;
    height: 700px;
    right: 13%;
}
.tip {
    background: rgb(251,242,231);
    padding: 40px 40px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    line-height: 30px;
}
.tip-center {
    background: rgb(251,242,231);
    padding: 40px 140px 40px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 3rem;
    line-height: 30px;
}
.tip-white {
    background: #ffffff;
}
.tip-center p {
    padding-left: 30px;
    margin-bottom: 0;
}
.question {
    display: flex;
    gap: 25px;
}
.btn {
    border: 0;
    padding: 12px 24px;
}
.btn-light {
    background: rgb(254,254,254);
    background: linear-gradient(180deg, rgba(254,254,254,1) 0%, rgba(240,234,226,1) 100%);
}
.btn-light:after {
    content: "";
    width: 15px;
    height: 10px;
    display: inline-block;
    background-image: url("../img/arrow.svg");
    margin-left: 5px;
}

.btn-dark {
    color: #000000;
    background: #D2C1AA;
}
.btn-dark:after {
    content: "";
    width: 15px;
    height: 10px;
    display: inline-block;
    background-image: url("../img/arrow.svg");
    margin-left: 5px;
}
.img-case-right {
    text-align: right;
}

.testimonial-header {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    line-height: 28px;
    margin-bottom: 15px;
}
.testimonial-user {
    display: flex;
    gap: 10px;
}
.testimonial-text {
    margin-bottom: 15px;
}
.user-img img {
    width: 66px;
    height: 66px;
    border-radius: 50%;
}
.user-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.user-name {
    font-weight: bold;
}
.swiper-slide-testimonila:nth-child(1n) {
    width: 43%;
}
.swiper-slide-video:nth-child(1n) {
    width: 23%;
}

.swiper-video {
    text-align: center;
}
.slide-vid-name {
    font-size: 21px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
}
.slide-vid-text {
    opacity: 0;
    transition: all 0.2s ease-out;
}
.swiper-video img {
    scale: 0.7;
    transition: all 0.2s ease-out;
}
.swiper-slide-active .swiper-video img {
    scale: 1;
}

.swiper-slide-active .slide-vid-text {
    opacity: 1;
}
.join-btns {
    display: flex;
    justify-content: space-around;
    gap: 10px;
}
.join {
    text-align: center;
    font-size: 21px;
    font-weight: 700;
}
.join-btns a {
    background: #ffffff;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 8px;
}

.join-btns a img {
    padding-right: 5px;
}
.form-control {
    background: #527A90;
    border: 0;
    color: #ffffff;
    box-shadow: none !important;
}
.form-control::placeholder {
    color: #ffffff;
}
.btn-submit {
    background: #D2C1AA !important;
    color: #000000 !important;
}
.modal-body {
    padding: 0;
}
.progress {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0px 2px 24px 0px #00000024;
}
.progress-bar {
    background: #6B8DB2;
}
#exampleModal {
    background-size: cover;
    background-image: url("../img/bg.jpg");
    --bs-modal-bg: transparent;
}
.step-form {
}
.sub-head-form {
    margin-top: 20px;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 30px;
    text-align: center;
}
.head-form {
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 50px;
    text-align: center;
}
.steps {
    background: #FEF9F3;
    padding: 50px;
    box-shadow: 0px 2px 24px 0px #00000024;
    border-radius: 20px;
    margin: 15px;
}
.btn-close {
    opacity: 1;
    display: block;
    padding: 10px 10px 10px 40px;
    background-color: #ffffff !important;
    background-position: 14px 11px;
    width: auto;
    line-height: 18px;
    position: absolute;
    top: 23px;
    left: 20px;
}
.step {
    position: relative;
}
.step h2 {
    text-align: center;
}
.step-counter {
    position: absolute;
    top: -81px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 62px;
    height: 62px;
    border: solid 3px #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    font-weight: 600;
    background: linear-gradient(180deg, #CCBFA7 0%, #F3E9D8 100%),
linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.step-container {
      position: relative;
      text-align: center;
      transform: translateY(-43%);
    }

    .step-circle {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #fff;
      border: 2px solid #007bff;
      line-height: 30px;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 10px;
      cursor: pointer; /* Added cursor pointer */
    }

    .step-line {
      position: absolute;
      top: 16px;
      left: 50px;
      width: calc(100% - 100px);
      height: 2px;
      background-color: #007bff;
      z-index: -1;
    }
    
    #multi-step-form{
        overflow-x: hidden;
    width: 100%;
    max-width: 750px;
    }

.variants {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.container-check {
    height: 70px;
    border-radius: 15px;
    background: linear-gradient(180deg, #D1B7A8 0%, #D1CDAA 140.75%);
    display: flex;
    box-shadow: 0px 2px 4px 0px #00000012;
    box-shadow: 0px -2px 0px 0px #00000008 inset;
    position: relative;
    flex: 1 0 44%;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    justify-content: center;
    align-items: center;
}
/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 8px;
    left: 8px;
    height: 15px;
    border-radius: 50%;
    width: 15px;
    opacity: 0;
    background-color: #ffffff;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #fff;
    opacity: 0.7;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #ffffff;
    opacity: 1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
    left: 5px;
    top: 3px;
    width: 5px;
    height: 8px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.progress-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}
.prev-step {
    box-shadow: 0px 2px 2px 0px #00000012;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    padding: 0;
    background: #ffff;
    color: #000000;
    margin-left: 30px;
}
.next-step {
    box-shadow: 0px 2px 2px 0px #00000012;
    border-radius: 40px;
    height: 46px;
    background: #ffff;
    margin-left: 10px;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
}
.next-step img {
    transform: rotate(180deg);
    margin-top: -2px;
    margin-left: 10px;
}

.prev-step:hover , .next-step:hover {
    background: #fff;
}
.form-control-quiz {
    background: #d2c2aa;
    color: #000;
}
@media (max-width: 768px) {
    .img-woman {
        display: none;
    }
    .about {
        margin: 0;
        width: 100%;
    }
    .about-bg {
        background: none !important;
    }
    .img-case-right {
        text-align: left;
    }
    .tip-center {
        padding: 40px;
    }
    .swiper-slide-video:nth-child(1n) {
        width: 43%;
    }
    .navbar-nav {
        gap: 0px;
    }
}

@media (max-width: 550px) {
    .img-woman {
        display: none;
    }
    .about {
        margin: 0;
        width: 100%;
    }
    .about-bg {
        background: none !important;
    }
    .img-case-right {
        text-align: left;
    }
    .img-case img {
        width: 100%;
    }
    .tip-center {
        padding: 20px;
    }
    .swiper-slide-testimonila:nth-child(1n) {
        width: 100%;
        padding: 30px;
    }
    .swiper-slide-video:nth-child(1n) {
        width: 100%;
    }
    .steps {
        padding: 50px 20px 20px;
    }
    .btn-close {
        font-size: 0;
        height: 30px;
        padding: 0;
        width: 30px;
        background-position: center;
        background-size: 20px;
    }
}