/* Import Poppins Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* Root Variables */
:root {
  --primary-color: #1AB08A;
  --font-family: 'Poppins', sans-serif;
}

* {
  font-family: var(--font-family) !important;
  margin: 0;
  padding: 0;
}

.text-primary {
  color: var(--primary-color) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
  color: white;
}

.bg-gray {
  background-color: #FAFDFD !important;
}

.navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.navbar .nav-link.active,
.navbar .nav-link:focus,
.navbar .nav-link:hover {
  color: #1AB08A !important;
  font-weight: 500 !important;
}

/* index */
/*  For Top images */
@media (max-width: 767.98px) {
  .stat-card {
    position: static !important;
    margin-top: 1rem;
    margin-left: auto;
    /* ✅ This pushes it to the right */
    flex-direction: row;
    align-items: center !important;
    gap: 0.75rem;
  }

  .stat-card .icon-box,
  .stat-card .chart-box {
    width: 40px !important;
    height: 40px !important;
  }

  .stat-card .text-content {
    margin-left: 0 !important;
  }
}


/* Responsive adjustments for small screens */
@media (max-width: 767.98px) {
  .profile-card {
    position: static !important;
    margin-top: 1rem;

    max-width: none !important;
    padding: 1rem !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .profile-card .profile-images {
    width: 70px !important;
    height: 28px !important;
    position: relative !important;
  }

  .profile-card .profile-images img {
    width: 24px !important;
    height: 24px !important;
    left: auto !important;
    position: relative !important;
    margin-right: -8px;
    border-width: 1.5px !important;
  }

  .profile-card .customer-count {
    font-size: 18px !important;
  }

  .profile-card .customer-label {
    font-size: 16px !important;
  }

  .profile-card .rating {
    font-size: 14px !important;
  }
}

/* For button font responsive */
@media (max-width: 767.98px) {
  .custom-responsive-btn {
    font-size: 16px !important;
  }
}

/* For Core Modules */

.timeline {
  position: relative;
  padding: 2rem 0;
}


@media (max-width: 1199px) {
  .timeline::after {
    display: none;
  }
}

@media (min-width: 992px) {
  .timeline::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    border-right: 5px dashed #1AB189;
    top: 0;
    bottom: 0;
    z-index: 0;
  }
}

/* For font size */
  /* @media (min-width: 992px) {
    .fs-lg-44 {
      font-size: 44px !important;
    }
  }

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  border: 3px dashed #1AB189;
  background-color: #fff;
  transform: translateX(-50%);
} */

.timeline-step {
  position: relative;
  margin-bottom: 3rem;
}

.timeline-step .circle {
  width: 45px;
  height: 45px;
  background: #1AB189;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border: 10px solid rgb(200, 240, 230);

}

@media (max-width: 1199px) {
  .timeline-step .circle {
    display: none;
  }
}

.timeline-content {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: .5rem;
  padding: 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 580px;
}

/* General: screens > 1100px */
@media (max-width: 1199px) {
  .timeline-content {
    width: auto !important;
    max-width: 1000px !important;
  }
}

/* Specific override for 1180px to 1369px */
@media (min-width: 1180px) and (max-width: 1369px) {
  .timeline-content {
    max-width: 520px !important;
  }
}


@media (min-width: 768px) {
  .timeline-step.left .timeline-content {
    margin-right: auto;
  }

  .timeline-step.right .timeline-content {
    margin-left: auto;
  }
}

.custom-box {
  border-radius: 12px;
  box-shadow: 0px 1px 24px 0px #0000001F;
  background-color: #fff;
}

/*  for chatbox responsive */
.responsive-mt {
  margin-top: 0;
}

@media (min-width: 768px) {
  .responsive-mt {
    margin-top: 80px;
  }
}

/* testimonial card responsive margin */
@media (max-width: 576px) {
  .responsive-margin {
    margin-bottom: 30px !important;
  }
}


/* About-us */

.about-us p {
  font-size: 18px;
  font-weight: 400;
  color: #212221;
}

/* Only box-shadow for offer cards */
.offer-card {
  box-shadow: 0px 2px 12px 0px #0000001F;
  border-radius: 12px;
  background-color: #fff;
  padding: 1.5rem;
  min-height: 170px;
}

.offer-content p {
  font-size: 18px;
  font-weight: 400;
  color: #555555 !important;
}

.offer-content h6 {
  font-size: 23px !important;
  font-weight: 600 !important;
}

/* Contact-Us */
.contact-box {
  box-shadow: 2px 2px 12px 0px #00000026;
  border-radius: 8px;
}



/* pricing */

:root {
  --primary-color: #1ab189;
  --secondary-color: #196b9b;
  --tertiary-color: #ffffff;
}

.all_plan {
  padding: 50px 43px;
  background-color: white;
  border-radius: 24px;
  border: 1px solid #EFF0F6;
  gap: 23px;
  box-shadow: 0 0 15.7px rgba(0, 0, 0, 0.1);
}

.plan_title {
  gap: 18px;
}

.plan_image {
  padding: 17px;
  background-color: #91D6FF;
  border-radius: 16px;
}

.plan_image img {
  height: 38px;
  width: 38px;
}

.basic_plan_points {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.plan {
  font-size: 24px;
  font-weight: bold;
}

.top_content {
  gap: 15px;
}

.bullet_point {
  height: 20px;
  width: 20px;
}

.lms_price {
  font-size: 30px;
}

.middle_plan {
  background-color: var(--secondary-color) !important;
  color: white !important;
}

.middle_plan .get_started {
  background-color: white !important;
  color: var(--secondary-color);
}

.middle_plan .paragraph {
  color: white !Important;
}

.points,
.lms_contain {
  font-size: 16px;
  text-align: left;
}

.get_started_button {
  width: 100%;
}

.get_started {
  background-color: var(--secondary-color);
  color: white;
  font-size: 20px;
  font-weight: 600;
  border: none;
  border-radius: 4px !important;
  padding: 15px;
  width: 100%;
}


/* for QNA section */
.qna_container {
  padding: 0 8%;
}

.qna_content {
  padding: 26px 30px 26px 0;
  border-bottom: 2px solid #EDEDED;
}

.qna {
  border-left: 4px solid var(--secondary-color);
  padding-left: 32px;
}

.questions {
  font-size: 25px !important;
  color: var(--secondary-color);
}

.answers {
  padding-top: 14.5px !important;
}

.qna ul li,
.answers {
  font-size: 18px;
  font-weight: 400;
  color: #918DAC;
}

.qna ul li {
  padding-bottom: 5px !important;
}

.qna ul.list_style {
  list-style-position: inside;
}

.toggle-icon {
  cursor: pointer;
}


/* Add by bso  */
.get_started:hover {
  background-color: transparent;
}

.qna ul.list_style li {
  list-style: disc;
}

.text-tick-pricing {
  color: #196B9B;
}

.text-off-pricing {
  color: #A8A8A8;
}


/* Pricing */

.all_plan {
  border-radius: 12px;
  background-color: white;
  transition: all 0.3s ease;
  border: 1px solid #ddd;
}

.all_plan:hover {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.lms_price {
  font-size: 1.5rem;
  margin-top: 10px;
}

.lms_contain {
  margin-top: 20px;
  font-weight: bold;
}

.basic_plan_points {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.basic_plan_points li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
}

.basic_plan_points svg {
  min-width: 16px;
}

.get_started {
  width: 100%;
  font-weight: bold;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.get_started:hover {
  background-color: #196B9B;
  color: white;
}

.pricing_section {
  padding: 60px 0;
  background-color: #f9f9f9;
}


.frequently_asked_question {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f9f9f9;
}

.frequently_asked_question h1 {
  font-size: 36px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

.frequently_asked_question .paragraph {
  font-size: 18px;
  color: #656565;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.qna_container {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Example of individual FAQ box (you can use this when appending questions with JS) */
.faq_item {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.faq_item:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.faq_question {
  font-weight: 600;
  font-size: 18px;
  color: var(--secondary-color);
}

.faq_answer {
  font-size: 16px;
  color: #444;
  margin-top: 10px;
  display: none;
  /* Toggle visibility with JS */
}

/* for faq icon */
.toggle-icon {
  font-size: 32px !important;
  color: #000;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}