
* {
    margin: 0;
    padding: 0;
  }



  .content-top {
    margin-top: 80px;
  }

  .heading-h2-small {
    font-size: 36px;
    font-family: 'Poppins';
    line-height: 1.4;
    font-weight: 500;
    font-style: normal;
    color: #212121;
    text-align: center;
  }

  .subheading-p {
    font-size: 22px;
    font-family: 'Inter';
    line-height: 1.4;
    font-weight: 400;
    color: #6E8387;
    text-align: center;
    width: 65%;
    margin: 1.5rem auto;
  }

  .button-container {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  .button-container>a>button {
    border-radius: 8px;
    background: #1BB1E7;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    padding: 12px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    text-decoration: none;
  }

  .button-container>a {
    text-decoration: none;
  }


  .hero-section-k12-container {
    background: linear-gradient(180.17deg, #0FBEE9 45.29%, #14B1E7 99.86%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 160px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }



  .hero-section-k12-container>h1 {
    font-size: 60px;
    font-family: 'Poppins';
    line-height: 1.4;
    font-weight: 500;
    font-style: normal;
    width: 80%;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
  }

  .hero-section-k12-container>p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
  }


  /*  --------------------------------Content serving------------------------------------ -- */



  .content-serving-heading>h2 {
    font-size: 36px;
    font-family: 'Poppins';
    line-height: 1.4;
    font-weight: 500;
    font-style: normal;
    color: #212121;
    text-align: center;
    margin: 0;
  }

  .content-serving-text>p {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: #6E8387;
    line-height: 1.4;
    text-align: center;
    margin: 1.5rem 0;
  }


  .demo-videos-heading>h3 {
    font-size: 26px;
    font-family: 'Poppins';
    line-height: 1.4;
    font-weight: 400;
    font-style: normal;
    color: #212121;
    text-align: center;
    margin: 0;
  }

  .demo-videos-select-container {
    display: flex;
    align-items: center;
    gap: 36px;
    justify-content: center;
    margin-top: 30px;
  }

  .demo-videos-select {
    position: relative;
  }

  .demo-videos-select select {
    appearance: none;
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #14B1E7;
    color: white;
    border-radius: 8px;
    border: none;
    width: 150px;
    padding-left: 24px;
    height: 45px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 500;
  }

  .demo-videos-select select:focus {
    outline: none;
  }

  .demo-videos-select svg {
    position: absolute;
    right: 9%;
    top: 38%;
    cursor: pointer;
  }

  .demo-videos-cbse-text>p {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: #212121;
    line-height: 1.4;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .demo-videos-card-container {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 40px;
  }

  .demo-video-card {
    height: 100%;
    width: 45%;
  }

  .demo-video-card>iframe {
    border-radius: 14px;
    border: none;
    aspect-ratio: 16 / 9;
    width: 100% !important;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
  }

  /* Style for vimeo video container */
  .vp-center {
    align-items: start !important;
  }

  /*-----------------------------------------------Subjects covered-----------------------------------------*/


  .subjects-covered {
    margin-top: 80px;
  }


  .subjects-covered-heading>h2 {
    font-size: 48px;
    font-family: 'Poppins';
    line-height: 1.4;
    font-weight: 400;
    font-style: normal;
    color: #212121;
    text-align: center;
    margin: 0;
  }


  .subjects-covered-container {
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
    gap: 36px;
  }

  .subject-container {
    display: grid;
    gap: 30px;
    margin-top: 36px;
  }

  .core-subject-container {

    grid-template-columns: repeat(5, 1fr);
  }

  .other-subject-container {
    grid-template-columns: repeat(4, 1fr);
  }

  .core-subjects {
    width: 50%;
  }

  .other-subjects {
    width: 45%;
  }

  .subjects-covered-heading>h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Inter';
    font-style: normal;
    margin: 0;
    color: #212121;
    text-align: center;
  }

  .subject-card {
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .subject-card>p {
    font-size: 14px;
    font-family: 'Inter';
    line-height: 1.4;
    font-weight: 500;
    color: #6E8387;
    text-align: center;
  }

  /* ------------------------------Categories Digital Content---------------------------------------------*/


  .categories-digital-content h2 {
    margin: 0;
  }

  .categories-digital-content p {
    margin: auto;
    margin-top: 18px;
  }

  .categories-digital-content-container {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-top: 40px;
  }


  .categories-digital-content-card {
    border-radius: 30px;
    border: 4px solid;
    background: #FFF;
    box-shadow: 0 15px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    width: 50%;
    padding: 40px;
  }


  .categories-digital-content-card h4 {
    color: #1F2937;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
  }

  .categories-digital-content-card p {
    color: #4B5563;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
  }

  .categories-digital-content-button {
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }

  .categories-digital-content-button>a>button {
    padding: 15px 40px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    border-radius: 8px;
    background: #14B1E7;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;

  }


  /* <!-- --------------------- Regional Languages  --------------------- --> */

  .regional-languages-subject {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  .regional-languages-subject ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    padding: 0;
    margin: 0;
  }

  .regional-languages-subject ul li a {
    border-radius: 36px;
    background: rgba(27, 177, 231, 0.10);
    color: #137EA2;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    padding: 12px 20px;
    list-style: none;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
  }


  /* ------------------------------Learning and growth---------------------------*/


  .learning-and-growth-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 36px;
    width: 80%;
    margin: auto;
    margin-top: 40px;
    
  }

  .learning-and-growth-card {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 20px;
    border-radius: 16px;
  }

  .learning-and-growth-card svg {
    width: 50%;
    height: 50%;
    margin: 0 auto;
  }


  .learning-and-growth-card p {
    color: #374151;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    width: 80%;
  }




  /* -----------------------------Language based content----------------- */

  .language-based-content-button>a>button {
    background-color: #FCB040;

  }



  /* ------------------------------CBSE NCERT board---------------------------------------------*/

  .cbse-ncert-cards-container {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    gap: 30px;
  }

  .cbse-ncert-board h2 {
    width: 70%;
    margin: auto;
  }

  .cbse-ncert-board p {
    margin-top: 20px;
  }

  .cbse-ncert-card {
    width: calc(100% / 3);
    border-radius: 8px;
    border: 3px solid;
    background: #FFF;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
    padding: 30px;
    position: relative;
    isolation: isolate;
  }

  .cbse-ncert-card h3 {
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;

  }

  .cbse-ncert-card p {
    color: #4B5563;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
  }


  .endline-heading p {
    color: #4B5563;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 36px;
  }

  /* ------------------------------Already have ERP--------------------------------------------- */

  .already-have {
    padding: 60px;
    background: linear-gradient(90deg, #CDF0F9 0%, #CDF0F9 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    border-radius: 30px;
  }

  .already-have>p {
    color: #575756;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
  }

  .already-have-button>a>button {
    padding: 15px 40px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    border-radius: 8px;
    background: #14B1E7;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
  }

  /* ------------------------------Quick links--------------------------------------------- */

  .quick-links-section {
    display: flex;
    justify-content: center;
    gap: 40%;
    align-items: start;
  }

  .quick-links-card h4 {
    color: #000000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
  }

  .quick-links-card ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
  }

  .quick-links-card ul li {
    color: #14B1E7;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    cursor: pointer;
  }



  /* ---------------------Responsive version------------------------------------ */

  @media screen and (max-width: 1280px) {
    .main-heading-section h1 {
      width: 100%;
      font-size: 48px;
    }

    .subjects-covered-heading>h2 {
      font-size: 42px;
    }




    .categories-digital-content-card h4 {
      font-size: 20px;
    }

    .categories-digital-content-card p {
      font-size: 16px;
    }

    .categories-digital-content-card {
      border-radius: 12px;
      padding: 20px;
    }

    .subject-card>p,
    .learning-and-growth-card p {
      font-size: 12px;
    }

    .subject-container {
      gap: 10px;
    }

    .subject-card>svg {
      width: 64px;
      height: 64px;
    }

  }


  @media screen and (max-width: 1100px) {
    .subheading-p {
      width: 100%;
    }

    .demo-videos-card-container {
      gap: 20px;
    }

    .demo-video-card {
      width: 49%;
    }

    .hero-section-k12-container>h1 {
      font-size: 40px;
    }


  }

  @media screen and (max-width: 1080px) {

    .hero-section-k12-container {
      padding-top: 120px;
    }

    .main-heading-section h1 {
      font-size: 40px;
    }

    .main-heading-section p {
      font-size: 24px;
    }

    .heading-h2 {
      font-size: 30px;
    }

    .subheading-p {
      font-size: 20px;
    }

    .subjects-covered-heading h3 {
      font-size: 48px;
    }

    .content-top {
      font-size: 64px;
    }

    .endline-heading p,
    .cbse-ncert-board p {
      font-size: 18px;
    }

    .cbse-ncert-card h3 {
      font-size: 22px;
    }

    .cbse-ncert-card p {
      font-size: 14px;
    }

    .cbse-ncert-cards-container {
      flex-direction: column;
    }

    .cbse-ncert-card {
      width: 100%;
    }
  }

  @media screen and (max-width: 992px) {

    .hero-section-k12-container>h1 {
      font-size: 36px;
    }

    .hero-section-k12-container>p {
      font-size: 24px;
    }

    .already-have-erp-button {
      margin-top: 0;
    }

    .subjects-covered-heading>h2,
    .heading-h2-small,
    .content-serving-heading>h2 {
      font-size: 32px;
      width: 100%;
    }

    .categories-digital-content-container {
      flex-direction: column;
    }

    .categories-digital-content-card {
      width: 100%;
      height: 160px;
    }

    .subjects-covered-heading>h4 {
      font-size: 16px;
    }


    .subject-card>p,
    .learning-and-growth-card p {
      font-size: 10px;
    }

    .categories-digital-content-button,
    .button-container {
      margin-top: 36px;
    }

    .regional-languages-subject ul li {
      font-size: 14px;
    }

    .categories-digital-content-button>a>button,
    .button-container>a>button,
    .already-have-button>a>button {
      padding: 13px 32px;
      font-size: 14px;
    }

    .cbse-ncert-board h2 {
      width: 100%;
    }

    
    .demo-video-card {
        width: 49%;
    }

    .demo-videos-card-container {
        flex-direction: column;
    }

    .demo-video-card {
        width: 100%;
    }

    .quick-links-card h4{
      font-size: 20px;
    }

    .quick-links-card ul li{
      font-size: 14px;
    }

    .quick-links-section{
      gap: 20%;
    }
  }

  @media screen and (max-width: 850px) {
    .categories-digital-content-card {
      height: 100%;
    }
  }

  @media screen and (max-width: 767px) {

    .content-top{
      margin-top: 40px;
    }

    .subjects-covered-heading>h2,
    .heading-h2-small,
    .content-serving-heading>h2 {
      font-size: 28px;
    }

    .hero-section-k12-container>h1 {
      font-size: 32px;
    }

    .subheading-p {
      font-size: 18px;
      margin: 1rem auto;
    }

    .categories-digital-content-container {
      margin-top: 24px;
    }

    .subject-card {
      gap: 12px;
    }

    .subject-container {
      margin-top: 24px;
    }

    .subject-card>svg {
      width: 50px;
      height: 50px;
    }

    .hero-section-k12-container {
      padding-top: 100px;
      padding-bottom: 40px;
      gap: 24px;
    }

    .regional-languages-subject ul li {
      font-size: 12px;
    }

    .already-have {
      padding: 40px;
      border-radius: 16px;
      gap: 30px;
    }

    .already-have>p {
      font-size: 16px;
    }

    .subjects-covered-container {
      gap: 24px;
    }

    .learning-and-growth-card svg{
      width: 80px;
      height: 80px;
    }

    .learning-and-growth-card{
      gap: 14px;
    }
    .demo-videos-heading>h3 {
        font-size: 20px;
    }

    .learning-and-growth-container{

      width: 100%;
    }

    .regional-languages-subject ul li a{
      font-size: 12px;
    }
    .categories-digital-content-button>a>button, .button-container>a>button, .already-have-button>a>button{
      padding: 11px 20px;
      border-radius: 4px;
    }

    .categories-digital-content-card h4{
      font-size: 16px;
    }

    .categories-digital-content-card p{
      font-size: 14px;
    }

    .cbse-ncert-card h3{
      font-size: 18px;
    }

    .endline-heading p, .cbse-ncert-board p{
      font-size: 16px;
    }
  }


  @media screen and (max-width: 600px) {

    .subjects-covered-heading>h2,
    .heading-h2-small,
    .content-serving-heading>h2 {
      font-size: 22px;
    }

    .hero-section-k12-container>h1 {
      font-size: 28px;
    }


    .hero-section-k12-container>p {
      font-size: 20px;
    }

    .content-top {
      margin-top: 36px;
    }

    .other-subjects,
    .core-subjects {
      width: 100%;
    }

    .core-subject-container {
      grid-template-columns: repeat(4, 1fr);
    }

    .subjects-covered-container {
      flex-direction: column;
    }

    .subheading-p {
      font-size: 16px;
    }

    .endline-heading p{
      margin-top: 24px;
    }

    .learning-and-growth-container{
      gap: 20px;
      grid-template-columns: repeat(3, 1fr);
    }

    .learning-and-growth-card svg{
      width: 64px;
      height: 64px;
    }
    
    .demo-videos-select-container {
        gap: 15px;
    }

    .demo-videos-select select {
        width: 110px;
        font-size: 14px;
    }

    .demo-videos-select svg {
        right: 6%;
        height: 8px;
        width: 8px;
    }

    .quick-links-section{
      gap: 6%;
    }

    .content-serving-text>p,
    .demo-videos-cbse-text>p{
      font-size: 18px;
    }

    .already-have{
      gap: 20px;
    }

    .hero-section-k12-container{
      padding-left: 12px;
      padding-right: 12px;
    }

  }

  @media screen and (max-width: 550px){
    .quick-links-section{
      flex-direction: column;
      gap: 30px;
    }

    .hero-section-k12-container>h1{
      font-size: 24px;
    }

    .hero-section-k12-container>p{
      font-size: 16px;
    }
  }

  @media screen and (max-width: 430px){


  }

  @media screen and (max-width: 410px){
    .demo-videos-select select{
      width: 110px;
      font-size: 14px;
    }
  }


