* {
    margin: 0;
    padding: 0;
}



.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: 180px;
    padding-bottom: 80px;
}



.hero-section-k12-container>h1 {
    font-size: 56px;
    font-family: 'Poppins';
    line-height: 1.2;
    font-weight: 500;
    font-style: normal;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}


.subheading-section-k12 {
    display: flex;
    justify-content: center;
    margin: 60px auto;
}

.subheading-section-k12>p {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: #6E8387;
    line-height: 1.4;
    text-align: center;
    margin: 0;
}

/*  --------------------------------Content serving------------------------------------ -- */

.content-serving {
    margin-top: 80px;
}


.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;
}


.different-subjects-covered-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: start;
    margin-top: 70px;
}



.different-subject-mobile {
    display: none;
}

.different-subject-heading>p {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Inter';
    font-style: normal;
    margin: 0;
    color: #212121;
    text-align: center;
}

.different-subjects-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    align-items: start;
}


.different-subjects-row-container {
    display: flex;
    gap: 20px;
    align-items: start;
    justify-content: center;
    margin-top: 24px;
}

.different-subjects-card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 160px;
    border-radius: 5px;
}

.different-subjects-card>p {
    font-size: 14px;
    font-family: 'Inter';
    line-height: 1.4;
    font-weight: 400;
    color: #6E8387;
    text-align: center;
}


/* ------------------------Added content styling----------------------------------------- */

.added-content-container {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.added-content-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;
}

.added-content-paragraph {
    display: flex;
    justify-content: center;
}

.added-content-paragraph>p {
    font-size: 18px;
    font-family: 'Inter';
    line-height: 1.4;
    font-weight: 400;
    color: #6E8387;
    text-align: center;
    width: 65%;
}

.added-content-subheading>h4 {
    font-size: 24px;
    font-family: 'Inter';
    line-height: 1.4;
    font-weight: 600;
    color: #212121;
    text-align: center;
}

.added-content-button>a>button {
    padding: 16px 45px;
    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;
}

/* ----------------------------------Reporting Dashboard---------------------------------- */

.reporting-dashboard-container {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.reporting-dashboard-content,
.reporting-dashboard-image {
    width: 50%;
}

.reporting-dashboard-content-heading>h3 {
    font-size: 32px;
    font-family: 'Poppins';
    line-height: 1.4;
    font-weight: 400;
    font-style: normal;
    color: #212121;
    margin: 0;
}

.reporting-dashboard-content-paragraph>p {
    font-size: 18px;
    font-family: 'Inter';
    line-height: 1.4;
    font-weight: 400;
    color: #6E8387;
    margin: 1rem 0;
}

.reporting-dashboard-image>img {
    width: 80%;
}

/*  --------------------------Cloud based dashboard------------------------------ */

.cloud-based-dashboard {
    margin-top: 80px;
}

.cloud-based-dashboard-heading>h3 {
    font-size: 28px;
    font-family: 'Poppins';
    line-height: 1.4;
    font-weight: 500;
    font-style: normal;
    color: #212121;
    margin: 0;
    text-align: center;
    margin-bottom: 60px;
}

.cloud-based-dashboard-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 36px;
}

.cloud-based-dashboard-image,
.cloud-based-dashboard-content {
    width: 50%;
}

.cloud-based-dashboard-image>img {
    width: 60%;
}

.cloud-based-dashboard-content>p {
    font-size: 18px;
    font-family: 'Inter';
    line-height: 1.4;
    font-weight: 400;
    color: #6E8387;
    width: 60%;
}

.cloud-based-dashboard-text {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cloud-based-dashboard-text>p {
    font-size: 18px;
    font-family: 'Inter';
    line-height: 1.4;
    font-weight: 400;
    color: #6E8387;
    text-align: center;
    width: 70%;
}

/*------------------------------------------------Connect with us--------------------------------------------------*/

.contact-container-main {
    margin: 80px auto;
}

.contact-container {
    background-color: #CDF0F9;
    padding: 80px 90px 80px 90px;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 120px;
}

.contact-container-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}


.contact-container-text p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 24px;
    color: #323232;
    text-align: left;
    line-height: 40px;
    width: 80%;
}

.contact-container-text button {
    border: none;
    background: #FFFFFF;
    border-radius: 7.61828px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #14B1E7;
    padding: 10px 40px;
    text-align: center;
    margin-bottom: 0px;
    cursor: pointer;
}

.contact-container-img>img {
    width: 525px;
}

@media screen and (max-width: 1280px) {
    .different-subjects-covered-container {
        justify-content: space-between;
        gap: 14px;
        margin-top: 50px;
    }

    .subjects-covered-heading>h2,
    .added-content-heading>h2 {
        font-size: 42px;
    }

    .different-subjects-card {
        width: 110px;
        padding: 0px 6px;
    }

    .cloud-based-dashboard-text>p {
        width: 90%;
        font-size: 16px;
    }

    .hero-section-k12-container>h1 {
        font-size: 48px;
    }

}

@media screen and (max-width: 1100px) {


    .subjects-covered,
    .content-serving,
    .added-content-container,
    .reporting-dashboard-container,
    .contact-container-main,
    .cloud-based-dashboard {
        margin: 60px auto;
    }

    .contact-container {
        margin-top: 80px;
    }

    .subheading-section-k12 {
        margin: 40px auto;
    }

    .hero-section-k12-container>h1 {
        font-size: 44px;
        padding: 0 16px;
        line-height: 1.4;
        width: 100%;
    }

    .reporting-dashboard-content-heading>h3 {
        font-size: 24px;
    }

    .reporting-dashboard-content-paragraph>p {
        font-size: 16px;
    }

    .reporting-dashboard-image>img {
        width: 100%;
    }


    .contact-container {
        padding: 50px 60px;
    }

    .added-content-paragraph>p {
        width: 95%;
    }
}

@media screen and (max-width: 992px) {


    .hero-section-k12-container>h1 {
        font-size: 36px;
    }

    .subjects-covered-heading>h2,
    .content-serving-heading>h2,
    .added-content-heading>h2,
    .added-content-heading>h2 {
        font-size: 32px;
    }

    .subheading-section-k12>p {
        font-size: 18px;
    }

    .added-content-paragraph>p {
        width: 95%;
    }

    .added-content-button>a>button {
        padding: 12px 28px;
    }

    .cloud-based-dashboard-heading>h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .contact-container-text p {
        font-size: 24px;
        line-height: 1.4;
    }

    .contact-container-text button {
        font-size: 16px;
    }

    .contact-container {
        padding: 40px 50px;
    }

    .content-serving-text>p {
        font-size: 18px;
    }

    .demo-video-card {
        width: 49%;
    }

    .different-subject-heading>p {
        font-size: 18px;
    }

    .demo-videos-card-container {
        flex-direction: column;
    }

    .demo-video-card {
        width: 100%;
    }

    .different-subjects-covered-container {
        margin-top: 40px;
    }

    .different-subjects-card {
        width: 150px;
    }

    .different-subject-web {
        display: none;
    }

    .different-subjects-covered-card {
        margin-top: 40px;
    }

    .different-subject-mobile {
        display: block;
    }

    .different-subjects-row-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .added-content-container {
        gap: 20px;
    }

    .added-content-subheading>h4 {
        font-size: 20px;
    }

    .cloud-based-dashboard-image>img {
        width: 100%;
    }

    .cloud-based-dashboard-content>p {
        width: 100%;
    }
}


@media screen and (max-width: 767px) {

    .subheading-section-k12 {
        margin: 30px auto;
    }

    .contact-container {
        margin-top: 50px;
    }

    .hero-section-k12-container>h1 {
        font-size: 32px;
    }

    .subjects-covered-heading>h2,
    .content-serving-heading>h2,
    .added-content-heading>h2,
    .added-content-heading>h2 {
        font-size: 28px;
        font-weight: 400;
    }

    .added-content-paragraph>p {
        width: 100%;
    }

    .added-content-button>a>button {
        padding: 10px 24px;
        font-size: 14px;
        border-radius: 5px;
    }

    .hero-section-k12-container {
        height: 60vh;
    }

    .cloud-based-dashboard-content>p {
        font-size: 16px;
    }

    .cloud-based-dashboard-text>p {
        font-size: 16px;
    }


    .cloud-based-dashboard-row {
        flex-direction: column;
        gap: 0;
    }

    .cloud-based-dashboard-row:nth-child(3) {
        flex-direction: column-reverse;
    }

    .cloud-based-dashboard-content {
        display: flex;
        justify-content: center;
    }

    .cloud-based-dashboard-content>p {
        font-size: 16px;
        text-align: center;
        font-weight: 500;
        width: 95%;
    }

    .cloud-based-dashboard-image,
    .cloud-based-dashboard-content {
        width: 100%;
    }

    .reporting-dashboard-container {
        flex-direction: column-reverse;
    }

    .reporting-dashboard-content,
    .reporting-dashboard-image {
        width: 100%;
    }

    .reporting-dashboard-content-heading>h3 {
        font-size: 20px;
        text-align: center;
    }

    .reporting-dashboard-content-paragraph>p {
        text-align: center;
    }

    .reporting-dashboard-container {
        gap: 30px;
    }

    .contact-container-text p {
        font-size: 16px;
    }

    .contact-container-img>img {
        width: 350px;
    }

    .contact-container-text button {
        padding: 6px 25px;
        font-size: 14px;
    }

    .content-serving-text>p {
        font-size: 16px;
    }

    .demo-videos-heading>h3 {
        font-size: 20px;
    }

    .different-subject-heading>p {
        font-size: 16px;
    }

    .added-content-paragraph>p {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {


    .hero-section-k12-container>h1 {
        font-size: 26px;
    }

    .subjects-covered-heading>h2,
    .added-content-heading>h2,
    .content-serving-heading>h2,
    .added-content-heading>h2 {
        font-size: 22px;
    }

    .subheading-section-k12>p {
        font-size: 16px;
    }

    .cloud-based-dashboard-text>p {
        width: 100%;
    }

    .contact-container-text {
        gap: 15px;
    }


    .contact-container {
        flex-direction: column-reverse;
        gap: 30px;
        padding: 35px 48px;
    }


    .contact-container-text p {
        width: 100%;
    }

    .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;
    }

    .different-subjects-covered-container {
        margin-top: 30px;
    }

    .added-content-subheading>h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 500px) {

    .hero-section-k12-container {
        height: 50vh;
    }

    .breakpoint-500 {
        display: none;
    }

    .different-subjects-card {
        width: 100%;
        height: 45px;
    }

    .different-subjects-row-container {
        display: grid;
        grid-template-columns: auto auto auto;
    }

    .different-subjects-card>p {
        font-size: 12px;
    }
}