.home-main-products {
  width: var(--content-width);
  margin: auto;
  padding: 32px;
  padding-bottom: 10px;
}

.home-main-products-header {
  text-align: center;
  margin-bottom: 39px;
}

.learning-products-all-sub-head {
  margin-top: 50px;
}

.home-main-products-header h2 {
  color: #000;
  text-align: center;
  font-family: Outfit;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 140% */
}

.highlight-products {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  column-gap: 24px;
  height: 430px;
  margin-bottom: 80px;
}

.highlight-products .left {
  display: flex;
  flex-direction: column;
  padding: 32px;
  overflow: hidden;
  height: 87%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-products .left:hover {
  box-shadow: 0px 24px 50px 0px #ccc;
  transform: scale(1.02);
}

.highlight-products .left h3 {
  color: #000;
  font-family: Outfit;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 140% */
  margin-bottom: 4px;
}

.highlight-products .left h4 {
  color: var(--Grey-700, #344054);
  width: 50%;
  font-family: Outfit;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.15px;
  margin-bottom: 16px;
}

.highlight-products .left p {
  color: var(--Grey-900, #101828);
  font-feature-settings: "liga" off, "clig" off;

  /* Subtitle 2/bold */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.highlight-products .bg-blue {
  border-radius: 24px;
  background: #e6f7fd;
}

.highlight-products .left .banner {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.highlight-products .left .banner img {
  height: 320px;
  position: absolute;
  /* height: 100%; */
  bottom: -32px;
  /* left: -102px; */
  right: 0;
  scale: 1;
}

.highlight-products .right {
  display: grid;
  grid-template-rows: repeat(3, 1fr); /* Three rows */
  gap: 10px;
}

.highlight-products .right .item {
  display: grid;
  grid-template-columns: 128px 1fr;
  padding: 16px 16px 0px 16px;
  border-radius: var(--Size-Small, 16px);
  background: #e6f7fd;
  align-items: center;
  height: 130px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-products .right .item:hover {
  box-shadow: 0px 10px 15px 0px #ccc;
  transform: scale(1.02);
}

.highlight-products .right .item img {
  width: 99px;
}

.highlight-products .right .item .details h4 {
  color: var(--Grey-700, #344054);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.75px;
  margin-bottom: 4px;
}

.highlight-products .right .item .details p {
  color: var(--Grey-700, #344054);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
  margin-bottom: 8px;
}

.highlight-products .right .item .banner {
  position: relative;
  height: 100%;
}

.highlight-products .right .item .banner img {
  position: absolute;
  bottom: 0;
}
/* ///////////// */

.heading-with-chip {
  display: flex;
  justify-content: space-between;
}

.chip {
}

.chip h6 {
  border-radius: 60px;
  background: var(--Orange-100, #b4ebff);
  padding: 2px var(--Size-Small, 8px);
  font-weight: 400;
}

.home-main-subjects-wrapper {
  background: linear-gradient(
    165deg,
    rgba(255, 234, 185, 0) 14.76%,
    rgba(255, 234, 185, 0.7) 105.22%
  );
  margin-bottom: 69px;
}
.home-main-subjects {
  width: var(--content-width);
  margin: auto;
  padding: 32px;
}

.home-main-subjects-header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.home-main-subjects-header .title {
  flex-grow: 1;
  color: #000;
  font-family: Outfit;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 140% */
}

.home-main-subjects-header .action a {
  border: none;
  background: none;

  color: var(--Primary-600, #561fe7);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Outfit;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.15px;
}

.home-main-subjects-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.home-main-subjects-item {
  width: 25%;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  transition: transform 0.3s ease;
}

.home-main-subjects-item:hover {
  transform: scale(1.05);
}

.home-main-subjects-item img {
  width: 75%;
  text-align: center;
}

.home-main-subjects-item h4 {
  color: #000;
  text-align: center;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 2px;
}
.home-main-subjects-item p {
  color: var(--Grey-700, #344054);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.25px;
  width: 80%;
  margin: auto;
}

.home-main-subjects-item .grade-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.subject-curriculam {
  width: var(--content-width);
  margin: auto;
  padding: 32px;
}

.subject-curriculam-header {
  text-align: center;
  margin-bottom: 43px;
}

.subject-curriculam-header h3 {
  text-align: center;
  font-family: Outfit;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px; /* 130% */
}

.subject-curriculam-content {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.curriculam-item {
  border-radius: var(--Size-Small, 16px);
  background: #fff0ce;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
  width: 31.3%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0px;
}

.curriculam-item h5 {
  color: #000;
  text-align: center;
  font-family: Outfit;
  font-size: 23.052px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.baloo-page-hero-topic {
  font-size: 56px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  margin-bottom: 14px !important;
}

.highlight-main-product {
  display: block;
}

.hide-main-product {
  display: none;
}

@media only screen and (min-width: 450px) and (max-width: 780px) {
  .home-main-subjects-item {
    height: 300px;
  }
}

@media (max-width: 500px) {
  .highlight-products .right .item {
    grid-template-columns: 69px 1fr;
    height: 82px;
  }
}

@media (max-width: 767.98px) {
  .highlight-products {
    grid-template-columns: 1fr;
    row-gap: 24px;
    height: auto;
  }

  .highlight-products .left .banner img {
    bottom: -13px;
    left: 1px;
    scale: 1;
  }

  .highlight-products .right .item .banner img {
    width: 90%;
  }

  .highlight-products .right .item {
    grid-template-columns: 125px 1fr;
    padding: 16px 16px 16px 16px;
    height: 120px;
  }

  .highlight-products .right {
    gap: 32px;
  }

  .highlight-products .right .item .details p {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .highlight-products .right .item .details h4 {
    font-size: 19px;
  }

  .highlight-products .left h4 {
    font-size: 17px;
  }

  .highlight-products .left h3 {
    font-size: 35px;
  }

  .home-main-products-header h2 {
    font-size: 32px;
    line-height: 41px;
  }

  .home-main-products {
    width: auto;
    margin: auto;
    padding: 24px;
  }

  .highlight-products .right .item .banner img {
    width: 90%;
    /* top: -6px; */
    bottom: -15px;
  }

  .home-main-products {
    margin: auto;
    padding: 0px;
    width: 90%;
  }

  .home-main-subjects {
    padding: 0px;
    width: 90%;
  }

  .home-main-subjects-item {
    width: 50%;
    height: 250px;
  }

  .home-main-subjects-header {
    text-align: center;
  }

  .home-main-subjects-header .title {
    font-size: 32px;
  }

  .home-main-subjects .action {
    padding-top: 10px;
    text-align: center;
    padding-bottom: 30px;
  }

  .home-main-subjects .action a {
    border: none;
    background: none;
    color: var(--Primary-600, #561fe7);
    font-feature-settings: "liga" off, "clig" off;
    font-family: Outfit;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .highlight-products .left {
    height: auto;
  }

  .students-potential-content img {
    scale: 1.1;
  }

  .curriculam-item {
    width: 100%;
  }
}

@media (max-width: 390px) {
}
