@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;
}

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

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

.rounded-5 {
  border-radius: 20px;
}

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

.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: 60px;
  width: 700px;
}


.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: 600;
  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;
}

.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;
}

.inner-check-item.pointer {
  cursor: pointer;
}

.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: 18px;
}

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

.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.loadingbtn svg {
  display: none !important;
}

.custom-btn.disabled, .custom-btn.loadingbtn {
  background-color: #5B65DE33 !important;
}

.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;
}

@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;
  }
}

@media (max-width: 768px) {
  .nav-tabs .nav-link {
    margin: 0 20px 0px 0px;
    font-size: 16px;
  }

  .tabs-container {
    padding: 0px;
  }

  .tab-content p {
    font-size: 16px;
  }
}


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

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

.accordion-button {
  background: transparent;
  font-weight: 600;
  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: 18px;
  font-weight: 400;
}

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

.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: 14px;
}

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

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

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

/* 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;
}

.merci-main-box-wrapper {
  margin-bottom: 0px;
}

.merci-main-box {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  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;
}


/* 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;
  }

  .mobile-hidden {
    display: block;
  }
  .mobile-toggle{
    display: none!important;
  }
  .desktop-toggle{
    display: flex;
  }
}

@media (max-width: 768px) {
  .custom-btn {
    width: 100%;
  }
  .semaine{
    margin-top: 8px!important;
  }
  .tabs-btn-container {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .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: 10px;
  }

  .desktop-hidden {
    display: block;
  }

  .mobile-hidden {
    display: none;
  }

  .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;
  }
}

.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 {
  margin-bottom: 0px;
}


/* 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;
  }
}




@media (max-width: 768px) {
  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-mobile.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 100vh;
  }

  .continue-arrow {
    width: 100px;
  }

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

  .status {
    margin-left: 0px;
  }

  .tabs-icon-box-row {
    display: none;
  }

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

  .main-box {
    width: 100%;
  }

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

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

  }
}