body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  overflow-x: hidden
}

.hidden {
  display: none !important;
}

/* Page standard: 12 columns, stretch, width auto, 20px gutter, 80px horizontal inset, max-width 1440px */
.page-container {
  box-sizing: border-box;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9rem;
  letter-spacing: normal;
  overflow-x: hidden;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 20px;
  align-items: stretch;
}

.page-container>* {
  grid-column: 1 / -1;
  min-width: 0;
}

a {
  text-decoration: none
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important
}

.intro-sub {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 20px;
  align-items: stretch;
  width: 100%;
}

.sub-sec-info {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 20px;
  width: 100%;
}

.title-section {
  width: 100%;
  margin: 0;
}

.top-heading-lms {
  font-family: Inter;
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  margin: 0 0 50px 0;
  color: #101010;
}

.lms-page-text {
  color: #4b5563;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: left
}

.hower-buttons {
  background: #fefefe;
  box-shadow: 0 3px 15px #0000000F;
  border-radius: 15px;
  border: none;
  padding: 5% 3%;
  width: 100%;
  position: relative;
  margin: 10px 0
}

.why-button {
  background-color: #fff0;
  font-size: 20px;
  margin: 0;
  border: none;
  padding: 0 0 10px 0;
  text-align: center;
  font-weight: 600;
  color: #101010;
  box-sizing: border-box;
  cursor: pointer;
}

.Tabs-why-subcontainer {
  padding: 2% 0;
  line-height: inherit;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}

.lms-learn-box {
  box-shadow: 0 3px 15px #44a7911F;
  background-color: #fff;
  padding: 30px;
  grid-column: span 4;
  width: auto;
  min-width: 0;
  border-radius: 8px;
}

.lms-learn-box-heading {
  color: #101010;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.lms-learn-box-text {
  color: #4b5563;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: left
}

.lms-learn-box-line {
  border: 3px solid #44a791;
  width: 30%;
  text-align: center;
  display: inline-block;
  margin: 15px 0
}

.toggel-box-lms {
  margin: 50px auto 0 auto;
  width: 100%;
}

.toggel-box-lms__accordion {
  width: 100%;
  margin: 0 auto;
}

.toggle-bg {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

button.toggel-lms-tubes {
  background: #fff;
  color: #101010;
  cursor: pointer;
  padding: 22px 24px;
  width: 100%;
  text-align: left;
  font-size: inherit;
  font-family: Inter, system-ui, sans-serif;
  transition: background-color .2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  line-height: 1.45;
  border: none;
  margin: 0;
  font-weight: 600;
  box-sizing: border-box;
}

button.toggel-lms-tubes:hover {
  background-color: #f9fafb;
}

button.toggel-lms-tubes:focus-visible {
  outline: 2px solid #098ff8;
  outline-offset: 2px;
  z-index: 1;
  position: relative;
}

.toggel-lms-tubes__leading {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  min-width: 0;
}

.toggel-lms-tubes__q-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.toggel-lms-tubes__q-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #098ff8;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  display: block;
}

.toggel-lms-tubes__label {
  font-weight: 700;
  font-size: 18px;
  color: #101010;
  text-align: left;
}

.toggel-lms-tubes__chevron {
  width: 10px;
  height: 10px;
  border-right: 2px solid #9ca3af;
  border-bottom: 2px solid #9ca3af;
  transform: rotate(45deg);
  flex-shrink: 0;
  margin-top: 0;
  transition: transform .2s ease;
}

.toggel-lms-tubes.active .toggel-lms-tubes__chevron {
  transform: rotate(225deg);
  margin-top: 0;
}

.toggeltextlms.lms-accordion-panel {
  padding: 0;
  border-top: 1px solid #f3f4f6;
  background: #f9fafb;
  overflow: hidden;
  color: #4b5563;
  line-height: 1.6;
}

.toggeltextlms.lms-accordion-panel:not(.hidden) {
  display: block;
}

.toggeltextlms.lms-accordion-panel .usecase-tab-container {
  padding: 24px 28px;
}

.toggeltextlms.lms-accordion-panel .useCase-tab-content {
  color: #101010;
}

.firstsection {
  /* box-shadow: 0 3px 6px #00000029; */
  padding: 30px;
  background: #f9fcff;
  margin-bottom: 40px;
}

.lms-introduction-heaqding {
  color: #101010;
  font-size: 20px !important;
  text-align: left;
  line-height: 1.5;
  font-weight: 600;
  margin: 20px 0
}

.lms-introduction-text {
  color: #4b5563;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: left
}

.sub-sec-title {
  font-size: 16px;
  margin: 0;
  font-weight: 700
}

.usecase-tab-container {
  padding: 20px 40px;
}

.toggeltextlms.lms-accordion-panel p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}

.toggeltextlms.lms-accordion-panel .subSection-tabs li {
  color: #4b5563;
}

.toggle-intenal-items {
  margin: 24px 0;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.bold-text {
  font-weight: 700
}

.subSection-tabs li {
  margin: 10px 0;
  line-height: 1.5;
  font-size: 16px
}

.useCase-tab-content {
  font-size: 16px;
  margin: 0;
  font-weight: 700
}

.learner-images {
  width: 94px;
  height: 94px
}

.lms-purposeSec {
  grid-column: span 4;
  width: auto;
}

.lms-imgSec {
  grid-column: span 8;
  width: auto;
  padding: 0;
}

.starttab {
  color: #101010;
  border-bottom: 2px solid #101010;
  font-weight: 700;
}

@media only screen and (min-width:767px) {
  .desktop-version {
    display: block
  }

  .mobile-version {
    display: none
  }
}

@media only screen and (max-width:767px) {
  .mobile-version {
    display: block
  }

  .page-container {
    padding: 20px;
    column-gap: 16px;
    row-gap: 16px;
    width: 100%;
  }

  .desktop-version {
    display: none
  }

  .title-section {
    width: 100%;
    margin: auto
  }

  .top-heading-lms {
    font-size: 36px !important;
    margin: 0;
    line-height: 1.5
  }

  .button-hower-images {
    width: 35px;
    height: auto
  }

  .hower-button-text {
    color: #101010;
    font-size: 18px;
    margin-left: 0;
    text-align: left;
    margin-bottom: 0 !important;
    margin-top: 0;
    line-height: 1.5;
    font-weight: 600
  }

  .subsec-container {
    display: flex;
    margin: 0 !important;
    width: 100%;
    align-items: center;
    gap: 10px
  }

  .lms-page-text {
    text-align: center;
    margin: 20px 0
  }

  .intro-sub {
    display: block
  }

  .lms-purposeSec {
    grid-column: span 12;
    width: 100%
  }

  .learner-images {
    width: 50px;
    height: 50px
  }

  .lms-learn-box {
    padding: 20px;
    grid-column: span 12;
    width: 100%;
    margin: 18px auto
  }

  .firstsection {
    padding: 20px
  }

  .sub-sec-info {
    display: block
  }

  .lms-imgSec {
    grid-column: span 12;
    width: 100%;
    padding: 0
  }

  button.toggel-lms-tubes {
    padding: 16px 18px;
  }

  .toggel-lms-tubes__label {
    font-size: 16px !important;
    line-height: 1.45;
  }

  .usecase-tab-container {
    padding: 20px
  }

  .toggeltextlms.lms-accordion-panel .usecase-tab-container {
    padding: 20px 16px;
  }

  .why-button {
    font-size: 16px
  }

  .Tabs-why-subcontainer {
    flex-wrap: wrap
  }

  .why-button {
    flex: 1 1 calc(50% - 10px);
    box-sizing: border-box;
    text-align: center;
    margin: 10px auto
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .page-container {
    padding: 20px;
  }

  .top-heading-lms {
    font-size: 36px;
    line-height: 1.5;
    margin: 20px auto
  }

  .why-button {
    font-size: 16px
  }

  .lms-introduction-heaqding {
    font-size: 16px !important
  }

  .lms-introduction-text {
    font-size: 14px
  }

  .lms-learn-box-text {
    font-size: 14px
  }

  .lms-learn-box-heading {
    font-size: 18px
  }

  .learner-images {
    width: 50px;
    height: 50px
  }

  .Tabs-why-subcontainer {
    padding: 30px 0
  }

  button.toggel-lms-tubes {
    padding: 16px 18px;
  }

  .toggel-lms-tubes__label {
    font-size: 16px;
  }

  .toggeltextlms.lms-accordion-panel .usecase-tab-container {
    padding: 20px 22px;
  }

  .lms-page-text {
    font-size: 14px
  }
}