/* @import url(https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css); */
@import url(https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css);

.page_container {
  padding: 144px 80px 30px 80px;
  letter-spacing: normal;
  overflow-x: hidden;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important
}

.lms-introduction-heading {
  text-align: center;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.3;
  color: #101010;
  font-family: Inter;
  margin: auto;
}

.lms-introduction-heading span {
  font-size: 30px
}

.lms-introduction-text {
  color: #4B5563;
  font-size: 18px;
  line-height: 28px;
}

.learner-images {
  width: 80%;
  height: auto;
  border-radius: 12px;
}

.hidden {
  display: none !important
}

.toggel-box-lms {
  background: #fff;
  border-top: 1px solid #f3f4f6;
  padding: 50px 0px;
  margin: 0 auto
}

.toggel-box-lms__intro {
  text-align: center;
  margin: 0 auto 48px;
  max-width: 760px
}

.toggel-box-lms__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.25;
  color: #101010;
  margin: 0 0 16px;
  font-family: Inter, system-ui, sans-serif
}

.toggel-box-lms__subtitle {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
  color: #4b5563;
  font-weight: 400
}

.toggel-box-lms__accordion {
  /* max-width: 980px; */
  margin: 0 auto;
  width: 100%
}

.toggle-bg {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
  /* box-shadow: 0 1px 3px rgba(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: flex-start;
  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: 10px;
  transition: transform .2s ease
}

.toggel-lms-tubes.active .toggel-lms-tubes__chevron {
  transform: rotate(225deg);
  margin-top: 6px
}

.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
}

a {
  text-decoration: none;
  background: 0 0;
  outline: 0 !important
}

.toggeltextlms p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0
}

.toggle-intenal-items {
  margin: 24px 0;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.free-trial-button2 {
  padding: 14px 20px;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  display: block;
  border: none;
  text-align: center;
  margin: 0;
  background: #098ff8;
  box-shadow: 0 5px 0 transparent;
  transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
  transform: translateY(0);
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
}

.free-trial-button2:hover {
  color: #fff;
  transform: translateY(calc(-1* var(--animation-depth, .375em)));
  box-shadow: 0 5px 0 #35136b;
  animation: bounce .4s ease-out
}

.heading-section2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  margin: 30px 0;
  color: #101010
}

.text-section2 {
  color: #4B5563;
  font-size: 18px;
  line-height: 28px;
}

/* .testimonialslider-heading {
  color: #101010;
  text-align: center;
  font-size: 40px;
  margin: 0 0 30px 0
} */

.linkClr, .linkClr:hover {
  color: #098ff8
}

.main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-items: center;
  flex-direction: column;
  /* width: 88%; */
  margin: 30px auto;
  gap: 40px
}

.useCase-tab-content {
  font-size: 16px;
  margin: 0;
  font-weight: 700
}

.usecase-tab-container {
  padding: 20px 40px
}

.btnAlign {
  text-align: center;
  margin: 0
}

.triangleImg {
  width: 20px;
  height: 20px
}

.arrows {
  width: 28px;
  height: 28px
}

/* Our Clients â€” match corporate-training-platform.html (Owl 2 + gutters); do not margin slides (breaks Owl widths) */

#ourClient .grid {
  min-width: 0;
}

#ourClient .owl-carousel {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

#ourClient .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#ourClient .owl-carousel .owl-stage {
  will-change: transform;
}

#ourClient .owl-carousel .owl-item {
  box-sizing: border-box !important;
}

#ourClient .owl-carousel .owl-item>.client-logo-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 112px;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  #ourClient .owl-carousel .owl-item>.client-logo-slide {
    min-height: 128px;
  }
}

#ourClient .owl-carousel .clnt-logo-img {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 84px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 2px 2px 6px #00000029;
}

@media (min-width: 768px) {
  #ourClient .owl-carousel .clnt-logo-img {
    height: 96px;
  }
}

.clnt-logo-img {
  border-radius: 10px;
  margin: 10px 0;
  box-shadow: 2px 2px 6px #00000029
}

.txtAlign {
  margin: auto
}

.subSection-tabs li {
  margin: 10px 0;
  line-height: 1.5;
  font-size: 16px
}

.imgSize {
  width: 500px;
  height: 280px;
  margin: 20px auto
}

@media only screen and (min-width:767px) {
  .mobileversion {
    display: none
  }
}

@media only screen and (max-width:767px) {
  .desktopversion {
    display: none
  }

  .client-img {
    height: auto !important
  }

  .lms-introduction-heading {
    text-align: center;
    font-size: 36px !important
  }

  .lms-introduction-text {
    font-size: 16px;
    text-align: center
  }

  .toggel-lms-tubes__label {
    font-size: 16px !important;
    line-height: 1.45
  }

  .toggel-box-lms__title {
    font-size: 30px
  }

  .toggel-box-lms__subtitle {
    font-size: 16px
  }

  .heading-section2 {
    font-size: 30px
  }

  #ourClient .owl-carousel .clnt-logo-img {
    height: 84px;
    width: auto;
    max-width: 100%;
  }

  .section3, .section4 {
    padding: 0 0
  }

  /* .testimonialslider-heading {
    font-size: 30px;
    margin: 0 0 25px 0
  } */

  .page_container {
    padding: 30% 3% 2% 3% !important
  }

  .learner-images {
    width: 350px;
    height: 195px;
    margin: auto
  }

  .main-section {
    padding: 0;
    gap: 20px
  }

  .imgSize {
    width: 273px;
    height: 154px;
    margin: 20px auto
  }

  .text-section2 {
    text-align: center
  }

  .toggel-box-lms {
    padding: 48px 16px 60px;
    margin: auto
  }

  .toggel-box-lms__intro {
    margin-bottom: 32px
  }

  .usecase-tab-container {
    padding: 20px
  }

  .toggeltextlms.lms-accordion-panel .usecase-tab-container {
    padding: 20px 16px
  }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .lms-introduction-heading {
    font-size: 36px
  }

  .page_container {
    padding: 140px 40px 30px 40px
  }

  .main-section {
    gap: 20px
  }

  .lms-introduction-text {
    font-size: 14px
  }

  .free-trial-button2 {
    padding: 12px;
    font-size: 14px
  }

  button.toggel-lms-tubes {
    padding: 16px 18px
  }

  .toggel-lms-tubes__label {
    font-size: 16px
  }

  .usecase-tab-container {
    padding: 20px
  }

  .toggeltextlms p {
    font-size: 14px
  }

  .toggeltextlms.lms-accordion-panel .usecase-tab-container {
    padding: 20px 22px
  }

  .heading-section2 {
    font-size: 30px;
    margin: 20px auto
  }

  .text-section2 {
    font-size: 14px
  }

  .imgSize {
    width: 100%;
    height: auto;
    margin: 20px auto
  }
}

@media only screen and (min-width:1024px) and (max-width:1250px) {
  .learner-images {
    width: -webkit-fill-available
  }
}