@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');

body {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  background-color: #F7F7FD;
  color: #132055;
  margin: 0;
  background-image: url("../img/body-bg.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 100vh;
}

.error {
  color:#DE5B5B;
  font-size: 14px;
}

.top-header {
  padding: 36px 24px;
}

#topbar {
  display: flex;
  flex-direction: column;
  gap:10px;
  margin: 0px 0px 24px 0;

}

#retour {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color:#5a6388;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  gap:5px;
}

.retour {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color:#5a6388;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  gap:5px;
}

.center-section {
  text-align: center;
  position: relative;
  z-index: 111111;
}

.center-section-main {
  padding: 20px 20px 36px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}



.rating-block {
  display: flex;
  align-items: center;
  gap: 5.55px;
  justify-content: center;
  margin-bottom: 26px;
}

.text-rating {
  margin: 0px;
  text-transform: uppercase;
  font-size: 14px;
}

.main-heading {
  font-size: 36px;
  width: 950px;
}


.progress-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 36px;
}


.step {
  position: relative;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #5B65DE;
}

.circle-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.circle {
  fill: none;
  stroke-width: 6px;
  stroke-dasharray: 19 16;
  stroke-linecap: round;
}

.step.active {
  color: #5B65DE;
}

.step.active .circle {
  stroke: #5B65DE;
}

.step.inactive {
  color: rgba(75, 92, 220, 0.2);
}

.step.inactive .circle {
  stroke: rgba(75, 92, 220, 0.2);
}

.connector {
  width: 48px;
  height: 3px;
  background-color: #E4E6F3;
  border-radius: 0px;
}

.connector.active {
  background-color: #4b5bdc;
}

.connector-blue {
  background-color: #4b5bdc;
}

.main-content-box {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-box {
  padding: 24px 18px;
  background-color: #ffffff;
  width: 720px;
  max-width: 720px;
  border-radius: 20px;
  margin-bottom: 24px;
}

.main-box-2 {
  padding: 48px 18px;
  background-color: #ffffff;
  width: 720px;
  max-width: 720px;
  border-radius: 20px;
  margin-bottom: 24px;
}

.main-box-3 {
  padding: 48px 18px;
  background-color: #ffffff;
  width: 720px;
  max-width: 720px;
  border-radius: 20px;
  margin-bottom: 24px;
}

.stp-item-none {
  opacity: 0.5;
}

.stp-content {
  align-self: center;
}

.step-last {
  max-width: 350px;
}

.stp-item img {
  width: 57px;
  height: 57px;
  align-self: center;
}

.elig-text {
  font-size: 18px;
}

a {
  color: #5B65DE;
}

.main-heading-2 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 11px;
  margin-bottom: 36px;
  line-height: 1.25;
}

.main-heading-3 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 11px;
  margin-bottom: 36px;
  color: #424D77;
}

.main-heading-4 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 11px;
  margin-bottom: 0px;
  color: #5F678B;
}

.inner-check-item-text {
  display: flex;
  gap: 12px;
  align-items: center;
}

.inner-check-item {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.check-item-text {
  margin-bottom: 0px;
  font-size: 18px;
}

.text-blue-light {
  color: #5B65DE;
}

.text-light-2 {
  color: #717999;
}

.divider-main {
  width: 100%;
  height: 1px;
  background-color: #F3F4F6;
  margin: 18px 0px 18px 0px;
}

.dr-info {
  background-color: #ffffff;
  padding: 24px 5px;
  margin: 18px;
  margin-top: -45px;
  position: relative;
  border-radius: 20px;
  text-align: center;
  z-index: 9999;
}

.dr-info h2 {
  font-size: 24px;
}

.dr-info p {
  font-size: 18px;
}

.tags-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}

.ms-12 {
  margin-left: 12px !important;
}

.tag-inner {
  font-size: 14px;
  background-color: #F5F6FD;
  padding: 7.17px 9.56px;
  border-radius: 119.49px;
  line-height: 1;
}

.star-box {
  background-image: url("../img/star-5.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 71px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 11px;
  left: 11px;
}

.star-box h3 {
  color: #fff;
  margin: 0px;
  font-size: 10.63px;
}

/* Tab Content */
.nav-tabs {
  border-bottom: 1px solid #F3F4F6;
  margin-bottom: 25px;
}

.nav-tabs .nav-link {
  border: none;
  color: #0b1741;
  font-weight: 500;
  font-size: 20px;
  background: transparent;
  position: relative;
  padding: 0px 0px 18px 0px;
  margin-right: 15px;
}

.nav-tabs .nav-link.active {
  color: #0b1741;
}

.nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background-color: #5B65DE;
  border-radius: 2px;
}

.step-link {
  text-decoration: none;
  color: #132055;
}

.step-link:hover {
  text-decoration: none;
  color: #132055;
}

.tab-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.tab-content p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 24px;
}

.fw-400 {
  font-weight: 400;
}

.btn-div {
  gap: 24px;

}

.custom-btn-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #EFF0FC;
  color: #5B65DE;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 24px 10px 29px;
  margin-top: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.custom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #5B65DE;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 24px 10px 29px;
  margin-top: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.custom-btn:hover {
  background-color: #5b66dee5;
  color: #fff;
}

.status {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #0b1741;
  margin-left: 20px;
}

.status-dot-1 {
  width: 10px;
  height: 10px;
  background-color: #B5CD5E;
  border-radius: 50%;
  margin-right: 8px;
}

.status-dot-2 {
  width: 10px;
  height: 10px;
  background-color: #DE9C5B;
  border-radius: 50%;
  margin-right: 8px;
}

.status-dot-3 {
  width: 10px;
  height: 10px;
  background-color: #DE5B5B;
  border-radius: 50%;
  margin-right: 8px;
}

.tabs-sm-heading {
  font-size: 13.78px;
  margin-bottom: 3px;
}

.tabs-sm-text {
  font-size: 12.4px !important;
}

.tabs-icon-box {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.tabs-icon-box-row {
  --bs-gutter-x: 0.5rem;
}

.pratiques-heading {
  margin: 19px 0px;
}

.left-dr-info-col-inner {
  position: relative;
}

.steps-wrapper {
  display: flex;
  gap: 4px;
}

/* Outer step */
.step-segment {
  flex: 1;
  background-color: #EBECFB;
  height: 5px;
  border-radius: 50px;
  display: flex;
  align-items: center;
}

/* Inner bar */
.step-inner {
  width: 100%;
  height: 100%;
  background-color: #EBECFB;
  /* lighter inner color */
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}

/* Fill */
.step-fill {
  height: 100%;
  background-color: #5B65DE;
  border-radius: 50px;
  transition: width 0.4s ease;
}


.select-group {
  width: 100%;
  margin-bottom: 36px;
}

.select-option {
  display: block;
  background: #ffffff;
  padding: 18px 26px;
  border-radius: 10px;
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 500;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 0 16.15px 0 #F5F5F5;
}

.main-box {
  box-shadow: 0 0 16.15px 0 #F5F5F5;
}

.text-center-desktop {
  text-align: center;
}

.select-option input {
  display: none;
}

.select-option input:checked+span {
  color: #132055;
}

.select-option input:checked~span {
  color: #132055;
}

.select-option input:checked+span::before {
  display: none;
}

.select-option input:checked+span,
.select-option input:checked~span,
.select-option:has(input:checked) {
  border-color: #5B65DE;
  background: #fff;
}

.select-option:hover {
  border-color: #5B65DE;
}

.multi-option-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 36px;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-y;
}

.multi-option-item {
  background: #ffffff;
  border: 2px solid #fff;
  padding: 18px 26px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 0 16.15px 0 #F5F5F5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  backface-visibility: hidden;
  user-select: none;
}

.multi-option-item .multi-option-check {
  width: 29px;
  height: 29px;
  margin-left: auto;
  object-fit: contain;
  content: url('../img/check-non-active.svg');
}

.multi-option-item.active,
.multi-option-item.active:hover {
  border-color: #5B65DE !important;
}

.multi-option-item.active .multi-option-check {
  content: url('../img/check-active.svg');
}

/* Hover */
.multi-option-item:hover {
  border-color: #5B65DE;
}

.logo-desktop {
  display: block;
}

.logo-mobile {
  display: none;
}

.group-img {
  margin: 24px 0px;
}

.btn-center {
  margin-top: 36px;
}


.step-2 {
  background: #edf0fc;
  padding: 18px 24px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  color: #9ba0c5;
  opacity: 0.25;
  /* start low opacity */
  transition: opacity 0.3s ease, color 0.3s ease;
}

.step-2.active {
  color: #132055;
  opacity: 1;
}

.pulse {
  animation: pulseAnim 2s ease-in-out;
}

@keyframes pulseAnim {
  0% {
    opacity: 0.25;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.03);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}


.icon {
  width: 38px;
  height: 38px;
}

.inactive-icon {
  opacity: 0.2;
}

.blue-box {
  background-color: #ECEDFB;
  padding: 26px;
  margin-bottom: 36px;
  border-radius: 21px;
}

.blue-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.blue-inner h3 {

  margin-bottom: 0px;
  font-size: 22px;
}

.dep-heading {
  padding: 13px;
  width: 313px;
  background-color: #fff;
  border-radius: 107px;
}

.blue-inner h2 {
  font-size: 30px;
  font-weight: 500;
  color: #5B65DE;
  margin-bottom: 0px;
}

.blue-inner p {
  font-weight: 500;
  margin-bottom: 0px;
}

.blue-inner-2 {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.blue-inner-2 h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0px;
}

.blue-inner-2 p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.blue-inner-2 ul,li {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0; 
}

.img-fluid-2 {
  width: 100%;
  height: auto;
}

.radius {
  border-radius: 30px;
}

.slider-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 32px auto 0px auto;
}

.custom-track {
  width: 100%;
  height: 14px;
  border-radius: 20px;
  background: linear-gradient(to right, #cacdf3, #323779);
  position: relative;
}

.thumb-wrapper {
  position: absolute;
  top: -35px;
  transform: translateX(-50%);
  text-align: center;
}

.no-padding {
  padding: 0 !important;
}

.value-display {
  font-size: 17px;
  font-weight: 500;
  color: #5B65DE;
  margin-bottom: 12px;
}

.custom-thumb {
  width: 16px;
  height: 16px;
  background: #5B65DE;
  border-radius: 50%;
  border: 3px solid white;
  position: relative;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
}

.labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  padding: 0 5px;
}

.labels span {
  font-size: 17px;
  font-weight: 500;
  color: #0f1a4b;
}

.rs-slider-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  padding-bottom: 0px;
}

.rs-track {
  width: 100%;
  height: 14px;
  border-radius: 20px;
  background: linear-gradient(to right, #cacdf3 0%, #cacdf3 25%, #323779 25%, #323779 100%);
  position: relative;
}

.rs-thumb-wrapper {
  position: absolute;
  top: -34px;
  transform: translateX(-50%);
  text-align: center;
}

.rs-here-label {
  font-size: 18px;
  font-weight: 500;
  color: #5B65DE;
  margin-bottom: 6px;
  text-wrap: nowrap;
}

.rs-number {
  margin-top: 10%;
  font-size: 17px;
  font-weight: 500;
  color: #0f1a4b;
}

.rs-thumb {
  width: 16px;
  height: 16px;
  background: #5B65DE;
  border-radius: 50%;
  border: 3px solid white;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.rs-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding: 0 5px;
}

.rs-labels span {
  font-size: 17px;
  font-weight: 500;
  color: #0f1a4b;
}

.rs-recommended-block {
  margin-top: 12px;
  position: relative;
  width: 100%;
}

.rs-line {
  position: relative;
  height: 2px;
  background: #5B65DE;
  margin-left: 25%;
  margin-right: 0;
}

.rs-text {
  font-size: 18px;
  font-weight: 500;
  color: #5B65DE;
  margin-top: 8px;
  line-height: 1;
}


.result-box {
  margin-bottom: 28px;
  display: flex;
  gap: 26px;
}

.result-box-inner {
  border-radius: 22px;
  box-shadow: 0 0 16.15px 0 #F5F5F5;
  border-left: 5.38px solid #5B65DE;
  padding: 25px;
  width: 100%;
}

.result-box-inner h2 {
  font-size: 24px;
  font-weight: 500;
}

.result-box-inner p {
  font-size: 18px;
  font-weight: 500;
}

.stp-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 22px;
}

.stp-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px 18px;
  border-radius: 14px;
}

.stp-active {
  background: #ffffff;
  box-shadow: 0 0 16.15px 0 #F5F5F5;
}

.faded-icon {
  border: 2px dashed #DEE0F8 !important;

}

.opecity-6 {
  opacity: 25%;
}

.stp-icon img {
  width: 18px;
}

.stp-title {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  color: #000000;
}

.stp-text {
  margin: 4px 0 0 0;
  font-size: 16px;
  color: #000000;
}

.match-div {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.match-text p {
  margin-bottom: 0px;
  font-size: 20px;
  text-align: center;
}

.loader-wrapper {
  position: relative;
  width: 150px;
  height: 150px;
  margin: auto;
}

.logo-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.dash-ring {
  animation: spin 3s linear infinite;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


@media (min-width: 1080px) {
  .nav-tabs .nav-link {
    margin-right: 32px;
  }

  .left-dr-info-col-inner {
    max-width: 338px;
  }

  .left-dr-info-col {
    max-width: 368px;
  }

  .dr-info {
    width: 302px;
  }

  .main-box {
    padding: 24px 18px;
    background-color: #ffffff;
    width: 1064px;
    max-width: 1064px;
    border-radius: 20px;
    margin-bottom: 24px;
  }

  .main-box-transparent {
    padding: 24px 0px;
    width: 1064px;
    max-width: 1064px;
    margin-bottom: 24px;
  }

  .main-box-2,
  .main-box-3 {
    padding: 48px 108px;
    background-color: #ffffff;
    width: 1064px;
    max-width: 1064px;
    border-radius: 20px;
    margin-bottom: 24px;
  }
}

@media (max-width: 768px) {

  #topbar {
    flex-direction: column-reverse;
  }

  .tabs-container-main {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .program-div-box {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .pbm-0 {
    padding-bottom: 0px !important;
  }

  .rs-slider-wrapper {
    padding-bottom: 0px;
  }

  .box-shadow-main {
    box-shadow: 0px 3px 15px 0 rgba(0, 0, 0, 0.02);

  }

  .analyise-mobile {
    padding-top: 0px !important;
  }

  .plr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: transparent !important;
  }

  .result-box {
    flex-direction: column;
    margin-bottom: 36px;
  }

  .img-box-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .plr-24 {
    padding-left: 24px;
    padding-right: 24px;
    ;
  }

  .img-box-main {
    overflow-x: hidden;
  }

  .img-fluid-2 {
    width: 200%;
    position: relative;
    height: auto;
    left: -200px;
  }

  .nav-tabs .nav-link {
    margin: 0 20px 0px 0px;
    font-size: 16px;
  }

  .text-center-desktop {
    text-align: left;
  }

  .tabs-container {
    padding: 0px;
  }

  .tab-content p {
    font-size: 18px!important;
  }
  .tabs-icon-box img{
    width: 54px!important;
    height: 54px!important;
  }
  .tabs-sm-heading{
    font-size: 20px;
  }
  .center-section-main {
    display: none;
  }

  .progress-wrapper {
    margin: 0px auto 36px auto;
  }

  .lg-break {
    display: none;
  }

  .btn-desktop {
    display: none;
  }

  .logo-desktop {
    display: none;
  }

  .logo-mobile {
    display: block;
  }
}


/* Accordion container (mobile) */
.accordion {
  border: none;
  background: transparent;
}

.accordion-item {
  border: none;
  background: transparent;
}

.accordion-button {
  background: transparent;
  font-weight: 500;
  font-size: 18px;
  color: #132055;
  justify-content: center;
  text-align: center;
  box-shadow: none;
  border: none;
  padding: 12px 0;
}

.accordion-button::after {
  margin-left: 8px;
  filter: brightness(0) saturate(100%) invert(18%) sepia(57%) saturate(1267%) hue-rotate(209deg) brightness(97%) contrast(95%);
}

.accordion-button:not(.collapsed) {
  color: #132055;
  background: transparent;
  box-shadow: none;

}

/* Accordion body wrapper */
.accordion-body {
  padding: 25px 0px;
}

.tharapy-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.tharapy-header h3,
.tharapy-heading-2 {
  font-size: 20px;
  margin-bottom: 0px;
}

.tharapy-heading-2 {
  margin-top: 18px;
}

.tharapy-heading {
  font-size: 18px;
  margin: 15px 0px;
  line-height: 1.3;
}

.tharapy-price {
  background-color: #EFF0FC;
  padding: 8px 12px;
  border-radius: 50px;
}

.tharapy-price p {
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 1.2;

}

.list-items {
  display: flex;
  margin-bottom: 8px;
  gap: 12px;
}

.col-left {
  align-self: center;
}

.col-right p {
  color: #424D77;
  font-size: 16px;
  line-height: 1.3;
  align-self: center;
  margin-bottom: 0px;
}

img.img-icon {
  width: 12px;
  height: auto;
}

.plus-section {
  background-color: #EBECFB;
  border-radius: 20px;
  padding: 18px 20px 10px 20px;
  position: relative;
  margin: 20px 0px;
}


.plus-section .plus-img {
  position: absolute;
  left: -32px;
  top: 36px;
}

.header-plus {
  margin-left: 36px;
}

.header-plus p {
  font-size: 20px;
  font-weight: 500;
  margin: 8px 0px 16px 0px;
  line-height: 1.3;
}

.lh-medium {
  line-height: 1.5;
}

.plus-section .divider {
  background-color: #E0E2F3;
  height: 1px;
}

.col-right {
  width: fit-content;
  display: contents;
}

.light-bg {
  background-color: #F3F4FD;
  padding: 8px 10px;
  width: 95px;
  border-radius: 50px;
}

.light-bg p {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
}

.plus-box {
  padding-left: 40px;
}

.toggle-plus {
  display: flex;
  align-self: center;
  justify-content: space-between;
}

.toggle-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}

.toggle-input {
  display: none;
}

.toggle-label {
  position: relative;
  display: block;
  width: 52px;
  height: 26px;
  background: #DADCF7;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.toggle-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #fff;
  border: 5px solid #5B65DE;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: left 0.3s ease;
}


.toggle-input:checked+.toggle-label {
  background: #DADCF7;
}

.toggle-input:checked+.toggle-label::before {
  left: 28px;
  background: #5B65DE;
  border-color: #fff;
}

.toggle-div {
  background-color: #EBECFB;
  border-radius: 4px;
  margin: 15px 0px 18px 0px;
  padding: 0px 15px;
}

.bg-light-blue {
  background-color: #EBECFB;
}

.total-section {
  position: relative;
}

.separator-line {
  height: 1px;
  background-color: #F3F4F6;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.form-information {
  padding: 18px 0px 6px 0px;
}

.form-label {
  font-size: 22px;
  font-weight: 500;
}

.form-label-2 {
  font-size: 18px !important;
  font-weight: 400 !important;
}

.form-control {
  background-color: #FBFBFB;
  border: none;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 18px;
  color: #0B1635;
  border: 1px solid #ffffff;
}

.form-control::placeholder {
  color: #DBDBDB;
  font-size: 18px;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #DBDBDB;
}


.custom-checkbox {
  width: 21px;
  height: 21px;
  background-color: #F5F5F5;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.custom-checkbox:checked {
  background-color: #5B65DE;
  border: none;
}

.form-check-label {
  font-size: 18px;
  color: #0B1635;
}

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

.payment-label {
  display: block;
  font-size: 18px;
  color: #0B1635;
  font-weight: 400;
  margin-bottom: 18px;
}

.mb-18 {
  margin-bottom: 18px;
}

.payment-input {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 18px;
  color: #0B1635;
}

.payment-input2 {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding: 17px 16px;
  font-size: 18px;
  color: #0B1635;
  height: 52.6px;
}

.payment-input::placeholder {
  color: #DBDBDB;
  font-size: 18px;
}

.payment-input:focus {
  box-shadow: none;
  outline: none;
  border-color: #CFCFCF;
}

.payment-card-icons img {
  margin-left: 6px;
}

.payment-card-icon img {
  opacity: 0.7;
}

.payment-checkbox {
  width: 21px;
  height: 21px;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

.payment-checkbox:checked {
  background-color: #5B65DE;
  border-color: #5B65DE;
}

.form-check-label {
  font-size: 16px;
}

.terms-link {
  color: #5B65DE;
  text-decoration: none;
}

.terms-link:hover {
  text-decoration: underline;
}

.payment-input::placeholder {
  color: #132055;
  font-size: 14px;
  font-weight: 400;
}

.cvcicon {
  position: absolute;
  right: 0;
  top: 10px;
}

/* Combine Card Number + MM/YY + CVC as a single block visually */
.payment-card-group {
  border-radius: 10px;
  overflow: hidden;
}

.payment-card-group .form-control {
  border-radius: 0;
}

.payment-card-group .card-number-field input {
  border-radius: 10px 10px 0 0 !important;
}

.payment-card-group .d-flex input:first-child {
  border-radius: 0 0 0 10px !important;
}

.payment-card-group .d-flex input:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

input.form-control.payment-input.rounded-0.rounded-bottom-end.border-top-0 {
  border-left: 0px;
  border-radius: 0px 0px 10px 0px !important;
}

.bg-transparent {
  background-color: transparent;
}

.main-box-transparent h2 {
  font-size: 32px;
  margin-bottom: 33px;
  font-weight: 400;
  line-height: 120%;
}

.main-box-div {
  display: flex;
  gap: 50px;
}

.box-inner {
  padding: 36px;
  background-color: #fff;
  border-radius: 20px;
  flex: 1;
  box-shadow: 0 0 16.15px 0 #F5F5F5;
}

.box-inner h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 18px;
}

.box-inner p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0px;
}

.box-inner-2 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.box-inner-2 h4 {
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 30px;
}

.box-inner-2 p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0px;
}

.merci-main-box-wrapper {
  padding-bottom: 36px;
}

.merci-main-box {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 0px;
  padding-top: 72px;
  padding-bottom: 72px;
  text-align: center;
}

.merci-heading {
  font-size: 36px;
  line-height: 1.5;
  color: #5B65DE;
  margin-top: 36px;
  font-weight: 500;
  margin-bottom: 0px;
}

.merci-sub-heading {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;

}

.merci-text {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 36px;
  margin-bottom: 25px;
}

.vertical-line {
  display: none;
}

.btn-merci {
  display: none;
}

.web-btn {
  font-size: 18px;
  color: #5B65DE;
  line-height: 150%;
}

.qr-block-wrapper {
  display: flex;
  justify-content: center;
}

.celebration-img {
  position: absolute;
  left: 13%;
  width: 74%;
}

.qr-block {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 16px 24px;
  margin-bottom: 25px;
  display: flex;
  gap: 12px;
  flex-direction: row;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 345px;
}

.bar-outer-box {
  padding: 0px 24px 12px 24px;
}

.wave-img {
  display: none;
}

.col-tabs {
  margin-top: 40px;
}

/* Desktop-only visibility for each version */
@media (min-width: 769px) {
  .tabs-mobile {
    display: none;
  }

  .accordion {
    display: none;
  }

  .tabs-desktop {
    display: block;
  }

  .desktop-hidden {
    display: none !important;
  }

  .mobile-hidden {
    display: block;
  }

  .mobile-toggle {
    display: none !important;
  }

  .desktop-toggle {
    display: flex;
  }
}

@media (max-width: 768px) {
  .col-tabs {
  margin-top: 66px;
}
.select-option:hover {
  border-color: transparent;
}
  .text-blue-mobile {
    color: #5b65de;
  }

  .main-heading-2 {
    line-height: 1.25;
  }

  .main-box-div {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  .btn-div {
    gap: 0px;
    flex-direction: column;
    margin-top: 15px;
  }

  .wave-img {
    display: block;
    height: auto;
    margin-top: 36px;
    width: 100%;
  }

  .psy-mobile-bg {
    margin-bottom: 0px;
    padding-bottom: 0px !important;
  }
  .eligble-mobile-padding{
    padding-top: 0px!important;
  }
  .mbm-0{
    margin-bottom: 0px;
  }
  .stp-item img {
    width: 48px;
    height: 48px;
  }

  .stp-item {
    gap: 19px;
  }

  .stp-final {
    flex-wrap: wrap;
  }

  .stp-last {
    flex-basis: 100%;
    width: 100%;
    text-align: left;
  }

  .stp-content {
    flex: 1;
  }

  .bg-light-mobile {
    background-image: none;
    background-color: #F7F7FD;
  }

  .form-label {
    font-size: 18px;
    font-weight: 400;
  }

  .custom-btn,
  .custom-btn-light {
    width: 100%;
    margin-top: 0px;
  }

  .semaine {
    margin-top: 8px !important;
  }

  .tabs-btn-container {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 10px;
    background-color: #fff;
    margin-top: 0px !important;
    margin-bottom: 0px;
  }

  .show {
    display: block !important;
    text-align: left;
    font-size: 28px !important;
    padding-top: 0px;
  }

  .merci-main-box {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .merci-heading {
    font-size: 28px;
  }

  .merci-sub-heading {
    font-size: 20px;
  }

  .merci-text {
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .vertical-line {
    display: unset;
    margin-top: 19px;
  }

  .btn-merci {
    display: block;
    margin-bottom: 25px;
  }

  .mobile-toggle {
    display: flex;
    padding: 12px 15px !important;
  }

  .desktop-toggle {
    display: none !important;
  }

  .qr-block-wrapper {
    display: none;
  }

  .tharapy-heading {
    font-size: 18px;
  }

  .fs-m-16 {
    font-size: 16px !important;
  }

  .fs-m-14 {
    font-size: 14px !important;
  }

  .tabs-container {
    margin-top: -1px;
    padding-top: 20px;
    padding-bottom: 24px;
    padding-left: 18px;
    padding-right: 18px;
    background: #fff;
  }

  .desktop-hidden {
    display: block;
  }

  .bg-mobile-none {
    background-color: transparent;
  }

  .mobile-hidden {
    display: none !important;
  }

  .tabs-mobile {
    display: block;
  }

  .accordion {
    display: block;
  }

  .tabs-desktop {
    display: none;
  }

  .dr-info {
    padding-bottom: 0px;
  }

  .plus-section {
    margin: 50px 0px 10px 0px;
  }

  .header-plus {
    margin-left: 0px;
    padding-top: 30px;
  }

  .plus-section .plus-img {
    position: absolute;
    left: 20px;
    top: -38px;
  }

  .plus-box {
    padding-left: 15px;
  }

  .bg-white-mobile {
    background-image: none;
  }

  .tabs-icon-box-row {
    gap: 32px;
  }

  .tabs-icon-box {
    margin-bottom: 0px;
  }
}

.continue-wrapper {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background-color: transparent;
  width: 100%;
  margin-top: 10px;
}

.continue-btn {
  background-color: #5B65DE;
  color: #fff;
  padding: 18px 60px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.continue-arrow {
  background-color: #5B65DE;
  width: 68px;
  height: 63px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.continue-wrapper:hover .continue-btn,
.continue-wrapper:hover .continue-arrow {
  background-color: #4a55c8;
}

.continue-wrapper * {
  pointer-events: none;
}

.sm-btn-text {
  background-color: #EBEDFB;
  padding: 6px 10px;
  border-radius: 50px;
}

.sm-btn-text p,
.sm-btn-text-2 p,
.sm-btn-text-3 p,
.sm-btn-text-4 p,
.sm-btn-text-5 p {
  margin-bottom: 0px;
  line-height: 100%;
}

.sm-btn-text-2 {
  background-color: #EBEDFB;
  padding: 8px 10px;
  font-size: 18px;
  border-radius: 50px;
  width: 143px;
}

.sm-btn-text-3 {
  background-color: #EBEDFB;
  padding: 8px 10px;
  font-size: 18px;
  border-radius: 50px;
  width: 153px;
}

.sm-btn-text-4 {
  background-color: #EBEDFB;
  padding: 8px 10px;
  font-size: 18px;
  border-radius: 50px;
  width: 94px;
}

.sm-btn-text-5 {
  background-color: #EBEDFB;
  padding: 8px 10px;
  font-size: 18px;
  border-radius: 50px;
  width: 143px;
}

/* Footer */
.main-footer {
  background-color: #5B65DE;
  padding: 72px;
  padding-bottom: 0px;
  text-align: center;
}

.logo-footer {
  margin-bottom: 60px;
}

.divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
}

.footer-links-main {
  padding: 36px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.footer-link {
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
}

.footer-link:hover {
  color: #ebebeb;
}


@media (min-width: 992px) {
  .left-img-col {
    width: 27% !important;
  }

  .center-tharapy-box {
    width: 31.333333% !important;
  }
}



@media (max-width: 992px) {
  .step {
    font-size: 16px;
  }

  .connector {
    width: 40px;
  }

  .main-heading {
    width: auto;
  }
}




@media (max-width: 768px) {
  body {
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    background-color: #ffffff;
    color: #132055;
    margin: 0;
    background-image: url(../img/body-bg-mobile.svg);
    background-repeat: no-repeat;
    background-position: calc(100% + 40px) top;
    background-size: contain;
    min-height: 100vh;
  }

  .bg-2 {
    background-image: url(../img/body-bg-mobile-2.svg);
    background-position: left calc(0% + 70px);
  }

  .sm-btn-text-3 {
    display: none;
  }

  .btn-mobile-show {
    display: block;
  }

  .continue-arrow {
    width: 100px;
  }

  .tabs-btn {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .status {
    margin-left: 0px;
  }

  .main-heading {
    font-size: 36px;
    width: auto;
    display: none;
  }

  .main-box,
  .main-box-transparent {
    width: 100%;
  }

  .main-box-transparent {
    padding-left: 0px;
    padding-right: 0px;
  }

  .main-box-2 {
    width: 100%;
    background-color: transparent;
    padding: 0px;
  }

  .main-box-3 {
    padding: 24px;
    width: 100%;
  }

  .main-content-box {
    padding: 0px 24px;
  }

  .main-footer {
    padding: 72px 24px 36px 24px;

  }

  .multi-option-item:hover {
    border-color: #ffffff;
  }

  .multi-option-item {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    user-select: none;
  }


  .btn-sticky {
    position: sticky;
    bottom: 11px;
    background-color: transparent;
    border: none;
    width: 100%;
  }

  .main-content-box {
    margin-bottom: 0px;
  }
  .doctor-slider-container {
  padding: 80px 0px 0px 0px!important;
}
}

.doctor-slider-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0px 0px 0px;
}

.arrow-btn {
  width: 55px;
  height: 55px;
  background: #5B65DE;
  border-radius: 50%;
  color: white;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.left-arrow {
  margin-right: 20px;
}

.right-arrow {
  margin-left: 20px;
}


.doctor-visual {
  position: relative;
  width: 360px;
  height: 360px;
  margin: auto;
}

.main-doctor img {
  width: 230px;
  height: 230px;
  object-fit: cover;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.match-badge {
  position: absolute;
  background-image: url(../img/star.svg);
  background-size: cover;
  color: white;
  padding: 32px 20px;
  width: 124px;
  height: 126px;
  font-size: 16px;
  border-radius: 18px;
  top: 13px;
  left: 13px;
  text-align: center;
}

.text-match-big {
  font-size: 28px;
  font-weight: 600;
}

.outer-ring,
.inner-ring {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.outer-ring {
  width: 360px;
  height: 360px;
  animation: spin-right 18s linear infinite;
  border: 2px solid #E6E9FC;
}

.inner-ring {
  width: 280px;
  height: 280px;
  animation: spin-left 20s linear infinite;
  border: 2px solid #EFF1FE;
}

.ring-img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  border-radius: 50%;
  position: absolute;
  animation: stay-straight 18s linear infinite;
}

.ring-img-inner {
  animation: stay-straight-2 18s linear infinite;
}

.inner-ring .ring-img {
  animation-duration: 20s;
}

.ring-img-1 {
  top: -16px;
  left: 150px;
}

.ring-img-2 {
  top: 140px;
  right: -16px;
}

.ring-img-3 {
  bottom: -16px;
  left: 150px;
}

.ring-img-4 {
  top: 16px;
  left: 110px;
}

.ring-img-5 {
  left: -16px;
  top: 140px;
}

.ring-img-6 {
  right: -16px;
  top: 140px;
}


.doctor-info-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
  text-align: center;
  width: 100%;
  margin: -80px auto 0 auto;
  position: relative;
  z-index: 1;
}

.doctor-name {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  color: #1B285D;
}

.doctor-title {
  font-size: 20px;
  font-weight: 400;
  margin: 5px 0 20px 0;
  color: #1B285D;
}

.doctor-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  max-width: 90%;
  margin: 0 auto;
  min-height: 100px;
  overflow: hidden;
  align-content: center;
}

.doctor-tags span {
  background: #F5F6FD;
  padding: 7px 10px;
  border-radius: 50px;
  font-size: 14px;
  color: #1B285D;
  line-height: 1;
}

.carousel-control-next,
.carousel-control-prev {
  color: #fff;
  text-decoration: none;
  outline: 0;
  top: 170px;
  bottom: auto;
  margin-top: 0px;
  opacity: .9;
  background-color: #5B65DE;
  width: 72px;
  border-radius: 50%;
  height: 72px;
  display: flex;
  align-self: center;
}

#carouselFade.carousel-fade .carousel-item {
  transition: opacity 0.2s ease-in-out !important;
  /* 2 seconds */
}

.carousel-indicators {
  display: none;
}

/* Rotating rings */
@keyframes spin-right {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin-left {
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes stay-straight {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

@keyframes stay-straight-2 {
  from {
    transform: rotate(-360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@media (max-width: 768px) {
  .doctor-visual {
    width: 260px;
    height: 260px;
  }

  .outer-ring {
    width: 350px;
    height: 350px;
  }

  .inner-ring {
    width: 290px;
    height: 290px;
  }

  .main-doctor img {
    width: 230px;
    height: 230px;
  }

  .ring-img-5,
  .ring-img-6 {
    top: 100px;
  }

  .arrow-btn {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }

  .doctor-info-card {
    margin: -57px auto 0 auto;
  }

  
    .match-badge {
        padding: 22px 20px;
        width: 125px;
        height: 125px;
        top: -47px;
        left: -37px;
        text-align: center;
    }

  .carousel-control-prev {
    background-color: #5B65DE;
    width: 54px;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
    height: 66px;
    display: flex;
    margin-top: 0px;
    margin-left: 0px;
    align-self: center;
  }

  .carousel-control-next {
    background-color: #5B65DE;
    width: 54px;
    border-top-right-radius: 0% !important;
    border-bottom-right-radius: 0% !important;
    margin-top: 0px;
    border-radius: 50%;
    height: 66px;
    margin-right: 0px;
    display: flex;
    align-self: center;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: 350px;
    bottom: auto;
  }

  .carousel-indicators {
    bottom: auto;
    top: 520px;
    display: flex;
  }

  .carousel-indicators [data-bs-target] {
    background-color: #5B65DE;
    width: 48px;
    height: 6px;
    border: none;
    border-radius: 100px !important;
    padding: 0;
    margin-right: 6px;
    margin-left: 6px;
  }
}

.app-sec {
  margin-top: 70px;
  margin-bottom: 180px;
}

.phone-wrap {
  width: 45%;
  max-width: 45vw;
  z-index: 2;
}

/* PHONE IMAGE */
.phone-img {
  width: 100%;
  max-width: 45vw;
  position: relative;
  z-index: 3;
  top: -160px
}

/* PATTERN BEHIND PHONE ONLY */
.pattern {
  background-image: url('../img/pattern.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left 0 top 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
}

/* TYPOGRAPHY EXACT AS YOU REQUESTED */
.app-title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 40px;
}

.app-title span {
  color: #5b65de;
}

.app-desc {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 48px;
}

.feature-list li {
  font-size: 18px !important;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.feature-list li.show-2 {
  opacity: 1;
  transform: translateY(0);
}

.feature-list li:nth-child(1) {
  transition-delay: 0.1s;
}

.feature-list li:nth-child(2) {
  transition-delay: 0.25s;
}

.feature-list li:nth-child(3) {
  transition-delay: 0.4s;
}

.feature-list img {
  width: 48px;
}

@media (max-width: 1080px) {
  .phone-img {
    width: 100%;
    max-width: 45vw;
    position: relative;
    z-index: 3;
    top: -0px
  }

  /* PATTERN BEHIND PHONE ONLY */
  .pattern {
    background-image: url('../img/pattern.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left 0 top 140px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    opacity: 1;
  }

}

/* MOBILE FIX — PHONE ABOVE TEXT */
@media (max-width: 768px) {
  .app-title {
    font-size: 32px;
  }

  img.phone-img-2 {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
  }

  .phone-wrap {
    position: relative !important;
    width: 100%;
    max-width: none;
    margin-bottom: 0px;
    left: -24px !important;
  }

  .phone-img {
    display: none;
  }

  .pattern {
    display: none;
  }

  .col-lg-6.offset-lg-6 {
    margin-left: 0 !important;
  }

  .app-sec {
    margin-top: 70px;
    margin-bottom: 30px;
  }
}


.testimonial-wrapper {
  max-width: 760px;
  position: relative;
}

.testimonial-slide {
  display: none;
  position: relative;
}

.testimonial-slide.active {
  display: block;
  animation: fadeIn 0.6s ease;
}

.testimonial-photo {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: -84px;
  transform: translateX(-50%);
  z-index: 5;
}

.testimonial-card {
  background: #fff;
  border-radius: 26px;
  padding: 51px 30px 30px 30px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 15px 10.5px 30px 0 rgba(0, 0, 0, 0.08);
}

.testimonial-text {
  font-size: 14px !important;
  line-height: 1.2 !important;
  color: #132055;
}

.stars {
  margin-bottom: 21px;
}

.dot {
  width: 10px;
  height: 10px;
  background: #5B65DE;
  border-radius: 50%;
  margin: 21px auto;
}

.testimonial-name {
  font-weight: 600;
  font-size: 15px;
}

/* pagination dots */
.t-dot {
  width: 48px;
  height: 6px;
  background: #CBCEF4;
  display: inline-block;
  border-radius: 10px;
  margin: 0 4px;
  cursor: pointer;
  transition: 0.3s;
}
.select-option {
    touch-action: pan-y;
}

.t-dot.active {
  background: #5B65DE;
}

/* Fade animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .mt-mobile-36 {
    margin-top: 36px;
  }

  .testimonial-photo {
    width: 100px;
    height: 100px;
    top: -50px;
  }

  .testimonial-card {
    padding: 95px 20px 35px;
  }

  .box-inner-2 h4 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
  }

  .box-inner-2 p {
    text-align: center;
  }

  .transparent-2 {
    background-color: #EDEEFA;
    padding: 48px 24px;
    margin-left: -24px;
    width: calc(100% + 48px);

  }

  .testimonial-card {
    margin-top: 72px;
  }
}

/* Mobile */
@media (min-width: 1400px) {
  .transparent-2 {
    margin-top: 100px;
  }

  .phone-wrap {
    width: 45%;
  }
}

/* Mobile */
@media (min-width: 2000px) {
  .transparent-2 {
    margin-top: 170px;
  }

  .phone-wrap {
    width: 40%;
  }
}