* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}


select:focus {
    outline: none;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

.breakpoint-450 {
    display: none;
}

.container-1440 {
    width: 100%;
    max-width: 1440px;
    padding: 0 80px;
    margin: auto;
}

.displayWeb {
    display: block;
}

.displayMobile {
    display: none;
}

.width-2560 {
    max-width: 2560px;
    width: 100%;
    margin: 0 auto;
}


.container-full {
    width: 100%;
    display: flex;
    justify-content: center;
}


section.hero-section-social-sector {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    margin: 30px;
    margin-top: 100px;
    display: flex;
    max-width: 1980px;
    width: 100%;
    justify-content: center;
    margin-bottom: 0;
}

.hero-data-container-social-sector {
    background: linear-gradient(326deg, rgba(0, 0, 0, 0.00) 20.02%, rgba(0, 0, 0, 0.50) 43.05%, #000 106.36%);
    height: 85vh;
    display: flex;
    padding: 0px 0% 0px 8%;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border-radius: 24px;
    width: 100%;
    gap: 35px;
}


.hero-container-heading h1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.hero-container-buttons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: start;
}

.hero-container-buttons ul li {

    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 34.246px;
    border-radius: 57.077px;
    border: 2.283px solid #FFF;
    background: rgba(0, 0, 0, 0.40);
    padding: 6px 37px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;

}

.hero-container-enquire>a {
    text-decoration: none;
}

.hero-container-enquire>a>button {

    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    width: 235px;
    height: 54px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #14B1E7;
    cursor: pointer;
    border: none;
    margin-top: 40px;
}




/*---------------------------------End to end solutions-------------------------------*/


.end-to-end-solution-container {
    margin-top: 90px;
}

.end-to-end-solution-heading h2 {

    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    width: 80%;
    margin: auto;
}

.end-to-end-solution-heading>p {
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
    width: 80%;
    margin: 1.5rem auto;
    color: #212121;
}


.end-to-end-solution-heading>p>strong {
    color: #212121;
}

.end-to-end-solution-boxes-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    margin: 40px auto;
    justify-content: space-between;
}

.end-to-end-solution-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #57575670;
    border-radius: 20px;
    height: 90px;
    padding: 20px;
}

.end-to-end-solution-box {
    transition: all 0.3s ease;
}

.end-to-end-solution-box p {
    transition: color 0.3s ease;
}

.end-to-end-solution-box:focus {
    outline: none;
}

.end-to-end-solution-box:hover {
    background-color: #F4FDFF;
    border: 1px solid #14B1E7;
}

.end-to-end-solution-box:hover p {
    color: #14B1E7;
}

.end-to-end-solution-box>p {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    color: #212121;
    line-height: 1.6;
    text-align: center;
}


/*  <!-- -------------------------WE BRING DEPTH---------------------------------->*/

.we-bring-depth-container {
    margin-top: 60px;
}



.we-bring-depth-container>h2 {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
}




.we-bring-depth-card-container {

    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 45px;

}

.we-bring-depth-card {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 32px;
}


.image-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;

    width: 267px;
}

.image-content>img {

    width: 267px;
    height: 100%;
}

.image-content>p {
    color: #575756;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    /* 115.556% */
    margin-top: 10px;
}




/*--------------------------------OUR SOLUTIONS LEAD---------------------------------*/

.our-solutions-lead-container {
    margin-top: 100px;
}

.our-solutions-lead-heading>h2 {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
}

.our-solutions-lead-boxes-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 60px;
    justify-content: space-between;
}

.our-solution-lead-box {
    display: flex;
    align-items: center;
    padding: 36px;
    gap: 26px;
    border-right: solid 1px #57575661;
}

.our-solution-lead-box:nth-child(-n+3) {
    border-bottom: solid 1px #57575661;
}

.our-solution-lead-box:nth-child(3) {
    border-right: none;
}


.our-solution-lead-box-svg {

    width: 48px;
    height: 48px;
}

.our-solution-lead-box-text>p {
    color: #212121;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
}

/* -----------------------------------------Digital learning program---------------- */

.integrated-impact {
    margin-top: 50px;

}

.integrated-impact-container-text {
    display: flex;
    justify-content: center;
    border-radius: 17px;
    background: #F4FDFF;
    align-items: start;
    width: 98%;
    margin: auto;
    padding: 22px 50px;
}


.integrated-impact-container-text>p {
    color: #14B1E7;
    text-align: center;
    font-family: "Inter";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;

}

.integrated-impact-cards-container {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 60px;

}



.integrated-impact-card {
    border: 1px solid #DEDEDE;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 24px 20px;
    gap: 36px;
    display: flex;
    flex-direction: column;
    flex: 1;

}

.integrated-impact-card-heading {
    height: 120px;
    display: flex;
    align-items: center;
}

.integrated-impact-card-heading>h3 {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    margin: 0;
    width: 100%;
}

.integrated-impact-card-text>p {
    color: #575756;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;

}

.integrated-impact-button {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

.integrated-impact-button>button {

    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    padding: 12px 26px;
    color: #FFFFFF;
    background-color: #14B1E7;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

/* -------------------------------Best suited ifp-------------------------------- */


.data-monitoring-and-reporting-container {
    margin-top: 100px;

}

.data-monitoring-reporting-slider {
    display: none;
}

.data-monitoring-and-reporting-container-heading {
    display: flex;
    justify-content: center;
}

.data-monitoring-and-reporting-container-heading>h2 {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;

}


.data-monitoring-and-reporting-container-paragraph {
    display: flex;
    justify-content: center;
    margin-top: 10px;

}

.data-monitoring-and-reporting-container-paragraph>p {
    color: #575756;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 1rem 0;
    width: 80%;

}

.data-monitoring-and-reporting-container>a {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.data-monitoring-and-reporting-container>a>button {

    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    padding: 12px 26px;
    color: #FFFFFF;
    background-color: #14B1E7;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}



.data-monitoring-and-reporting-container-last-paragraph {
    display: flex;
    justify-content: center;
    border-radius: 17px;
    background: #F4FDFF;
    align-items: start;
    width: 98%;
    margin: auto;
    padding: 32px 46px;
    margin-top: 40px;
}

.data-monitoring-and-reporting-container-last-paragraph>p {
    color: #14B1E7;
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}



/* ---------------------------CASE STUDY-------------------------------- */

.case-studies-container {
    margin-top: 100px;
}

.case-studies-container>h2 {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

.case-study-cards-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 40px;
}

.case-study-slider-container {
    display: none;
}

.case-study-card {
    flex: 1;
    border-radius: 20px;
    border: 1px solid #DEDEDE;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 24px;
    justify-content: space-between;
}

.case-study-card-heading {
    height: 100px;
}

.case-study-card-heading>h4 {

    color: #575756;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 116.667% */
    padding: 0 16px;

}

.case-study-card>p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #575756;
    padding: 0 31px;
}

.case-study-card>a {
    text-align: start;
    padding: 0 31px;
    margin-top: 20px;
}

.case-study-card>a>button {

    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    padding: 12px 26px;
    color: #FFFFFF;
    background-color: #14B1E7;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.case-study-line {
    display: flex;
    justify-content: center;
    gap: 60px;
    align-items: center;
    padding: 0 31px;
    height: 200px;
}

.case-study-line-data-1 {
    height: 158px;
    width: 158px;
}

.case-study-line-data-2 {
    width: 234px;
    height: 187px;
    flex-shrink: 0;
}

.subject-wise-improvement>h5 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.9px;
    text-align: left;
    color: #575756;
}

.subject-logo-container {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin-top: 12px;
}

.subject-logo-container>p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.9px;
    text-align: left;
    color: #575756;
    margin: 0;
}

.color-logo {
    width: 20px;
    height: 20px;
    border-radius: 3px;
}


.subject-wise-improvement>p {
    color: #575756;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 10.9px;
    /* 136.25% */
    margin-top: 26px;
}


/*------------------------------NGO or CSR banner-------------------------------*/
.ngo-or-csr-banner-container {
    margin-top: 80px;
}

.ngo-or-csr-blue-container {
    width: 100%;
    height: 328px;
    flex-shrink: 0;
    background: linear-gradient(90deg, #F5FCFF 0%, #C2EBFA 100%);
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;

}

.ngo-or-csr-blue-container>p {

    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.ngo-or-csr-blue-container-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ngo-or-csr-blue-container-button>a>button {

    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    padding: 13px 42px;
    color: #FFFFFF;
    background-color: #14B1E7;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

/*----------------------------Edtech tulna container--------------------------------------------*/
.edtech-tulna-banner-container {
    margin-top: 32px;
}

.edtech-tulna-banner {
    max-width: 1240px;
    width: 100%;
    border-radius: 10px;
    background: #F6F6F6;
    height: 180px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}

.edtech-tulna-banner>img {
    width: 267.999px;
    height: 84.402px;

}

.edtech-tulna-banner>p {
    color: #575756;
    font-family: "Open Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}





/* --------------------------------RECENT LARGE GOVERMENT IMPLEMENTATION-------------------------------- */


.recent-large-goverment-implementation {
    margin-top: 100px;
}

.recent-large-goverment-implementation>h2 {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 76px;
}





.goverment-implementation-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}

.goverment-implementation-card {

    width: 367px;
    height: 428px;
    border-radius: 20.39px;
    border: 0.68px solid #DEDEDE;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px;
}


.goverment-implementation-card-heading>h3 {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    color: #334155;
    margin: 0;
}

.goverment-implementation-card-text {
    height: 125px;
}

.goverment-implementation-card-text>p {
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: #575756;
    margin: 0;
}


.read-more>a {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 1rem;
    text-decoration: none;
}

.read-more>a>p {

    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    color: #1BB1E7;
    margin: 0;
}


.project-proposal {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.project-proposal>p {
    color: #212121;
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    margin-top: 24px;
    /* 125% */

}

.project-proposal-button {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.project-proposal-button>a>button {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    padding: 12px 26px;
    color: #FFFFFF;
    background-color: #14B1E7;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}




/* -------------------------------USERS SPEAK-------------------------------- */

.users-speak {
    margin-top: 120px;
    display: block;
}


.users-speak>h2 {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 76px;
    /* 158.333% */
    margin: 0;
}

.users-speak-list-container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 58%;
    list-style: none;
    border-bottom: 0.48px solid #C0C0C0;

    gap: 2rem;
    margin: 30px auto;
    margin-bottom: 40px;

}

.user-speak-mobile-container {
    display: none;
}

.users-speak-list-container>li {
    color: #C0C0C0;
    text-align: center;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}

.users-speak-list-container>.active-user-speak {
    color: #575756;
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 4px solid #1BB1E7;
    padding-bottom: 15px;
}



.student-testimonial,
.teacher-testimonial {
    display: none;
    justify-content: center;
    gap: 32px;
}

.card-student-testimonial {
    box-shadow: 13.078px 12.368px 0px 0px rgba(18, 17, 17, 0.07), 7.7px 7.283px 0px 0px rgba(18, 17, 17, 0.05), 3.955px 3.74px 0px 0px rgba(18, 17, 17, 0.04), 1.59px 1.504px 0px 0px rgba(18, 17, 17, 0.03), 0.356px 0.336px 0px 0px rgba(18, 17, 17, 0.02);
    flex-shrink: 0;
    background-color: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    flex: 1;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    gap: 24px;
    height: 400px;
}

.svg-para-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.svg-para-text>img {
    width: 56px;
    height: 56px;
}

.svg-para-text>p {
    color: #575756;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
}


.name-organization>h4 {
    color: #202030;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    line-height: normal;

}


/*--------------------------Become our partner---------------------------------*/

.become-our-partner-banner-container {
    margin-top: 80px;
}

.become-our-partner-blue-container {
    width: 100%;
    height: 328px;
    flex-shrink: 0;
    background: linear-gradient(90deg, #F5FCFF 0%, #C2EBFA 100%);
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;

}

.become-our-partner-blue-container>p {

    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;

}

.become-our-partner-blue-container-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.become-our-partner-blue-container-button a button {

    border-radius: 8px;
    background: #14B1E7;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    width: 216px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
}

/* --------------------------------------Frequently Asked Questions-------------------------------------- */

.faq-heading {
    margin-top: 80.5px;
}

.faq-heading>h2 {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 76px;
}

.faq-container {

    margin-top: 33px;
    margin-bottom: 55px;
    padding: 31px 80px;
    border-radius: 40px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    box-shadow: 12px 12px 10px 0px #EFF9FF;
    height: 450px;
    overflow-y: scroll;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion-title {
    color: #212121;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    width: 80%;
}

.accordion button {
    text-align: left;
    width: 100%;
    padding: 16px 0;

    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 1000px;
    transition: max-height ease-out, opacity ease-out;
    /* Smoother transition */
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height ease, opacity ease;
    /* Smoother transition */
}

.accordion .accordion-content p {
    font-size: 20px;
    color: #666666;
    margin-bottom: 1rem;

}

#accordion-button-3 {
    color: black;
    font-family: "Inter", sans-serif;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}


.accordion-content p {
    color: black;
    font-family: "Inter", sans-serif !important;
}

.breakpoint-1200 {
    display: none;
}

@media screen and (max-width:1600px) {

    section.hero-section-social-sector,
    .hero-container {
        max-width: 1440px;
    }

}

@media screen and (min-width:1600px) {
    .hero-container-heading h1 {
        width: 70%;
    }
}

@media screen and (min-width:1401px) {
    .container-full {
        max-width: 100%;
    }
}



@media screen and (max-width: 1330px) {
    br {
        display: none;
    }

    .become-our-partner-blue-container>p {
        padding: 0 30px;
    }


    .edtech-tulna-banner {
        justify-content: space-between;
        padding: 0 30px;
        gap: 50px;
    }

    .edtech-tulna-banner>p {
        font-size: 26px;
    }


    .goverment-implementation-card-text>p {
        font-size: 18px;
    }


    .our-solution-lead-box-text>p {
        font-size: 20px;
    }

}


@media screen and (max-width: 1280px) {
    .hero-container-heading h1 {
        width: 80%;
        font-size: 48px;
        line-height: 1.4;
    }

    .end-to-end-solution-container {
        margin-top: 50px;
    }

    .hero-data-container-social-sector {
        gap: 60px
    }

    .integrated-impact {
        margin-top: 30px;

    }

    .we-bring-depth-container {
        margin-top: 40px;
    }

    .our-solutions-lead-container,
    .data-monitoring-and-reporting-container,
    .case-studies-container,
    .recent-large-goverment-implementation,
    .users-speak {
        margin-top: 70px;
    }


    .integrated-impact-card-heading>h3 {
        font-size: 20px;
    }

    .integrated-impact-card-text>p {
        font-size: 16px;
    }

    .integrated-impact-card {
        gap: 24px;
    }


    .case-study-line {
        gap: 40px;
        padding: 0 20px;
    }

    .case-study-card>a,
    .case-study-card>p {
        padding: 0 20px;
    }

}

@media screen and (max-width: 1200px) {

    .end-to-end-solution-heading h2,
    .we-bring-depth-container>h2,
    .our-solutions-lead-heading>h2,
    .data-monitoring-and-reporting-container-heading>h2,
    .case-studies-container>h2,
    .recent-large-goverment-implementation>h2,
    .users-speak>h2,
    .faq-heading>h2 {
        font-size: 42px;
        line-height: 1.4;
        width: 100%;
    }

    .data-monitoring-and-reporting-container-paragraph>p {
        width: 100%;
    }

    .data-monitoring-and-reporting-container-last-paragraph {
        width: 100%;
    }

    .hero-container-enquire>a>button {
        margin-top: 0;
    }


    .breakpoint-1200 {
        display: block;
    }

    .data-monitoring-and-reporting-container-last-paragraph {
        margin-top: 10px;
    }



    .integrated-impact-container-text>p,
    .data-monitoring-and-reporting-container-last-paragraph>p {
        font-size: 20px;
        line-height: 1.4;
    }

    .end-to-end-solution-box>p {
        font-size: 20px;
    }

    .end-to-end-solution-box {
        border-radius: 10px;
    }


    .our-solution-lead-box {
        padding-left: 16px;
    }

    .integrated-impact-card-heading>h3 {
        font-size: 20px;
    }

    .users-speak-list-container>.active-user-speak {
        font-size: 26px;
    }

    .users-speak-list-container>li {
        font-size: 22px;
    }
}


@media screen and (max-width: 1150px) {
    .our-solution-lead-box {
        padding-left: 10px;
        padding-right: 10px;
        gap: 10px;
    }

    .card-student-testimonial {
        height: auto;
    }


}

@media screen and (max-width: 1100px) {

    .edtech-tulna-banner>p {
        font-size: 22px;
    }

    .edtech-tulna-banner>img {
        width: 220.999px;
        height: 64.402px;
    }


    .goverment-implementation-card>p {
        font-size: 16px;
    }

    .goverment-implementation-card>h3 {
        font-size: 22px;
    }

    .case-study-line {
        gap: 30px
    }

    .hero-container-heading h1 {
        font-size: 42px;
    }

    .our-solutions-lead-container,
    .data-monitoring-and-reporting-container,
    .case-studies-container,
    .recent-large-goverment-implementation,
    .users-speak {
        margin-top: 50px;
    }

    .hero-container-enquire>a>button,
    .ngo-or-csr-blue-container-button>a>button,
    .project-proposal-button>a>button,
    .become-our-partner-blue-container-button>a>button,
    .integrated-impact-card-button>a>button,
    .integrated-impact-button>button,
    .project-proposal-button>a>button,
    .case-study-card>a>button {
        padding: 12px 20px;
    }

    .data-monitoring-and-reporting-container-heading>h2 {
        width: 90%;
        font-size: 44px;
        line-height: 1.4;
    }

    .data-monitoring-and-reporting-container-paragraph>p {
        font-size: 22px;
        line-height: 1.4;
    }

    .case-study-card-heading>h4 {
        font-size: 20px;
        line-height: 1.4;
    }

    .accordion-title {
        font-size: 22px;
    }

    .goverment-implementation-card-text {
        height: 120px;

    }

    .goverment-implementation-card-text>p {

        font-size: 16px;
        line-height: 1.4;

    }

    .edtech-tulna-banner>img {
        width: 200px;
        height: 60px;
    }

    .case-study-line-data-1 {
        height: 120px;
        width: 120px;
    }

    .case-study-line-data-2 {
        width: 172px;
        height: 195px;
    }


    .become-our-partner-blue-container>p,
    .ngo-or-csr-blue-container>p {
        padding: 0 30px;
        font-size: 32px;
        line-height: 1.4;
    }

    .image-content>p {
        font-size: 16px;
    }

    .data-monitoring-and-reporting-container-last-paragraph {
        height: 100%;
        padding: 16px 28px;
    }

    .end-to-end-solution-heading>p {
        width: 100%;
    }

    .integrated-impact-cards-container {
        flex-direction: column;
    }

    .integrated-impact-card-heading {
        height: auto;
    }

    .card-student-testimonial {
        padding: 20px 18px;
    }

    .student-testimonial,
    .teacher-testimonial {
        gap: 20px;
    }

    .goverment-implementation-container {
        gap: 15px;
    }

    .user-speak-web-container {
        display: none;
    }

    .user-speak-mobile-container {
        display: block;
    }

    .card-student-testimonial {
        height: 350px;
        box-shadow: none;
    }
}


@media screen and (max-width: 1000px) {
    .goverment-implementation-card-heading {
        height: 55px;
    }
}

@media screen and (max-width: 992px) {

    .our-solutions-lead-container,
    .data-monitoring-and-reporting-container,
    .case-studies-container,
    .recent-large-goverment-implementation,
    .users-speak {
        margin-top: 40px;
    }

    .container-1440 {
        padding: 0 30px;
    }

    .hero-container-heading h1 {
        font-size: 36px;

    }

    .end-to-end-solution-heading h2,
    .we-bring-depth-container>h2,
    .our-solutions-lead-heading>h2,
    .data-monitoring-and-reporting-container-heading>h2,
    .case-studies-container>h2,
    .recent-large-goverment-implementation>h2,
    .users-speak>h2,
    .faq-heading>h2 {
        font-size: 32px;
    }


    .hero-container-buttons ul li {
        padding: 4px 25px;
    }

    .data-monitoring-and-reporting {
        margin-top: 20px;
    }


    .integrated-impact-container-text>p,
    .data-monitoring-and-reporting-container-last-paragraph>p {
        font-size: 18px;
    }



    /* data monitoring and reporting slider code */
    .data-monitoring-reporting-slider {
        display: block;
        margin-top: 36px;
    }

    .data-monitoring-reporting-slider-card {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .data-monitoring-reporting-slider-card>img {
        width: 100%;
        height: 100%;
    }

    .data-monitoring-reporting-slider-card>h3 {
        color: #212121;
        font-family: Poppins;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        margin: 0;
        line-height: 1.4;
    }

    .data-monitoring-reporting-slider-card>p {
        color: #666666;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.4;
    }

    .case-study-cards-container {
        display: none;
    }

    .case-study-slider-container {
        display: block;
        margin-top: 40px;
    }

    .student-testimonial {
        display: none;
    }

    .data-monitoring-and-reporting-container-heading>h2 {
        width: 100%;
    }

    .data-monitoring-and-reporting-container-last-paragraph>p {
        font-size: 22px;
        line-height: 1.4;
        width: 100%;
    }

    .image-content>p {
        font-size: 14px;
    }

    .goverment-implementation-card-heading>h3 {
        font-size: 22px;
        line-height: 1.4;

    }

    .users-speak-slider {
        display: block;
        margin-top: 35px;
    }


    .users-speak-slider>h2 {
        color: #212121;
        text-align: center;
        font-family: Poppins;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.4;
        /* 158.333% */
        margin: 0;
    }

    .users-speak-list-container-slider {
        display: flex;
        justify-content: space-between;
        align-items: start;
        width: 55%;
        list-style: none;
        border-bottom: 0.48px solid #C0C0C0;
        gap: 2rem;
        margin: 20px auto;
        margin-top: 40px;

    }



    .users-speak-list-container-slider>li {
        color: #C0C0C0;
        text-align: center;
        font-family: Poppins;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        cursor: pointer;
    }

    .users-speak-list-container-slider>.active-user-speak-slider {
        color: #575756;
        text-align: center;
        font-family: Poppins;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        border-bottom: 4px solid #1BB1E7;
        padding-bottom: 15px;
    }

    .end-to-end-solution-heading>p {
        font-size: 20px;
        width: 100%;
    }

    .integrated-impact-container-text {
        padding: 24px;
    }


    .our-solutions-lead-boxes-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .our-solution-lead-box {
        flex-direction: column;
        border: none;
    }

    .our-solution-lead-box-text>p {
        text-align: center;
        margin: auto;
    }

    .our-solution-lead-box:not(:last-child) {
        border-bottom: 1px solid #57575661;
    }

    .our-solution-lead-box:nth-child(odd) {
        border-right: 1px solid #57575661;
    }

    .users-speak-list-container>.active-user-speak {
        font-size: 22px;
    }

    .users-speak-list-container>li {
        font-size: 18px;
    }




}


@media screen and (max-width: 930px) {


    .data-monitoring-and-reporting-container {
        gap: 60px
    }

    .case-studies-container {
        margin-top: 35px;
    }

}


@media screen and (max-width: 800px) {


    .hero-container-heading h1 {
        font-size: 30px;

    }

    .hero-data-container-social-sector{
        height: 70vh;
    }
    .hero-container-enquire>a>button {
        width: 190px;
    }

    br {
        display: none;
    }

    .hero-container-buttons ul {
        flex-wrap: wrap;
    }

    .hero-container-buttons ul li {

        font-size: 16px;

    }

    .end-to-end-solution-heading h2,
    .we-bring-depth-container>h2,
    .our-solutions-lead-heading>h2,
    .data-monitoring-and-reporting-container-heading>h2,
    .case-studies-container>h2,
    .recent-large-goverment-implementation>h2,
    .users-speak>h2,
    .faq-heading>h2 {
        font-size: 28px;
    }

    .become-our-partner-banner-container {
        margin-top: 40px;
    }

    .project-proposal-button {
        margin-top: 15px;
    }

    .ngo-or-csr-banner-container {
        padding: 0 !important;
        margin-top: 40px;
    }

    .ngo-or-csr-blue-container,
    .become-our-partner-blue-container {
        height: 100%;
        width: 100%;
        padding: 40px 30px;
        gap: 15px;
        border-radius: 0;
    }

    .ngo-or-csr-blue-container>p,
    .become-our-partner-blue-container>p {
        font-size: 26px;
        font-weight: 400;
        line-height: normal;
    }


    .goverment-implementation-container {
        margin-top: 30px;
    }

    .edtech-tulna-banner {
        flex-direction: column;
        height: 100%;
        gap: 25px;
        border-radius: 0;
        padding: 30px 32px;
    }

    .edtech-tulna-banner>p {
        color: #212121;
        text-align: center;
    }

    .edtech-tulna-banner>img {
        width: 240px;
        height: 70px;
    }

    .edtech-tulna-banner-container {
        margin-top: 0;
        padding: 0;
    }

    .goverment-implementation-container {
        flex-direction: column;
    }

    .goverment-implementation-card {
        width: 100%;
        height: auto;
    }

    .goverment-implementation-card-text,
    .goverment-implementation-card-heading {
        height: 100%;
    }

    .project-proposal>p {
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
    }

    .become-our-partner-banner-container {
        padding: 0 !important;
    }

    .become-our-partner-blue-container {
        border-radius: 0;
    }


    .faq-container {
        border: none;
        padding: 0 16px;
    }

    .accordion-title {
        font-size: 20px;
        line-height: 1.4;
    }

    .accordion .accordion-content p {
        font-size: 16px;
        line-height: 1.2;
    }

    .faq-container {
        border-radius: 12px;
    }

    .users-speak-list-container-slider {
        width: 90%;
    }


    .users-speak-list-container-slider>li {
        font-size: 18px;
    }

    .users-speak-list-container-slider>.active-user-speak-slider {
        font-size: 22px;
    }

    .users-speak-list-container-slider {
        justify-content: space-evenly;
        gap: 12px
    }


    .we-bring-depth-card {
        gap: 10px;
        flex-wrap: wrap;
    }


    .data-monitoring-and-reporting-container-last-paragraph>p {
        font-size: 18px;

        line-height: 1.4;
    }


    .image-content {
        width: 43%;
        gap: 0;
    }

    .image-content>img {
        width: 100%;
    }

    .data-monitoring-and-reporting-container-paragraph>p {
        font-size: 18px;
    }

    .data-monitoring-and-reporting-container {
        margin-top: 45px;
    }


    .hero-container-enquire>a>button,
    .ngo-or-csr-blue-container-button>a>button,
    .project-proposal-button>a>button,
    .become-our-partner-blue-container-button>a>button,
    .integrated-impact-button>button,
    .integrated-impact-card-button>a>button,
    .project-proposal-button>a>button,
    .case-study-card>a>button {
        font-size: 14px;
        border-radius: 4px;
        padding: 10px 20px;
    }

    .margin-top-15 {
        margin-top: 15px;
    }

    .our-solution-lead-box-text>p {
        font-size: 18px;
    }

    .our-solutions-lead-boxes-container {
        margin-top: 40px;
    }

    .end-to-end-solution-boxes-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .end-to-end-solution-box {
        padding: 10px;
        height: 80px;
    }

    .end-to-end-solution-box>p {
        font-size: 16px;
    }

    .case-study-card>p {
        font-size: 16px;
    }

    .users-speak-list-container {
        width: 85%;
    }

    .data-monitoring-reporting-slider-card>h3 {
        font-size: 20px;
    }

    .data-monitoring-reporting-slider-card>p {
        font-size: 16px;
    }

    .become-our-partner-blue-container-button a button {
        width: 100%;
        height: 100%;
        padding: 8px 20px !important;
    }
}

@media screen and (max-width: 600px) {

    .container-1440 {
        padding: 0 22px;
    }

    section.hero-section-social-sector {
        margin-bottom: 0;
    }

    .hero-data-container-social-sector {
        gap: 30px;
    }

    .hero-container-heading h1 {
        width: 97%;
        font-size: 28px;
        font-weight: 500;
        line-height: 1.4;
        text-align: left;
    }

    .end-to-end-solution-heading h2,
    .we-bring-depth-container>h2,
    .our-solutions-lead-heading>h2,
    .data-monitoring-and-reporting-container-heading>h2,
    .case-studies-container>h2,
    .recent-large-goverment-implementation>h2,
    .users-speak>h2,
    .faq-heading>h2 {
        font-size: 22px;
    }

    .hero-container-buttons ul li {


        font-size: 14px;
        font-weight: 500;
        line-height: 30px;
        text-align: center;
    }

    .edtech-tulna-banner-container {
        margin-top: 0;
        padding: 0;
    }


    .carousel-card-heading-text {
        height: 150px;
    }

    .integrated-impact-container-text>p,
    .data-monitoring-and-reporting-container-last-paragraph>p {
        font-size: 16px;
        line-height: normal;
    }

    .we-bring-depth-container>h2 {
        font-size: 22px;
        font-weight: 400;
        line-height: normal;
    }

    .recent-large-goverment-implementation {
        margin-top: 40px;
    }

    .goverment-implementation-container {
        margin-top: 20px;
    }

    .project-proposal>p {
        font-size: 18px;
        font-weight: 700;
        line-height: normal;
        width: 100%;
        margin: 1rem 0;

    }


    .faq-heading {
        margin-top: 40px;
    }

    .faq-container {
        border: none;
        padding: 0 16px;
    }

    .accordion-title {
        font-size: 16px;
        line-height: 1.4;
    }

    .accordion .accordion-content p {
        font-size: 14px;
        line-height: 1.2;
    }

    .faq-container {
        margin-top: 25px;
    }

    #accordion-button-3 {
        padding-right: 15px;
    }

    .icon>svg {
        width: 16px;
        height: 16px;
    }

    .data-monitoring-and-reporting-container-last-paragraph>p {
        font-size: 16px;
        line-height: 1.4;
    }

    .integrated-impact {
        margin-top: 20px;
    }


    .data-monitoring-and-reporting-container-paragraph>p {
        font-size: 16px;
    }

    .goverment-implementation-card-heading>h3 {
        font-size: 18px;
        line-height: 1.4;
    }

    .goverment-implementation-card-text>p {
        font-size: 14px;
        line-height: 1.4;
    }

    .ngo-or-csr-blue-container>p,
    .become-our-partner-blue-container>p {
        padding: 0;
        font-size: 20px;
    }

    .users-speak-list-container-slider>li {
        font-size: 16px;
    }

    .users-speak-list-container-slider>.active-user-speak-slider {
        font-size: 18px;
    }

    .svg-para-text>p {
        font-size: 14px;
    }

    .name-organization>h4 {
        font-size: 14px;
    }

    .svg-para-text {
        gap: 24px;
    }


    .data-monitoring-and-reporting-container {
        margin-top: 25px;
    }

    .list-card-767 {
        display: none !important;
    }



    .breakpoint-450 {
        display: none;
    }

    .carousel-card-heading-text>p {
        font-size: 16px;
        margin: 0;
        margin-top: 6px;
    }

    .carousel-card-heading-text {
        padding: 10px 6px 0px 10px;
    }


    .end-to-end-solution-container {
        margin-top: 35px;
    }

    .data-monitoring-and-reporting-container-heading>h2 {
        padding: 0 5px;
    }


    .our-solution-lead-box-text>p {
        font-size: 16px;
    }

    .end-to-end-solution-box>p {
        font-size: 16px;
    }

    .end-to-end-solution-box {
        height: 70px;
        border-radius: 5px;
    }

    .users-speak-list-container>li {
        font-size: 16px;
    }

    .users-speak-list-container>.active-user-speak {
        font-size: 18px;
    }

    .data-monitoring-reporting-slider-card {
        gap: 10px;
    }

    .image-content{
        width: 47%;
    }

}

@media screen and (max-width: 550px) {
    .goverment-implementation-card {
        width: 100%;
    }

    .case-study-line-data-1 {
        width: 100px;
        height: 100px;
    }


    .case-study-line-data-2 {
        width: 130px;
        height: 110px;
    }

    .image-content>p {
        font-size: 14px;
        line-height: normal;
    }

    .hero-container-buttons {
        width: 98%;
    }
}

@media screen and (max-width: 450px) {


    .users-speak-list-container-slider>li {
        font-size: 14px;
    }

    .users-speak-list-container-slider>.active-user-speak-slider {
        font-size: 16px;
    }

    .end-to-end-solution-boxes-container {
        gap: 16px;
    }
}

@media screen and (max-width: 410px) {
    .case-study-card-heading>h4 {
        font-size: 18px;
    }
}

/* -----------------Swiper slider style------------------ */
.swiper-wrapper {
    margin-bottom: 28px !important;
}

.swiper-pagination {
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0px !important;
}

.swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background-color: #c9c9c9 !important;
    opacity: 1 !important;

}

.swiper-pagination-bullet-active {
    background: #212121 !important;
    width: 12px !important;
    border-radius: 4px !important;
}


@media screen and (max-width: 767px) {

    .swiper-pagination-bullet {
        width: 6px !important;
        height: 6px !important;
    }

}


/* 
data monitoring and reporting container code 
*/


.pal-ideal-choice-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 36px;
    margin-top: 50px;
    position: relative;
}



.pal-ideal-choice-image,
.pal-ideal-choice-list {
    width: 50%;
}

.pal-ideal-choice-list>ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 36px;

}

.pal-ideal-choice-list>ul>li {
    display: flex;
    align-items: start;
    gap: 24px;
    margin: 0;
    list-style: none;
    cursor: pointer;
}


.active-pal-ideal-choice-list>span {
    background: #1BB1E7;
    color: #FFFFFF;
    font-size: 18px;
    padding: 26px 12px;
    border: none;
    border-radius: 22px;

}

.active-pal-ideal-choice-list>.pal-ideal-choice-list-text>h3 {
    font-weight: 800;
    color: #212121;
}


.active-pal-ideal-choice-list>.pal-ideal-choice-list-text>p {
    font-weight: 600;
    color: #212121;
}




.pal-ideal-choice-list-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 0.84px solid #57575640;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #212121;
    z-index: 2;

}


.pal-ideal-choice-list-text>h3 {
    font-family: Inter;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
    margin: 0;
    margin-bottom: 16px;
}


.pal-ideal-choice-list-text>p {
    font-family: Inter;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4;
    color: #575756;
    margin: 0;
}

/* .pal-ideal-choice-list-line {
    border: 0.84px solid #57575640;
    height: 68%;
    position: absolute;
    z-index: 1;
    left: 1.5%;
    top: 11%;
} */


/* --Responsive code for pal ideal choice-- */

@media screen and (max-width: 1280px) {

    .pal-ideal-choice-list>ul {
        gap: 26px
    }

    .pal-ideal-choice-list-line {
        left: 1.8%;
    }

    .pal-ideal-choice-list-line {
        top: 7%;
        height: 76%;
    }
}

@media screen and (max-width: 1200px) {

    .pal-ideal-choice-image {
        margin: auto;
    }

    .pal-ideal-choice-image>img {
        width: 85%;
    }
}

@media screen and (max-width: 1150px) {
    .pal-ideal-choice-list-line {
        left: 2%;
    }


    .pal-ideal-choice-list-text {
        font-size: 18px;
    }

}

@media screen and (max-width: 1100px) {
    .enable-coach-app-list-line {
        height: 52%;
    }

    .pal-ideal-choice-container {
        display: none;
    }

    .pal-ideal-choice-container-mobile {
        display: block;
    }

    .data-monitoring-reporting-slider {
        display: block;
    }
}

@media screen and (max-width: 992px) {
    .active-pal-ideal-choice-list>p {
        font-size: 16px;
    }

    .pal-ideal-choice-list>ul>li {
        gap: 16px;
    }



    .pal-ideal-choice-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 20px;
    }

    .pal-ideal-choice-card-image>img {
        width: 100%;
    }

    .pal-ideal-choice-card-text>span {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #FFFFFF;
        border: 0.84px solid #57575640;
        padding: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Inter;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.4;
        color: #212121;
    }

    .pal-ideal-choice-card-text>p {
        font-family: Inter;
        font-weight: normal;
        font-size: 18px;
        line-height: 1.4;
        color: #212121;
        text-align: center;
        margin: 0;
    }

    .pal-ideal-choice-card-text {
        display: flex;
        align-items: center;
        gap: 14px;
        margin: 24px auto;
    }

    .remedial-learning-card-icon>svg {
        width: 14px;
        height: 18px;
    }
}

@media screen and (max-width: 600px) {
    .pal-ideal-choice-card-text>p {
        font-size: 16px;
    }

    .pal-ideal-choice-card-text {
        margin-bottom: 16px;
    }

}