.traningtable .table-body-main .table tr td {
  min-width: 150px !important;
  vertical-align: middle;
}
.secure_transaction {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  margin-top: 20px;
}
.sold_out {
  width: 75px;
  height: 75px;
  border: 2px solid red;
  padding: 10px;
  margin-right: 15px;
}

@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: 200px 0;
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
}

.filling_fast {
  width: 155px;
  height: 30px;
  /* background: linear-gradient(90deg, orangered 25%, #ff7043 50%, orangered 75%); */
  background-size: 200% 100%;
  position: relative;
  padding-left: 0px;
  padding-top: 4px;
  overflow: hidden;
  /* animation: shimmer 1.5s infinite linear, pulse 1.5s infinite ease-in-out; */
}

/* .filling_fast:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 31px solid white;
  border-left: 31px solid orangered;
  width: 0;
} */

.table_section {
  width: 70%;
}
.payment_section {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f1db;
}
.btn_section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.course_price {
  margin-bottom: 50px;
}
.highligh_section {
  background-color: #dde9f1;
  padding: 10px;
}
.best_seller_section,
.others_button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.highlight_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 50px !important;
  padding: 10px 20px;
  height: 40px;
}
.best_seller_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: orangered;
  border-radius: 20px;
  padding: 10px 20px;
  color: #fff;
  font-weight: 500;
  height: 40px;
}
.gap-1 {
  gap: 10px;
}
.gap-3 {
  gap: 20px;
}
.course-content {
  width: 100%;
}
.section {
  background-color: #e0f2ff;
  margin-bottom: 10px;
}
.section-header {
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lesson-list {
  display: none;
}
.lesson-list.active {
  display: block;
}
.toggle-icon::after {
  content: "+";
}
.toggle-icon.active::after {
  content: "-";
}
.lesson_section {
  /*padding: 10px;*/
  display:inline;
}
.lesson_section .section-header {
  cursor: pointer;
  display: column;
  justify-content: start;
  align-items: center;
  list-style-type: disc;
  padding-left: 20px;
  
}

/*for tab*/
 .nav-tabs .nav-link {
    color: black;
      background-color: transparent;
  }
  
 .nav-tabs .nav-link.active {
  color: white !important; /* Active tab color */
  background-color:#f2761e !important; /* Active tab color */
  font-weight: bold;
  border-color: #f2761e #f2761e #fff; /* Optional: maintain Bootstrap border */
}


@media (max-width: 768px) {
  .mobile-scroll {
    max-height: 300px; overflow-y: auto; border: 1px solid #ccc; padding: 10px;
  }
}
.lesson_body {
  display: none;
}
.lesson_body.active {
  display: block;
  text-align: left;
  padding-left: 30px;
}
.btn-download {
  display: inline-flex;
  align-items: center;
  color: #f2761e;
  border-radius: 5px;
  background-color: #ffffff;
  border-color: #f2761e !important;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  padding: 0 18px;
  height: 40px;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.3s;
}
.btn:hover {
  font-weight: 600;
}
.btn-download:hover {
  color: #f2761e;
}
.commansection {
  padding: 40px 0 40px !important;
}
.contact_us_2 .responsive-container-block.container {
  margin-bottom: 10px !important;
}
.contact_us_2 .container-block.form-wrapper {
  max-width: 100% !important;
}
.contact_us_2 .responsive-container-block.container {
  margin-top: 25px !important;
  max-width: 100% !important;
}



.lesson_section .section-header {
  cursor: pointer;
  display: flex;
  flex-direction: column; /* Ensures items are stacked vertically */
  justify-content: start;
  align-items: flex-start; /* Align items to the left */
  list-style-type: disc;
  padding-left: 20px;
  margin-left: 29px;
}

.lesson_section .section-header span {
  display: block; /* Forces the span to act as a block-level element */
}

.lesson_section .section-header p {
  font-weight: normal;
  margin-top:0px; /* Adds spacing between heading and paragraph */
  margin-bottom:0px; /* Optional: Adds space below paragraph */
}
