.session-section {
  padding: 40px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.session-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.session-title h2 {
  font-size: 52px;
  margin: 0;
  font-weight: 500;
  line-height: 1.32;
}

.session-subtext {
  font-size: 20px;
  color: #797d7f;
  font-weight: 400;
  line-height: 1.52;
}

.session-slider-wrapper {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.slider-wrapper {
  width: 100%;
  max-width: 500px;
  position: relative;
}

/* Hide default styling */
.custom-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-tap-highlight-color: transparent;
}

.custom-slider::-webkit-slider-runnable-track {
  height: 36px;
  background: #f1f1f1;
  border-radius: 100px;
  padding: 0 5px;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.05);
}

.custom-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  background-image: url("../../../assets/image/home_page_new/slider.png");
  height: 80px;
  width: 80px;
  margin-top: -15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: grab;
  z-index: 3;

  border: none;
  box-shadow: none;
}

.custom-slider::-moz-range-track {
  height: 36px;
  background: #f1f1f1;
  border-radius: 100px;
}

.custom-slider::-moz-range-thumb {
  background-image: url("../../../assets/image/home_page_new/slider.png");
  height: 80px;
  width: 80px;
  margin-top: -15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: grab;
  z-index: 3;
}

.slider-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.52;
  color: #000000;
  text-align: center;
}

.session-slider-labels {
  display: flex;
  gap: 50px;
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  color: #797d7f;
}

.session-slider-labels > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.session-slider-labels .active span {
  color: #e6275d;
  font-size: 17px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  transition: background 0.3s ease;
}

.dot.filled {
  background: #e6275d;
}

.session-cards-wrapper {
  display: flex;
  justify-content: center;
}

#course-container {
  flex-direction: row;
}

.session-card-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.card-block {
  background-image: url("../../../assets/image/home_page_new/bg-glow.png");
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(100px);
  border-radius: 40px;
  border: 1px solid #f9f9f9;
  padding: 32px;
  width: 100%;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  box-shadow: 0px 11px 10.9px 2px #00000005;
}

.card-header-box h3 {
  font-size: 30px;
  font-weight: bold;
}

.card-header-box span {
  color: #e82960;
}

.card-header-box p {
  color: #666;
}

.btn-group,
.btn-toggle {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.btn-group button,
.btn-toggle button {
  padding: 10px 18px;
  border-radius: 100px;
  background: #ffffff;
  border: none;
  width: 120px;
  color: #797d7f;
  line-height: 1.52;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}

.btn-group button.active,
.btn-toggle button.active {
  background: linear-gradient(135deg, #7498e7 0%, #2754e6 100%);
  color: #ffffff;
}

.workshop-row,
.event-row {
  display: flex;
  width: 100%;
  gap: 12px;
}

.course-row {
  display: flex;
  gap: 20px;
}

.workshop-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.workshop-card-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.workshop-card,
.course-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 20px;
  /* width: 400px; */
  gap: 14px;
}

.course-card {
  width: auto;
}

.workshop-card,
.event-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  gap: 10px;
  border-radius: 16px;
}

.info {
  color: #9e5fe6;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.52;
}

.workshop-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.workshop-status {
  padding: 6px 12px;
  border-radius: 10px;
  background: rgba(98, 183, 244, 0.15);
  color: #1c78ba;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.52;
}

.workshop-timings {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.timing {
  font-size: 14px;
  color: #797d7f;
  font-weight: 400;
  line-height: 1.52;
}

.workshop-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.52;
  color: #1d2123;
}

.workshop-live {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.batch-time {
  display: flex;
  gap: 8px;
  align-items: center;
}

.workshop-card h4,
.event-card h4,
.course-card h4 {
  font-size: 18px;
  font-weight: 600;
}

.workshop-card p,
.event-card p,
.course-card p {
  font-size: 14px;
  color: #555;
}

.tags {
  display: flex;
  margin-top: 10px;
  gap: 6px;
}

.live {
  display: flex;
  align-items: center;
  gap: 10px;
}

.live.red {
  color: #f4282b;
}

.live.now {
  color: #e82960;
}

.card-row-left,
.card-row-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card-row-left {
  max-width: 540px;
}

.card-row-right {
  max-width: 376px;
}

.course-subgroup {
  display: flex;
  gap: 20px;
}

.course-subgroup .course-card {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
  background: #ffffff;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.btn.book {
  background: linear-gradient(135deg, #e77494 0%, #e6275d 100%);
  padding: 14px 20px;
  border-radius: 14px;
  box-shadow: 0px 24px 16px -16px #fa53a333;
  cursor: pointer;
  color: white;
  border: none;
  font-weight: 500;
  font-size: 14px;
}

.btn.join {
  background: #e82960;
  color: white;
}

.btn.explore {
  background: linear-gradient(135deg, #e77494 0%, #e6275d 100%);
  box-shadow: 0px 24px 16px -16px #fa53a333;
  padding: 14px 20px;
  border-radius: 14px;
  font-weight: 500;
  font-size: 14px;
  color: white;
}

.btn.orange {
  background: orange;
}

.workshop-slider-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.light-cyan {
  background: linear-gradient(180deg, #dbf2f2 0%, #f4fbfb 80.4%);
}

.light-green {
  background: linear-gradient(180deg, #e0efdc 0%, #f6faf5 80.4%);
}

.light-orange {
  background: linear-gradient(180deg, #fde9d5 0%, #fef6ee 80.4%);
}

.live-img {
  display: flex;
}

.live-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.52;
}

.big-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 20px;
}

.at-my-own-pace-top-left-card-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.at-my-own-pace-left-card-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.52;
  color: #1d2123;
}

.at-my-own-pace-left-card-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.52;
  color: #797d7f;
}

.tag-pill {
  padding: 7px 16px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.pill-content {
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.52;
}

.explore-course-card {
  display: flex;
  flex: 1;
  background-color: #ffffff;

  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 20px;
}

.at-my-own-pace-right-card-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.at-my-own-pace-right-card-title {
  font-weight: 500;
  font-size: 52px;
  line-height: 1.32;
  color: #1d2123;
}

.at-my-own-pace-right-card-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.52;
  color: #797d7f;
}

.explore-course-button {
  display: flex;
  flex: 1;
  align-items: center;
  background: linear-gradient(135deg, #e77494 0%, #e6275d 100%);
  box-shadow: 0px 24px 16px -16px #fa53a333;
  padding: 14px 20px;
  border-radius: 14px;
}

.explore-course-button-name {
  display: flex;
  flex: 3;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}

.explore-course-button-img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}

.explore-course-button-img img {
  width: 16px;
  height: 16px;
}

.pregnancy-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 312px;
  background: transparent;
}

.pregnancy-toggle input[type="radio"] {
  display: none;
}

.toggle-options {
  display: flex;
  border-radius: 24px;
  overflow: hidden;
}

.toggle-btn {
  width: 156px;
  padding: 14px 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  background-color: #f2f2f4;
  color: #3d3543;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Border-radius per design */
.toggle-btn.left {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.toggle-btn.right {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Active styles */
#pre:checked ~ .toggle-options label[for="pre"],
#post:checked ~ .toggle-options label[for="post"] {
  background-color: #433c4a;
  color: white;
}

.toggle-btn-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 30px 0;
}

.just-a-few-minutes-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.just-a-few-minutes-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #1c837f;
}

.just-a-few-minutes-title {
  font-weight: 500;
  font-size: 24px;
}

.just-a-few-minutes-description {
  font-weight: 400;
  font-size: 14px;
}

.just-a-few-minutes-timing {
  font-weight: 300;
  font-size: 12px;
  color: #3f4344;
}

.card-book-btn {
  display: flex;
  justify-content: center;
  cursor: pointer;
  color: #ffffff;
  padding: 13px 15px;
  border-radius: 16px;
  background: linear-gradient(135deg, #a0dcda 0%, #31b3af 100%);
  backdrop-filter: blur(20px);
}

.card-header-title {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.32;
}

.card-header-text {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  line-height: 1.52;
  color: #797d7f;
}

.toggle-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.52;
  color: #797d7f;
}

.modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
  position: relative;
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  font-size: 25px;
}

.otp {
  width: auto !important;
}

.fullName {
  width: 70% !important;
}

.modal-content input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

.modal-content button {
  margin-top: 15px;
  width: 100%;
  padding: 10px;
  background: linear-gradient(135deg, #e77494 0%, #e6275d 100%);
  color: white;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

/* Existing modal styles retained from last answer */

.modal select,
.modal input[type="text"],
.modal button {
  border-radius: 10px;
}

/* Grouped phone input */
.phone-input-group {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.course-buttons {
  display: flex;
  gap: 10px;
}

#workshopVerifyBtn,
#eventVerifyBtn,
#workshopSubmitNameBtn,
#eventSubmitNameBtn {
  width: auto;
  padding: 15px;
}

.modal select.country_code {
  width: 32%;
  padding: 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  background-color: #fff;
  appearance: none;
  box-sizing: border-box;
}

.modal input.phone {
  padding: 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.modal select:focus,
.modal input[type="text"]:focus {
  outline: none;
  border-color: #f76c93;
}

/* Smooth UI */
.modal button:hover {
  background-color: #e65881;
}

.course-card-box {
  min-width: 600px;
}

@media (max-width: 768px) {
  .session-section {
    padding: 40px;
  }

  .session-cards-wrapper {
    width: 100%;
  }

  .session-card-group {
    width: 100%;
    padding: 0;
  }

  .card-block {
    padding: 24px;
    gap: 40px;
    width: auto;
    border-radius: 24px;
  }

  .course-row,
  .workshop-row,
  .event-row {
    flex-direction: column;
    gap: 24px;
  }

  .card-row-left,
  .card-row-right {
    width: 100%;
  }

  .workshop-details {
    width: 100%;
  }

  .workshop-card,
  .event-card {
    width: auto;
  }

  .btn-group {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  .session-slider-wrapper {
    max-width: 100%;
  }

  .course-box {
    flex-direction: column-reverse;
  }

  .card-row-left,
  .card-row-right {
    max-width: 100%;
  }

  .explore-course-button {
    padding: 14px 10px;
  }

  .explore-course-button-name {
    justify-content: center;
  }

  .tag-pill {
    width: 100%;
    justify-content: center;
  }

  #course-container {
    flex-direction: column;
  }
}

@media (max-width: 425px) {
  .session-section {
    padding: 20px;
    gap: 24px;
  }

  .session-header {
    gap: 8px;
  }

  .session-title h2 {
    font-size: 26px;
  }

  .session-subtext {
    font-size: 12px;
    line-height: 1.32;
  }

  .session-slider-wrapper {
    gap: 12px;
  }

  .slider-wrapper {
    text-align: center;
  }

  .slider-text {
    font-size: 12px;
  }

  .workshop-slider-container {
    gap: 14.6px;
  }

  .custom-slider {
    width: 300px;
  }

  .workshop-join-button {
    width: 100%;
  }

  .custom-slider::-webkit-slider-runnable-track {
    height: 21px;
  }

  .custom-slider::-webkit-slider-thumb {
    height: 50px;
    width: 50px;
    margin-top: -10px;
  }

  .custom-slider::-moz-range-track {
    height: 21px;
  }

  .custom-slider::-moz-range-thumb {
    height: 50px;
    width: 50px;
    margin-top: -10px;
  }

  .course-buttons {
    flex-direction: column;
  }

  .session-slider-labels {
    font-size: 10px;
    gap: 25px;
  }

  .session-slider-labels .active span {
    font-size: 11px;
  }

  .card-block {
    padding: 16px;
    gap: 32px;
    border-radius: 14px;
  }

  .course-card-box {
    min-width: auto;
  }

  .card-header-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .card-header-title {
    font-size: 26px;
  }

  .card-header-text {
    font-size: 12px;
    line-height: 1.32;
  }

  .btn-group {
    gap: 3.5px;
  }

  .btn-group button {
    padding: 6px 16px;
    font-size: 12px;
    width: auto;
  }

  .workshop-row,
  .event-row {
    gap: 12px;
  }

  .workshop-card,
  .event-card {
    border-radius: 10px;
    padding: 12px;
    gap: 16px;
  }

  .workshop-card-header {
    gap: 6px;
  }

  .info {
    font-size: 10px;
  }

  .workshop-title {
    font-size: 14px;
  }

  .workshop-status {
    padding: 6px 8px;
    font-size: 10px;
  }

  .batch-time {
    gap: 4px;
  }

  .timing {
    font-size: 10px;
  }

  .workshop-live {
    flex-direction: column;
    gap: 10px;
  }

  .live.red {
    width: 100%;
  }

  .btn.book {
    width: 100%;
  }

  .course-box {
    gap: 12px;
    flex-direction: column;
  }

  .big-card {
    border-radius: 10px;
    padding: 12px;
    gap: 24px;
  }

  .at-my-own-pace-left-card-title {
    font-size: 16px;
  }

  .at-my-own-pace-left-card-description {
    font-size: 12px;
  }

  .tags {
    flex-wrap: wrap;
  }

  .tag-pill {
    width: auto;
  }

  .card-row-left,
  .card-row-right {
    gap: 12px;
  }

  .course-subgroup {
    gap: 12px;
  }

  .course-subgroup .course-card {
    border-radius: 10px;
    padding: 12px;
    gap: 14px;
  }

  .explore-course-card {
    border-radius: 10px;
    padding: 12px;
    gap: 40px;
  }

  .at-my-own-pace-right-card-header {
    gap: 16px;
  }

  .at-my-own-pace-right-card-title {
    font-size: 26px;
  }

  .at-my-own-pace-right-card-description {
    font-size: 12px;
    text-align: center;
    line-height: 1.32;
  }

  .pill-content {
    font-size: 12px;
  }

  .toggle-btn-group {
    margin: 0;
    gap: 6px;
  }

  .toggle-title {
    font-size: 14px;
  }

  .just-a-few-minutes-title {
    font-size: 20px;
  }

  .just-a-few-minutes-note {
    font-size: 12px;
  }

  .just-a-few-minutes-timings {
    font-size: 12px;
  }
}
