* {
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
}

.padding-sec {
    padding: 120px 0px;
}

a {
    text-decoration: none;
}


.sub-head {
    color: #0D26A7;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    display: block;
}

.heading {
    color: #222;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin: 24px 0px;
}

.heading span {
    background: var(--Gradient, linear-gradient(92deg, #0D26A7 3.88%, #F97A60 93.09%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.para {
    color: #636363;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.paragraph {
    color: #636363;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

/* banner-section */

.banner-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.digital-lerning-section {
    padding-top: 0px;
}

.digital-lerning-section .digital-top {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.digital-top>div {
    width: 55%;
}

.digital-top>div p:last-child {
    margin-bottom: 0px;
}

.digital-top p {
    color: #636363;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 20px;
}

.digital-lerning-section h3 {
    color: #222;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
}

.digital-lerning-section h3 span {
    background: var(--Gradient, linear-gradient(92deg, #0D26A7 3.88%, #F97A60 93.09%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.digital-lerning-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 120px;
    gap: 60px;
}

.digital-lerning-cards .digital-cards {
    border-radius: 15px;
    background: #0D26A7;
    padding: 80px 60px;
}

.digital-lerning-cards .digital-cards:last-child {
    background: #F97A60;
}

.digital-cards h3 {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin: 32px 0px;
}

.digital-cards .sub-head,
.digital-cards .para {
    color: #fff;
    text-align: left;
}


/* .vission-section */

.vission-section {
    background: #F5F5F7;
}

.vission-con {
    margin-top: 96px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 55px;
}

.vission-card-heading {
    color: #222;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin: 32px 0px;
}

.team-section {
    padding-top: 0px;
}

.team-con {
    margin-top: 96px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.team-card {
    padding: 36px;
    border-radius: 15px;
    border: 0.5px solid #0D26A7;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.team-card-heading {
    color: #0D26A7;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin-top: 12px;
}

.team-para {
    color: #636363;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}

.team-description {
    display: none;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.team-card:hover .team-description {
    display: block;
}

.team-card:hover {
    background: #0D26A7;
    justify-content: center;
    gap: 20px;
}

.team-card:hover .team-card-heading,
.team-card:hover .team-para,
.team-card:hover .member {
    display: none;
}

/* Team section css end here */

.solution-inner {
    margin-top: 96px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 130px;
    align-items: center;
}

.solution-tabs .tab-item {
    border-left: 2px solid #ddd;
    padding-left: 60px;
}

.solution-tabs .tab-item.active {
    border-left: 2px solid #222;
}

.tab-item {
    padding: 24px 0;
    cursor: pointer;
    transition: 0.3s;
}

.tab-item h3 {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.tab-item.active h3 {
    margin-bottom: 32px;
}

.tab-item.active h3 span {
    background: var(--Gradient, linear-gradient(92deg, #0D26A7 3.88%, #F97A60 93.09%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.tab-item p {
    color: #636363;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    display: none;
}

.tab-item.active p {
    display: block;
}

.solution-main .tab-item h3 svg {
    transition: transform 0.3s ease;
    min-height: 40px;
}

.solution-main .tab-item.active h3 svg {
    transform: rotate(90deg);
}

.solution-img {
    width: 100%;
    border-radius: 12px;
    display: none;
}

.solution-img.active {
    display: block;
}

.tab-item img.solution-img-mob {
    display: none;
}

.letspower-topbar p {
    line-height: 125% !important;
}


/* Responsive */
@media (max-width: 991px) {
    .solution-inner {
        grid-template-columns: 1fr;
    }

    .solution-images {
        height: 280px;
    }
}


@media screen and (max-width:768px) {
    .padding-sec {
        padding: 60px 0px;
    }

    .sub-head {
        font-size: 12px;
        letter-spacing: 0.6px;
    }

    .heading {
        font-size: 28px;
        margin: 24px 0px;
    }

    .heading span {
        background: var(--Gradient, linear-gradient(92deg, #0D26A7 3.88%, #F97A60 93.09%));
        background-clip: text;
        -webkit-background-clip: text;
    }

    .para {
        font-size: 14px;
        line-height: 125%
    }

    .paragraph {
        font-size: 16px;
    }

    /* .banner-main */
    .banner-main>div {
        width: 60%;
        position: absolute;
        right: 0px;
        top: 0;
    }

    .banner-section {
        position: relative;
    }

    .banner-main h2 {
        margin: 0px;
    }

    .banner-main {
        min-height: 182px;
    }

    /* .digital-lerning-section */
    .digital-lerning-section {
        padding-top: 0px;
        z-index: 9;
        position: relative;
    }

    .digital-lerning-section .digital-top {
        flex-direction: column;
        align-items: start;
        gap: 36px;
        margin-top: -20px;
    }

    .digital-lerning-section h3 {
        font-size: 24px;
    }

    .digital-top>div {
        width: 100%;
    }

    .digital-top p {
        font-size: 14px;
    }

    .digital-lerning-cards {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 60px;
        gap: 24px;
    }

    .digital-lerning-cards .digital-cards {
        padding: 48px 36px;
    }

    .digital-cards h3 {
        font-size: 24px;
        margin: 24px 0px;
    }

    .digital-cards .para {
        font-size: 16px;
    }

    /* .vission-section */
    .vission-con {
        margin-top: 60px;
        grid-template-columns: repeat(1, 1fr);
        gap: 60px;
    }

    .vission-card-heading {
        font-size: 24px;
        margin: 24px 0px;
    }

    .team-con {
        margin-top: 38px;
        grid-template-columns: repeat(1, 1fr);
    }

    .team-card-heading {
        font-size: 24px;
    }

    .team-section {
        padding-top: 0px;
    }

    /* .solution-main */
    .solution-images {
        display: none;
    }

    .solution-tabs .tab-item:first-child {
        padding-top: 0px;
    }

    .solution-tabs .tab-item:last-child {
        padding-bottom: 0px;
    }

    .tab-item.active img.solution-img-mob {
        display: block;
        width: 100%;
        margin-top: 24px;
    }

    .solution-inner {
        margin-top: 42px;
    }

    .solution-tabs .tab-item {
        padding: 18px 0;
        padding-left: 25px;
    }

    .tab-item h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .tab-item.active h3 {
        margin-bottom: 24px;
    }

    .tab-item p {
        color: #636363;
        font-size: 16px;
    }

    /* .solution-main */
    .solution-main .tab-item h3 svg {
        min-height: auto;
        transform: rotate(90deg) scale(0.7);
    }

    .solution-main .tab-item.active h3 svg {
        transform: rotate(90deg) scale(0.7);
    }
    .header-bar.scrolling-fixed{
        padding-bottom: 20px;
    }
    .header-bar {
        padding-bottom: 0px;
    }
}