#exploreCousesDetailsMain {
  padding: 22px;
}
#fr_course_details_contentSide {
  padding: 0 20px;
  justify-content: var(--justify-conttent);
}

.fr_video {
  width: 100%;
  box-shadow: 3;
}

#exploreCourseDetailsMain {
  margin-top: 80px;
}

#fr_course_details_contentSide .fr_course_details_heading {
  font-size: var(--fs-section);
  font-weight: var(--font-weight);
  color: var(--secondary-color);
}
#fr_course_details_contentSide .fr_course_details_heading:hover {
  color: var(--primary-color);
  cursor: pointer;
}
#fr_course_details_contentSide .fr_unlimited_access p {
  font-size: var(--fs-base);
  text-transform: initial;
  color: var(--color-dark);
  padding: 0 8%;
}

#fr_course_details_contentSide .fr_unlimited_access {
  background: linear-gradient(
    90deg,
    #ba973b -18.33%,
    #f1dd80 23.47%,
    #f1dd80 58.94%,
    #a57d24 104.53%
  );
  border-radius: 8px;
  text-align: left;
}

#fr_course_details_contentSide #fr_icon_container {
  display: flex;
  align-items: center;
  position: absolute;
  float: left;
  left: 0;
}

#fr_course_details_contentSide .fr_crown_icon {
  position: relative;
  top: -15px;
  left: -15px;
}

#fr_course_details_contentSide .fr_stars {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 48px;
  height: 48px;
  background: radial-gradient(circle, #ffd700 30%, transparent 70%);
  border-radius: 50%;
  z-index: -1;
}

/* Chevron right icon */
#fr_course_details_contentSide .fr_chevron_icon {
  color: #fff;
}

#fr_explore_course_ratings_time {
  display: flex;
}
#fr_explore_course_ratings_time .fr_ratings {
  border-radius: 4px;
  background: #fff7e1;
  padding: 4px 8px;
  align-items: flex-start;
  gap: 8px;
  font-size: var(--fs-base);
  font-weight: normal;
}
#fr_explore_course_ratings_time .fr_time {
  padding: 4px 8px;
  align-items: flex-start;
  gap: 8px;
  font-size: var(--fs-base);
  font-weight: normal;
}

#fr_course_details_contentSide .fr_detail_course_btns button {
  font-size: 0.75rem;
  color: #2e2e54;
  padding: 0.3rem 0.6rem;
  background-color: transparent;
  border-radius: 2rem;
  margin-right: 0.3rem;
  border: 1px solid #2e2e54;
}
#fr_course_details_contentSide .fr_detail_course_btns button.Mui-selected {
  background-color: #2e2e54;
  color: #fff;
}

#fr_course_details_contentSide .fr_course_by_now {
  background: #16a6a7;
  padding: 12px;
  border: 1px solid #16a6a7;
  text-align: center;
  font-size: var(--fs-base);
  font-weight: normal;
  text-transform: capitalize;
}

.container {
  display: flex;
  flex-direction: column;
  margin: auto;
  gap: 16px;
}

@media (min-width: 768px) {
  .container {
    flex-direction: row;
  }
}

.videoContainer {
  flex: 1;
}

.video {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
}

.contentContainer {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.heading {
  font-weight: bold;
  margin-bottom: 16px;
  color: #333;
}

.subText {
  margin-bottom: 16px;
  color: #666;
}

.ratings {
  margin-bottom: 24px;
  font-size: 1rem;
  color: #666;
}

.languageSelector {
  margin-bottom: 24px;
}

.languageButton {
  font-size: 0.75rem;
  margin: 4px;
  background-color: #f0f0f0;
  color: #000;
}

.languageButtonSelected {
  background-color: #1976d2 !important;
  color: #fff !important;
}

.buyButton {
  background-color: #28a745;
  color: #fff;
  font-weight: bold;
  padding: 12px;
  margin-bottom: 16px;
}

.buyButton:hover {
  background-color: #218838;
}

.subscribeButton {
  background-color: #ffc107;
  color: #000;
  font-weight: bold;
  padding: 12px;
}

.subscribeButton:hover {
  background-color: #e0a800;
}

.subscribeText {
  text-align: center;
}

#fr_course_details_contentSide .fr_course_details_sub_text {
  font-size: var(--fs-base);
}
#fr_course_details_contentSide .fr_select_course_head {
  font-size: var(--fs-text-small);
  font-weight: normal;
}

#fr_course_details_contentSide .fr_course_details_transform {
  font-size: var(--fs-base);
}

#fr_course_details_contentSide h4 {
  font-size: 24px;
  font-weight: 600;
}

#fr_explore_courses_details p {
  font-size: 18px;
  letter-spacing: 0.15px;
}

/* About Course */
/* About course container */
.fr_about_course {
  padding: 32px 32px 0;
  background-color: #f5f5f5;
  border-radius: 8px;
  text-align: left;
  margin-top: 2rem;
}

#fr_explore_courses_details .fr_about_course h5 {
  font-size: 24px;
  font-weight: 600;
}

.fr_about_course h5 {
  margin-bottom: 16px;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  color: #2e2e54;
}

.fr_about_course .fr_course_about_text {
  white-space: normal;
  margin: 2px 0 0 0;
  text-decoration: none;
  margin-bottom: 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  color: #282828;
}

.fr_about_toggle_btn {
  color: #16a6a7 !important;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.toggle-button .chevron-icon {
  color: #16a6a7;
}
.chevron-icon {
  transition: transform 0.3s;
  color: #16a6a7;
}

.chevron-icon.expanded {
  transform: rotate(180deg);
}

.toggle-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Chapters css */

/* .chapter-list-container {
  padding: 16px;
  max-width: 934px;
  margin: 0 auto;
} */

#chapter-list-container .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

#chapter-list-container .subtitle {
  color: #51534f;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.4px;
  margin-bottom: 1%;
}

#chapter-list-container .chapter-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#chapter-list-container .chapter-item {
  background-color: #e8f7f7;
  border-radius: 8px;
  box-shadow:
    0px 1px 2px 0px rgba(0, 0, 0, 0),
    0px 1px 3px 1px rgba(0, 0, 0, 0.15);
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

#chapter-list-container .chapter-header {
  width: 100%;
}

#chapter-list-container .chapter-title-group {
  flex: 1;
}

#chapter-list-container .chapter-title-container {
  display: flex;
}

#chapter-list-container .lock-icon {
  color: #fff;
  margin-right: 1%;
}

#chapter-list-container .chapter-title {
  color: #282828;
  font-size: 13px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.4px;
}

#chapter-list-container .chapter-title-name {
  color: #16a6a7;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

#chapter-list-container .chapter-description {
  color: #282828;
  font-size: 0.8rem !important;
  margin-bottom: 4px;
}

#chapter-list-container .chapter-duration {
  color: #868e96;
}

.toggle-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}

.toggle-button .toggle-text {
  color: #16a6a7;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.chevron-icon {
  color: #16a6a7;
  margin-left: 4px;
}

.chapter-header .css-1umw9bq-MuiSvgIcon-root {
  background: #13a6a7;
  border-radius: 100px;
  padding: 10px;
  width: 45px;
  height: 45px;
  color: #fff;
}

/* who can learn courses css */

#course-info-container .title {
  color: #2e2e54;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  display: flex;
  align-items: baseline;
}

#course-info-container .point-list {
  color: #16a6a7;
  list-style-type: disc;
  text-align: left;
}

#course-info-container .point-list li::marker {
  color: #16a6a7;
  list-style-type: disc;
}

#course-info-container .point-list .point-color {
  margin-bottom: 26px;
  font-size: 16px;
}
#fr-course-learn-container {
  background: #e8f7f7;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
#fr-course-learn-container ul li.point-item::marker {
  color: #16a6a7;
  list-style-type: disc;
}
#fr-course-learn-container .fr_learn_title {
  font-size: 24px;
  font-weight: 600;
}

#fr-course-learn-container ul {
  text-align: left;
}

/* Slider Styles */
.course_review_experts_slider {
  padding: 1rem 0 2rem;
}

.course_review_experts_slider_card {
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
  width: 200px;
  height: 300px;
  overflow: hidden;
}

.course_review_experts_slider .swiper-scrollbar {
  width: 80px !important;
  left: 50% !important;
  margin-left: -40px !important;
}

.course_review_experts_slider .swiper-scrollbar-drag {
  width: 50% !important;
}

/* .course_review_experts_slider_card::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d0eded;
  border-radius: 12px;
  transform: translate(8px, 8px);
} */

.course_review_experts_slider_card:hover {
  transform: scale(1.05);
}

.course_review_experts_slide_title {
  font-size: 1rem !important;
  font-weight: normal !important;
  padding-top: 0.5rem;
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 99999999;
}

.course_review_experts_slider_img {
  transition: transform 0.3s ease;
  height: 100%;
  width: auto;
  position: relative;
  /* left: -167px; */
}

.course_review_experts_slider_card:hover .course_review_experts_slider_img {
  transform: scale(1.1);
}

.video-icon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 10;
  opacity: 0.7;
  pointer-events: none;
}

.even-slide {
  margin-top: 20px;
}

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.video-overlay video {
  max-width: 80%;
  max-height: 80%;
}

.video-overlay:hover {
  cursor: pointer;
}

.course_review_experts_slider .swiper-button-next,
.course_review_experts_slider .swiper-button-prev {
  width: 48px;
  height: 48px;
  background-color: #2e2e54;
  border-radius: 50%;
  color: #aaa;
}

.course_review_experts_slider .swiper-button-next:after,
.course_review_experts_slider .swiper-button-prev:after {
  font-size: 12px;
  font-weight: bold;
}

.course_review_experts_slider .swiper-button-prev.swiper-button-disabled,
.course_review_experts_slider .swiper-button-next.swiper-button-disabled {
  display: none;
}

/* certficate-code */

.certificate-section {
  display: flex;
  padding: 80px;
  color: white;
  position: relative;
  background: #16a6a7;
}

/* Left Side: Certificate Background and Content */
.certificate-left {
  position: relative;
  flex: 1;
  background-image: url('https://ffreedom.com/assets/new_design/images/certificate/new_certificate/certificate-background.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#certificate-wrapper {
  position: relative;
  width: 320px;
  height: 454px;
  background: #fff;
  transform: rotate(-8deg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #000;
}

.badge-ribbon {
  position: absolute;
  top: -2px;
  right: 5%;
  width: 60px;
}

.header-dots {
  width: 60px;
}

.certificate-content {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  position: absolute;
  top: 30%;
  padding-left: 10%;
}

.certificate-logo {
  width: 110px;
  margin-bottom: 10px;
}

.certificate-section-1 {
  margin-bottom: 30px;
  padding-bottom: 0.25rem !important;
}
#certificate-wrapper .certificate-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

#certificate-wrapper .certificate-certify-text {
  color: #3e3e3e;
  font-size: 8px;
  line-height: 12px;
}

#certificate-wrapper .certificate-name {
  font-size: 26px;
  line-height: 34px;
  font-family: 'Great Vibes', cursive;
  margin-bottom: 9px;
  border-bottom: 1px solid #ababbb;
  color: #16a6a7;
}

#certificate-wrapper .certificate-course-text {
  text-align: center;
  color: #3e3e3e;
  font-size: 8px;
  line-height: 12px;
}

#certificate-wrapper .certificate-course-title {
  font-size: 10px;
  line-height: 13px;
  color: #3e3e3e;
  font-weight: 600;
}

.certificate-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#certificate-wrapper .certificate-date {
  font-size: 12px;
}

#footer-main {
  padding: 27px 35px 37px;
  background: #e8f7f7;
}
.footer-dots {
  width: 60px;
}

/* Right Side: Text Section */
#certificate-right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#certificate-right .certificate-heading {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}

#certificate-right .certificate-description {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

/* Mentore css */
/* Container styles */
#instructor-container {
  background: #2E2E54;
  padding: 80px 100px;
}
#instructor-container .mentor-container {
  padding: 2rem 0;
}

/* Centered heading */
#instructor-container .mentor-heading {
  margin-bottom: 2rem;
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    display: flex
;
    align-items: baseline;
    position: relative;
    left: 6%;
}

/* Image section */
#instructor-container .image-box {
  position: relative;
  text-align: center;
}

#instructor-container .dot-pattern {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  /* width: 80%; */
  max-width: 250px;
}

#instructor-container .mentor-image {
  position: relative;
  border-radius: 10px;
    z-index: 2;
    width: 100%;
    margin: auto;
    max-width: 200px;
    background: #eae0e0;
    top: 40px;
    left: 15%;
}

/* Mentor details */
#instructor-container .mentor-details {
  color: #fff;
  margin-left: 20px;
}

#instructor-container .mentor-name {
  margin-bottom: 0.5rem;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

#instructor-container .mentor-location {
  margin-bottom: 1rem;
  color: #ababbb;
  font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
}

#instructor-container .mentor-description {
  font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}


/* Explore Course category benefits */
#category-benefits-container {
  width: 100%;
  max-width: 400px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background: var(
    --GRD,
    linear-gradient(0deg, #363664 -35.46%, #252543 59.58%, #1c1c32 89.5%)
  );
  color: #fff;
  padding: 0px 24px;
}

/* Header styling */
.category-benefits-header {
  color: #ffffff;
  display: flex;
  padding: 24px 0px;
  align-items: center;
  gap: 12px;
}

#category-benefits-container .category-benefits-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.benafits-icon-bg {
  background: linear-gradient(
    90deg,
    #ba973b 0.01%,
    #f1dd80 47.49%,
    #f1dd80 87.77%,
    #a57d24 139.57%
  );
  border-radius: 25px;
  padding: 5px;
}
#category-benefits-container .close-icon {
  margin-right: 8px;
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.close-icon:hover {
  transform: scale(1.2);
}

/* Content styling */
.category-benefits-content {
  border-radius: 24px;
  border: 1px solid #a78027;
  display: flex;
  padding: 24px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.benefit-item-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 16px;
}

.benefit-item img {
  width: 24px;
  height: 24px;
  padding: 2px;
}
#category-benefits-container .benafits-text {
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
}

.benefit-item typography {
  font-size: 14px;
  color: #333;
}
#category-benefits-container .benafits-monthly-base {
  color: #ffd47c;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
}
#category-benefits-container .benafits-only-available {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
}

/* Footer styling */
.category-benefits-footer {
  padding: 16px;

  color: #fff;
}

#category-benefits-container .buy-now-btn {
  background: #fff;
  color: #16a6a7;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-transform: none;
  padding: 11px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.buy-now-btn:hover {
  background-color: #155a9e;
}

.buy-now-container {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

/* "Buy Now" button styling */
.buy-now-button {
  margin-right: 16px; /* Adds space between the button and the icon */
  width: 100%; /* Full width */
}

/* Info icon button styling */

/* Unlimited access button styling */
.unlimited-access-button {
  padding: 12px 0;
}

#fr_icon_container .ff-crown-text {
  font-weight: bold;
  padding: 0 8%;
}

#fr_explore_courses_details .toolTilInfo-Icon {
  background-color: #f1f1f1;
  border-radius: 8px;
  padding: 14px;
  color: #16a6a7;
}
