@media only screen and (max-width:767px) {


    .splash-screen-container {
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        position: relative !important;
        margin-top: -75px;
        z-index: 11000;
    }

    .landing-title-container {
        margin-top: 1%;
        margin-bottom: 80px;
    }
}

.splash-screen-container {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    position: relative;
    z-index: 11000;
    /* add new */
    padding-top: 100px;
    padding-bottom: 20px;

}

#splash-screen-title-one {
    color: #3B84FF;
    font-family: Epilogue;
    font-size: 32.882px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 39.459px */
    letter-spacing: -0.939px;
}

#splash-screen-title-two {
    color: var(--black, #111);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: -0.432px;
}

.splash-screen-hero {
    background-image: url('/img/home/Splash-new.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* height: 90vh; */
    /* add new */
    position: relative;
    height: calc(100vh - 100px);
}

/* add new start */
.splash-screen-hero::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

.splash-screen-hero h1 {
    font-size: clamp(32px, 8vw, 72px) !important;
    letter-spacing: -2px !important;
}

.splash-screen-hero h1,
.splash-screen-hero p {
    color: #fff !important;
    position: relative;
    z-index: 2;
    line-height: 17px;
}

.splash-screen-hero p {
    font-weight: 400 !important;
    max-width: 680px;
    margin: 0 auto;
    font-size: clamp(16px, 2vw, 18px) !important;
    line-height: 27px !important;
}

.down-arrow {
    cursor: pointer !important;
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    margin: 0 auto;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    box-shadow: 0px 0px 10px 0px #00000026;
}

.down-arrow img {
    transform: rotate(-90deg);
    padding: 0;
    cursor: pointer !important;
}

.new-header {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1;
    border-bottom: 1px solid #FFFFFF26;
}

.new-header .header-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new-header .header-content .logo img {
    width: 155px;
    height: auto;
}

.new-header .header-content .humberger-menu {
    width: 30px;
    height: 22px;
    display: flex;
    align-items: center;
    cursor: pointer !important;
}

.new-header .header-content .humberger-menu.open {}

.new-header .header-content .humberger-menu.open span {
    width: 0;
    height: 0;
}

.new-header .header-content .humberger-menu.open span::before {
    height: 3px;
    transform-origin: center;
    transform: rotate(45deg) translate(10px, 0);
}

.new-header .header-content .humberger-menu.open span::after {
    height: 3px;
    transform-origin: center;
    transform: rotate(-45deg) translate(10px, 0);
}

.new-header .header-content .humberger-menu * {
    cursor: pointer !important;
}

.new-header .header-content .humberger-menu span {
    position: relative;
    display: flex;
    width: 30px;
    height: 3px;
    background: #fff;
    transition: .3s all ease-in-out;
}

.new-header .header-content .humberger-menu span * {
    transition: .3s all ease-in-out;
}

.new-header .header-content .humberger-menu span::before,
.new-header .header-content .humberger-menu span::after {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background: #fff;
    transition: .3s all ease-in-out;
}

.new-header .header-content .humberger-menu span::before {
    top: -8px;
}

.new-header .header-content .humberger-menu span::after {
    bottom: -8px;
}

.enterprise-section {
    padding: 100px 0 30px;
    margin-top: 75px;
}

.enterprise-section h2 {
    position: relative;
    width: fit-content;
}

.enterprise-section h2 .landing-title,
.boost-you-upskill-wrapper h2 .landing-title,
.ai-platform-wrapper h2 .landing-title,
.acceleration-transform-wrapper h2 .landing-title {
    font-size: clamp(42px, 5vw, 64px);
    line-height: clamp(48px, 5.2vw, 76px);
    text-align: left;
}

.enterprise-section h2 .section-title-image {
    position: absolute;
    top: 5px;
    right: -35px;
}

.enterprise-content-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.enterprise-content-wrapper .ask-que {
    background: #111;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    line-height: 1;
    padding: 10px 40px 8px;
    border: 1px solid #111;
    outline: none;
    font-family: 'Epilogue';
    font-weight: 400;
    margin-top: 30px;
    transition: .2s all ease-in-out;
}

.enterprise-content-wrapper .ask-que:hover {
    background: #fff;
    color: #111;
}

.enterprise-content-wrapper .enterprise-content {
    padding: 40px 8px 0;
    width: 25%;
}

.enterprise-content-wrapper .enterprise-content .content-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.enterprise-content-wrapper .enterprise-content .content-wrapper .img-wrapper {
    margin-bottom: 32px;
    display: flex;
}

.enterprise-content-wrapper .enterprise-content .content-wrapper .img-wrapper img {
    object-fit: contain;
}

.enterprise-content-wrapper .enterprise-content .content-wrapper .content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.enterprise-content-wrapper .enterprise-content .content-wrapper h3 {
    width: 90%;
    font-size: clamp(22px, 5vw, 24px);
    line-height: 30px;
    font-family: 'Epilogue';
    font-weight: 500;
    color: #111;
    margin-bottom: 5px;
}

.enterprise-content-wrapper .enterprise-content .content-wrapper p {
    font-weight: 400;
    color: #777;
    font-size: 14px;
}

.enterprise-content-wrapper .enterprise-content .content-wrapper .arrow-link {
    width: fit-content;
    margin-top: 18px;
    cursor: pointer !important;
}

.enterprise-content-wrapper .enterprise-content .content-wrapper .arrow-link * {
    cursor: pointer !important;
}

.enterprise-content-detail-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    z-index: 9999;
    width: 90%;
    height: 100vh;
    /* overflow: auto; */
    background: #000;
    padding: 100px 100px 100px 100px;

    transition: .4s all ease-in-out;
}

.enterprise-content-detail-wrapper .cta-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-top: 10px;
}

.enterprise-content-detail-wrapper .cta-btn-wrapper .cta-btn-solution {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 8px;
    background: transparent;
    color: #fff;
    padding: 17px 40px 11px;
    border-radius: 50px;
    border: 1px solid #fff;
    outline: none;
    text-transform: uppercase;
    cursor: pointer !important;
    font-size: clamp(16px, 2.5vw, 18px);
    line-height: 1;
    font-family: 'Epilogue';
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enterprise-content-detail-wrapper .cta-btn-wrapper .cta-btn-solution:first-child {
    background: #fff;
    color: #111;
}

.enterprise-content-detail-wrapper.open {
    right: 0;
}

.enterprise-content-detail-content-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    overflow: unset;
}

.enterprise-content-detail-content-wrapper::-webkit-scrollbar {
    width: 5px !important;
}

.enterprise-content-detail-content-wrapper::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #ccc !important;
}

.enterprise-content-detail-wrapper .close-btn {
    position: absolute;
    z-index: 2;
    right: -70px;
    top: -60px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
}

.enterprise-content-detail-wrapper .close-btn * {
    cursor: pointer !important;
}

.enterprise-content-detail-wrapper * {
    color: #fff;
}

.enterprise-content-detail-wrapper .left {
    padding-right: 6%;
    padding-left: 40px;
    position: relative;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.enterprise-content-detail-wrapper .left-content {
    min-height: 400px;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.enterprise-content-detail-wrapper .left-content p a {
    text-decoration: underline;
}

.enterprise-content-detail-wrapper .left::-webkit-scrollbar {
    width: 5px !important;
}

.enterprise-content-detail-wrapper .left::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #ccc !important;
}

.enterprise-content-detail-wrapper .left .number {
    position: relative;
    left: -40px;
    top: 30px;
    font-size: 20px;
    color: #BFBFBF;
}

.enterprise-content-detail-wrapper .left,
.enterprise-content-detail-wrapper .right {
    width: 50%;
    height: 100%;
}

.enterprise-content-detail-wrapper .right {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.enterprise-content-detail-wrapper .right .img-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}

.enterprise-content-detail-wrapper .right .img-wrapper.iframe {
    height: auto;
    overflow: hidden;
}

.enterprise-content-detail-wrapper .right .img-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
}

.enterprise-content-detail-wrapper .right .img-wrapper img {
    position: unset;
    width: 100% !important;
    height: auto !important;
    display: flex !important;
    object-fit: contain;
}

.enterprise-content-detail-wrapper h3 {
    font-family: 'Epilogue';
    font-weight: 600;
    position: relative;
    font-size: clamp(30px, 3.5vw, 56px);
    padding-bottom: 32px;
    margin-bottom: 32px;
}

.enterprise-content-detail-wrapper h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 80%;
    background: #BFBFBF;
}

/* ai-menifesto-content-detail-wrapper content css start */
.ai-menifesto-close {
    background: #000 !important;
}

.ai-menifesto-content-detail-wrapper {
    width: 80%;
    background: #FFF !important;
}

.ai-menifesto-sign-container {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    padding-left: calc(50% + 20px);
    margin-top: 24px;

}

.ai-menifesto-text {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #111111;
}

@media screen and (max-width: 1024px) {
    .ai-menifesto-content-detail-wrapper {
        padding: 0 !important;
    }
}


.ai-menifesto-parent {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1%;
    padding-right: 2%;
}

.ai-menifesto-top-left {
    position: absolute !important;
    top: -140px !important;
    left: -100px !important;
    display: flex;

}

.ai-menifesto-top-left span {
    width: 100% !important;
    height: 100% !important;
}

.ai-menifesto-top-left span img {
    width: 100% !important;
    height: 100% !important;
}

.ai-menifesto-bottom-right {
    position: absolute !important;
    right: -100px !important;
    bottom: -100px !important;
    display: flex;
}

.ai-menifesto-bottom-right span {
    width: 100% !important;
    height: auto !important;
}

.ai-menifesto-bottom-right span img {
    width: 100% !important;
    height: auto !important;
    z-index: -1;
}

/* ai first platform css start*/
.ai-platform-wrapper {
    padding: 80px 0 50px;
}

.ai-platform-wrapper h2 {
    max-width: 1050px;
    margin: 0 auto 10px;
}

.ai-platform-wrapper p {
    color: #777;
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.ai-tabination {
    padding-top: 25px;
    max-width: 1100px;
    margin: 0 auto;
}

.ai-tabination .tab-list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #11111126;
}

.ai-tabination .tab-list .tab-item {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: #11111126;
    /* padding: 10px 32px 30px;
    margin: 10px 0 0; */
    padding: 5px 16px 20px;
    margin: 5px 0 0;
    text-transform: capitalize;
    position: relative;
    cursor: pointer !important;
    font-family: 'Poppins', sans-serif;
}

.ai-tabination .tab-list .tab-item::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #111;
    opacity: 0;
    visibility: hidden;
}

.ai-tabination .tab-list .tab-item.active {
    color: #111;
}

.ai-tabination .tab-list .tab-item.active::before {
    opacity: 1;
    visibility: visible;
}

.ai-tabination .tab-content {
    padding: 85px 0 50px;
}

.video-content-wrapper {
    display: flex;
    padding-bottom: 0px;
    position: relative;
    width: 100%;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}

.video-content-wrapper .video-content.first {
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    border-radius: 12px;
    border: 1px solid;
    border-color: #11111126;
}

.video-content-wrapper .video-content.second {
    position: absolute;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 95%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
    border-radius: 12px;
    border: 1px solid;
    border-color: #11111126;

}

.video-content-wrapper .video-content.third {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-color: #111;
    background-color: white;
    border-radius: 12px;
    z-index: 3;
    overflow: hidden;
}

.video-content-wrapper .video-content .coming-soon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #111111F9;
}

.video-content-wrapper .video-content .coming-soon img {
    margin: 0 0 15px !important;
}

.video-content-wrapper .video-content .coming-soon span {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Epilogue', sans-serif;
}

.video-content-wrapper .video-content div {
    width: 100.5% !important;
    height: 100.5% !important;
    object-fit: contain;
}

/* .video-content-wrapper .video-content .loader .spinner {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain;
} */

.video-content-parent {
    position: relative;
}

.video-content-parent::before {
    content: '';
    position: absolute;
    left: -10%;
    top: -12%;
    width: 242px;
    height: 275px;
    background: url('../../img/platform-bg-ele.png');
    background-position: center;
    background-size: 120%;
}

.video-content-parent .bottom-content {
    margin-top: 55px;
}

/* ai first platform css end*/

.trending-block .gleac-section-features li {
    background: #fff !important;
    color: #111 !important;
}

.trending-block .gleac-section-features button, .trending-block + button {
    background: #111 !important;
    color: #fff !important;
}

.trending-block label {
    padding-left: 4px;
}

@media screen and (max-width: 1600px) {
    .ai-menifesto-parent {
        /* padding-top: 1%; */
        /* padding-left: 3%; */
    }

    .ai-menifesto-top-left {
        position: absolute !important;
        top: -113px !important;
        left: -70px !important;
        display: flex;

    }

    .ai-menifesto-bottom-right {
        position: absolute !important;
        right: -60px !important;
        bottom: -70px !important;
        display: flex;
    }

    .ai-tabination .tab-list .tab-item {
        padding: 10px 25px 25px;
    }
}

@media screen and (max-width: 1440px) {
    .ai-menifesto-parent {
        padding-top: 2% !important;
        padding-left: 6% !important;
    }

    .ai-menifesto-top-left {
        position: absolute !important;
        top: -100px !important;
        left: -30px !important;
        display: flex;

    }

    .ai-menifesto-bottom-right {
        position: absolute !important;
        right: -50px !important;
        bottom: -60px !important;
        display: flex;
    }

    .ai-menifesto-content-detail-wrapper {
        width: 90%;
    }

    .ai-tabination .tab-list .tab-item {
        padding: 10px 20px 20px;
    }

    .ai-platform-wrapper {
        padding: 60px 0 50px;
    }
}

@media screen and (max-width: 1024px) {

    /* .ai-menifesto-parent {
        padding-top: 6% !important;
        padding-left: 11% !important;
    } */
    .ai-menifesto-top-left {
        position: absolute !important;
        top: -40px !important;
        left: -0px !important;
        display: flex;

    }

    .ai-menifesto-bottom-right {
        position: absolute !important;
        right: 0 !important;
        bottom: 0 !important;
        display: flex;
    }

    .ai-menifesto-title {
        margin-bottom: 20px !important;
        padding-bottom: 20px !important;
    }

    .ai-menifesto-content-item {
        margin-bottom: 20px !important;
    }

    .ai-tabination .tab-list .tab-item {
        padding: 10px 15px 15px;
    }
}

@media screen and (max-width: 767px) {
    .ai-menifesto-parent {
        position: unset;
    }

    .ai-first-btn-company {
        position: unset !important;
    }

    .ai-menifesto-sign-container {
        margin-bottom: 80px;
    }

    .ai-menifesto-top-left {
        z-index: -1;
    }

    .ai-menifesto-bottom-right {
        position: absolute !important;
        right: 0 !important;
        bottom: 0 !important;
        display: flex;
        width: 100%;
        z-index: -1;
    }

    .ai-menifesto-bottom-right img {
        object-fit: cover;
    }

    .enterprise-section h2 .landing-title br {
        display: none;
    }

    .gleac-community-section-wrapper {
        margin-top: 0 !important;
        margin-bottom: 190px;
    }

    .ai-menifesto-title {
        margin-bottom: 15px !important;
        padding-bottom: 15px !important;
    }

    .ai-menifesto-content-left,
    .ai-menifesto-content-right {
        padding-right: 0 !important;
    }

    .ai-menifesto-top-left,
    .ai-menifesto-top-right {
        opacity: .6;
    }

    .ai-platform-wrapper {
        padding: 50px 0;
    }

    .ai-tabination {
        padding-top: 30px;
    }

    .ai-tabination .tab-list .tab-item {
        padding: 10px 10px 10px;
    }

    .ai-tabination .tab-content {
        padding: 50px 0 20px;
    }

    .video-content-wrapper {
        height: 220px;
    }

    .ai-platform-wrapper p {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .ai-tabination .tab-list .tab-item {
        width: 50%;
    }
}

@media screen and (max-width: 425px) {
    .ai-menifesto-parent {
        padding-top: 15px !important;
        padding-left: 20px !important;
    }

    .ai-menifesto-top-left {
        width: 65%;
        height: auto;
        position: absolute !important;
        top: -40px !important;
        left: -0px !important;
        display: flex;
    }
}

.ai-menifesto-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 8px;
    margin-left: -1%;
}

@media screen and (max-width: 768px) {
    .ai-menifesto-content {
        height: auto;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-left: 0;
    }

    .ai-menifesto-content-item-text {
        font-size: 15px;
    }
}

@media screen and (max-width: 425px) {
    .ai-menifesto-content {
        height: auto;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .ai-menifesto-content-item-text {
        font-size: 14px;
    }
}

@media screen and (max-width: 375px) {
    .ai-menifesto-content {
        height: auto;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

}

@media screen and (max-width: 320px) {
    .ai-menifesto-content {
        height: auto !important;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

}

.ai-menifesto-content-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 60px;

}

.ai-menifesto-content-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 70px;
}

@media screen and (max-width: 768px) {
    .ai-menifesto-content-left {
        width: 100%;
        padding-right: 0;
    }

    .ai-menifesto-content-right {
        width: 100%;
        padding-right: 0;
    }
}


.ai-menifesto-title-content {
    width: 100%;
}

.ai-menifesto-title {
    position: relative;
    z-index: 1;
    font-family: 'Epilogue';
    font-weight: 600;
    font-size: clamp(30px, 3.5vw, 56px);
    line-height: clamp(30px, 3.5vw, 56px);
    margin-top: 10px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #BFBFBF;
    color: #111111;
}

.ai-menifesto-content-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 25px;

}

.ai-menifesto-content-item img {
    width: 14px !important;
    height: auto !important;
    margin-top: 3px !important;
}

.ai-menifesto-content-item-text {
    flex: 1;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: clamp(14px, 2.5vw, 15px);
    line-height: clamp(20px, 2.5vw, 22px);
    color: #777777;
}



.ai-first-btn-company {
    width: fit-content;
    position: relative;
    z-index: 1;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding: 8px 12px;
    border-radius: 28px;
    color: #111111;
    border: 1px solid #11111140;
}

/* ai-menifesto-content-detail-wrapper content css end */

.new-menu-overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .4);
    transition: .2s all ease-in-out;
    opacity: 0;
    visibility: hidden;
    cursor: url('/img/icon/Clear-icon-white.svg'), auto !important;
}

.new-menu-overlay.open {
    opacity: 1;
    visibility: visible;
}

.navbar-content {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -100%;
    background: #fff;
    width: 300px;
    height: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    transition: .5s all ease-in-out;
}

.navbar-content.open {
    right: 0;
}

.navbar-content .close-btn {
    margin: 15px 15px;
    display: flex;
    justify-content: flex-end;
}

.navbar-content .close-btn,
.navbar-content .close-btn * {
    cursor: pointer !important;
}

.navbar-content .link-wrapper {
    overflow: auto;
    height: calc(100% - 60px);
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.navbar-content .link-wrapper .join-community {
    background: #111;
    color: #fff;
    border: 1px solid #111;
    outline: none;
    border-radius: 50px;
    padding: 9px 40px;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    transition: .2s all ease-in-out;
}

.navbar-content .link-wrapper .join-community:hover {
    background: #fff;
    color: #111;
}

.dropdown-menu-wrapper {
    height: 100%;
}

.dropdown-menu-wrapper * {
    transition: .2s all ease-in-out;
}

.dropdown-menu-wrapper a {
    width: 100%;
    margin: 10px 0;
    display: flex;
    color: #111;
    padding: 10px 10px;
    transition: .2s all ease-in-out;
    cursor: pointer !important;
}

.dropdown-menu-wrapper a:hover {
    background: rgba(0, 0, 0, .1);
    border-radius: 4px;
}

.dropdown-menu-wrapper .dropdown-submenu a {
    padding: 10px 10px !important;
    margin: 5px 0 !important;
}


.dropdown-menu-wrapper .dropdown-item {
    padding: 0;
    background: none;
}

.dropdown-menu-wrapper .dropdown-item.has-child .dropdown-toggle::after {
    transform: rotate(180deg);
}

.dropdown-menu-wrapper .dropdown-item:active {
    background: none !important;
    color: #111 !important;
}

.dropdown-menu-wrapper .dropdown-toggle {
    padding: 10px 10px;
    margin: 10px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer !important;
}

.dropdown-menu-wrapper .dropdown-submenu {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}

.modal {
    z-index: 105500 !important;
}

#mentors-section .homepage-gleac-subheader {
    line-height: 120%;
}

@media screen and (max-width: 1600px) {
    .enterprise-content-detail-wrapper {
        padding: 70px;
    }

    .enterprise-content-detail-wrapper .left {
        padding-right: 5%;
    }

    .enterprise-content-detail-wrapper .close-btn {
        right: -50px;
        top: -40px;
        width: 50px;
        height: 50px;
    }

    .boost-you-upskill-wrapper .close-btn {
        width: 50px !important;
        height: 50px !important;
        right: 40px !important;
        top: 40px !important;
    }
}

@media screen and (max-width: 1440px) {
    .enterprise-section {
        padding: 80px 0;
    }

    .enterprise-content-detail-wrapper .left {
        padding-right: 0;
        padding-left: 30px;
    }

    .enterprise-content-detail-wrapper .left .number {
        left: -30px;
    }

    .enterprise-content-wrapper .enterprise-content {
        width: 50%;
        padding: 30px 8px;
    }

    .enterprise-content-detail-wrapper {
        padding: 60px 50px 60px 30px;
    }

    .enterprise-content-detail-wrapper .close-btn {
        width: 30px;
        height: 30px;
        right: -30px;
    }

    .boost-you-upskill-wrapper .close-btn {
        width: 30px !important;
        height: 30px !important;
        top: 30px !important;
        right: 30px !important;
    }
}

@media screen and (max-width: 1280px) {
    .ai-menifesto-parent {
        padding-left: 4% !important;
    }

    .ai-menifesto-content-left {
        padding-right: 40px;
    }

    .ai-menifesto-content-right {
        padding-right: 40px;
    }

    .boost-you-upskill-wrapper .close-btn {
        top: 20px !important;
        right: 20px !important;
    }
}

@media screen and (max-width: 1024px) {
    .enterprise-section {
        padding: 60px 0;
    }

    .enterprise-content-detail-wrapper {
        padding: 20px 0;
        overflow: auto;
    }

    .enterprise-content-detail-content-wrapper {
        flex-direction: column;
        overflow: auto;
        padding: 15px;
    }

    .enterprise-content-detail-wrapper .left,
    .enterprise-content-detail-wrapper .right {
        width: 100%;
        height: auto;
    }

    .enterprise-content-detail-wrapper .left .number {
        position: unset;
        margin-bottom: 20px;
    }

    .enterprise-content-detail-wrapper .left {
        overflow: unset;
        margin-bottom: 40px;
        padding: 0 35px 20px 20px;
    }

    .enterprise-content-detail-wrapper .close-btn {
        position: sticky;
        margin-left: auto;
        right: 0;
        top: 0;
    }

    .boost-you-upskill-wrapper {
        padding: 20px
    }

    .boost-you-upskill-wrapper .close-btn {
        position: sticky !important;
        margin-left: auto;
        right: 0 !important;
        top: 0 !important;
    }

    .enterprise-content-detail-wrapper .right {
        padding: 10px;
    }

    .ai-menifesto-content-left {
        padding-right: 30px;
    }

    .ai-menifesto-content-right {
        padding-right: 30px;
    }
}

@media screen and (max-width: 767px) {
    .footer {
        padding-bottom: 0 !important;
    }

    .enterprise-section {
        padding: 50px 0;
    }

    .enterprise-content-wrapper .enterprise-content {
        width: 100%;
        padding: 15px 0;
    }

    .enterprise-content-detail-wrapper {
        width: 100%;
        padding: 0 !important;
    }

    .enterprise-content-detail-wrapper .close-btn {
        width: 30px;
        height: 30px;
    }

    .boost-you-upskill-wrapper .close-btn {
        width: 30px !important;
        height: 30px !important;
    }

    .enterprise-content-detail-wrapper .left {
        padding-left: 10px;
        padding-bottom: 0;
    }

    .gleac-portfolio-descr {
        margin-bottom: 30px !important;
    }

    .gleac-portfolio-item {
        margin-bottom: 30px !important;
    }

    #mentors-section {
        margin-top: 100px !important;
    }

    .mentorprofile-podcast>.container-fluid {
        justify-content: center;
    }

    .mentorgpt-podcast>.container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .video-content-parent::before {
        width: 150px;
        height: 150px;
        left: -40px;
        top: -50px;
    }
}

@media screen and (max-height: 767px) {
    .enterprise-content-detail-wrapper {
        padding: 40px;
    }

    .enterprise-content-detail-wrapper .close-btn {
        top: -10px;
        right: -18px;
        width: 30px;
        height: 30px;
    }

    .boost-you-upskill-wrapper .close-btn {
        width: 30px !important;
        height: 30px !important;
    }
}

/* add new end */

.landing-title {
    color: var(--black, #111);

    /* H1 */
    font-family: Epilogue;
    font-size: 5.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 98.4px */
    letter-spacing: -2.05px;
    text-transform: uppercase;
}

.landing-title-container {
    margin-top: 5%;
    margin-bottom: 128px;
}

.header-title-container {
    max-width: 80%;
}

.homepage-gleac-subheader {
    color: var(--black, #111);

    /* H2 */
    font-family: Epilogue;
    /* font-size: 64px; */
    font-size: clamp(42px, 5vw, 64px);
    line-height: clamp(48px, 5.2vw, 76px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 96px */
    letter-spacing: -3px;
    text-transform: uppercase;


}

.homepage-gleac-subheader-container {
    margin-bottom: 32px;
}

.homepage-gleac-subheader-number {
    color: var(--black, #111);
    font-family: Epilogue;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    top: 1rem;
    left: 0;
    margin-right: 2%;
    position: relative;
}

#homepage-people-container {
    margin-top: 5%;
}

.gleac-portfolio-item {
    margin-bottom: 104px;
}

.gleac-portfolio-1-image {
    position: relative;
    top: 0;
    left: 0;
    clip-path: inset(0);
    transform: translateZ(0);
    transition: all 2s var(--ease-out-medium);
    will-change: clip-path;
}


.gleac-portfolio-name {
    font-weight: 600;
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 16px;
}

.gleac-portfolio-descr {
    color: var(--gray, #777);

    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

    margin-bottom: 80px;
    /* 24px */
}


.person-name-directory {
    color: #111;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.2px;
    /* 130% */
    letter-spacing: 0.826px;
}

.person-descr {
    color: #777;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: 0.15px;
}

.person-audio-podcast {
    text-align: center;
    margin-top: 16px;
}

.footer-header {
    max-width: 737px;
    color: #FFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 67.2px */
    letter-spacing: -1.6px;
    /* max-width: 800px; */
}

.footer .btn-white-rounded {
    font-size: clamp(16px, 1.5vw, 18px);
    padding: 15px 40px !important;
}


@media screen and (max-width: 767px) {
    .footer .btn-white-rounded {
        padding: 15px 20px !important;
    }

    .footer.py-15 {
        padding-top: 15% !important;
        padding-bottom: 5% !important;
    }
}

/* For Mentor Profile Templates */

.mentorprofile-background {
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: right -3% top 10%;
    overflow: visible;
}

.mentorprofile-image {
    max-width: 500px;
    max-height: 500px;
}

.mentorprofile-expert {
    background-image: url('/img/splash-red-profile.webp');
    background-size: cover;
    background-position: center center;
}

.mentorprofile-coach {
    background-image: url('/img/splash-bluev2.webp');
    background-size: cover;
    background-position: center center;
}

.mentorprofile-mentor {
    background-image: url('/img/splash-yellowv2.webp');
    background-size: cover;
    background-position: center center;
}

.mentorprofile-name {
    color: #000;

    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 144px */
    letter-spacing: -3px;
    text-transform: uppercase;
}

.mentorprofile-header {
    color: #000;

    /* H2 */
    font-family: Epilogue;
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 96px */
    letter-spacing: -3px;
    text-transform: uppercase;
}

.mentorprofile-header-alt {
    color: #000;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 52.8px */
    letter-spacing: -0.194px;
}

.mentorprofile-keywords {
    color: rgba(17, 17, 17, 0.70);

    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    /* 150% */
    letter-spacing: -0.5px;
}

.mentorprofile-bio {
    color: #111;

    font-size: 1.15rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 36px */
    letter-spacing: -0.243px;
}

.mentorprofile-tabs-text {
    color: #111;
    leading-trim: both;
    text-edge: cap;

    /* TEXT FOR BUTTON */
    font-family: Epilogue;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.mentorprofile-category-text {
    color: #111;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Epilogue;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
    background-color: transparent;
    border: none;
    padding: 16px 24px;
}

.mentorprofile-category-selected {
    border-radius: 49px !important;
    border: 1px solid #111 !important;
    padding: 16px 24px !important;
}

.mentorprofile-small-image {
    min-height: 229px;
    max-height: 229px;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: center;
}

.mentorprofile-large-image {
    max-height: 474px;
    object-fit: cover;
    object-position: center;
    min-width: 100%;
}

.mentorprofile-podcast {
    text-align: left;
}

.mentorprofile-podcast>.container-fluid {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}

/* new section added css */

.boost-skill-container {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    z-index: 9999;
    width: 90%;
    height: 100vh;
    background: #111;
    transition: .4s all ease-in-out;
}

.boost-skill-container.open {
    right: 0;
}

.boost-you-upskill-wrapper {
    padding: 80px 60px 80px 60px;
    position: relative;
    overflow: auto;
    height: 100%;
}

.boost-you-upskill-wrapper::-webkit-scrollbar {
    width: 5px !important;
}

.boost-you-upskill-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.boost-you-upskill-wrapper::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .2) !important;
}

.boost-you-upskill-wrapper .close-btn {
    position: absolute;
    z-index: 2;
    right: 60px;
    top: 60px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
}

.boost-you-upskill-wrapper .close-btn * {
    cursor: pointer !important;
}

.boost-you-upskill-wrapper .container {
    max-width: 100% !important;
}

.boost-you-upskill-wrapper h2 {
    margin: 0 0 40px;
    color: #fff;

    * {
        color: #fff;
    }
}

.boost-you-upskill-wrapper .boost-ulskill-content {
    display: flex;
    flex-wrap: wrap;
}

.boost-you-upskill-wrapper .book-call {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 10px;
    text-transform: uppercase;
    padding: 10px 40px 6px;
    font-size: 18px;
    line-height: 1;
    font-family: 'Epilogue', sans-serif;
    font-weight: 400;
    background: #fff;
    border: 1px solid #111;
    color: #111;
    border-radius: 50px;
    outline: none;
    transition: .2s all ease-in-out;
}

.boost-you-upskill-wrapper .book-call:hover {
    background: #fff;
    color: #111;
}

.boost-you-upskill-wrapper .boost-ulskill-content .title {
    color: #fff;
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1.2;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    font-family: 'Epilogue', sans-serif;
    font-weight: 500;
}

.boost-you-upskill-wrapper .boost-ulskill-content .title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F08978;
    width: 80px;
    height: 2px;
}

.boost-you-upskill-wrapper .boost-ulskill-content ol {
    padding: 0 0 0 20px;
    max-width: 500px;
}

.boost-you-upskill-wrapper .boost-ulskill-content ol li {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #fff;
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 1.6;
}

.boost-you-upskill-wrapper .boost-ulskill-content ol li::marker {
    font-weight: 600;
}

.boost-you-upskill-wrapper .boost-ulskill-content ol li strong {
    font-weight: 600;
}

.boost-you-upskill-wrapper .boost-ulskill-content .boost-left-content {
    width: 50%;
    padding-right: 5px;
}

.boost-you-upskill-wrapper .boost-ulskill-content .boost-right-content {
    width: 50%;
    padding-left: 5px;
}

.boost-you-upskill-wrapper .boost-ulskill-content .boost-right-content .title::before {
    background: #FFC04D;
}

/* adaptive-learning-section */
.adaptive-learning-section {
    position: relative;
    padding-top: 180px;
    padding-bottom: 180px;
}

.adaptive-learning-section h3 {
    width: 85%;
    font-family: 'Epilogue';
    font-weight: 500;
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1.3;
    color: #111;
    margin: 0 0 32px;
}

.adaptive-learning-section .container {
    position: relative;
}

.adaptive-learning-section .adaptive-learning-content .swiper-container {
    position: unset;
    padding: 0 !important;
}

.adaptive-learning-section .adaptive-learning-content .swiper-wrapper {
    position: unset;
    display: flex;
}

.adaptive-learning-section .adaptive-learning-content .swiper-slide {
    padding: 5px 5px;
}

.adaptive-learning-section .adaptive-learning-content.expanded-none .swiper-slide {
    height: auto !important;
}

.adaptive-learning-section .adaptive-learning-content .arrow-btn-wrapper {
    position: absolute;
    top: 20px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 24px;
}

.adaptive-learning-section .adaptive-learning-content .arrow-btn-wrapper .swiper-button-next,
.adaptive-learning-section .adaptive-learning-content .arrow-btn-wrapper .swiper-button-prev {
    position: unset;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.adaptive-learning-section .adaptive-learning-content .arrow-btn-wrapper .swiper-button-next::after,
.adaptive-learning-section .adaptive-learning-content .arrow-btn-wrapper .swiper-button-prev::after {
    font-size: 30px;
    color: #111;
}

.adoptive-card {
    padding: 20px;
    border: 1px solid #111;
    border-radius: 14px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.adoptive-card:hover .img-wrapper img {
    transform: scale(1.1);
}

.adoptive-card .img-wrapper {
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 0 24px;
    position: relative;
    height: 200px;
}

.adoptive-card .img-wrapper .label {
    position: absolute;
    top: 25px;
    left: 0;
    padding: 8px 10px 4px;
    font-size: 12px;
    line-height: 1;
    font-family: 'Epilogue';
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0 4px 4px 0;
    background: #111;
    color: #fff;
    width: auto !important;
    height: auto !important;
}

.adoptive-card .img-wrapper span {
    width: 100% !important;
    height: 100% !important;
}

.adoptive-card .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s all ease-in-out;
}

.adoptive-card .content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.adoptive-card .content-wrapper h4 {
    max-width: 350px;
    font-family: 'Epilogue';
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #111;
    margin: 0 0 12px;
}

.adoptive-card .content-wrapper>div {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.adoptive-card .content-wrapper p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #777;
    margin: 0 0 24px;
    max-width: 410px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.adoptive-card .content-wrapper p.expanded {
    margin: 0;
    -webkit-line-clamp: initial;
}

.adoptive-card .content-wrapper button.expanded {
    padding: 0;
}

.adoptive-card .content-wrapper button {
    width: fit-content;
    margin-top: auto;
    padding: 0;
    border: none;
    outline: none;
    background: none !important;
    font-size: 14px;
    font-family: 'Epilogue';
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

/* 
.adoptive-card:hover .content-wrapper button span.not-hovered {
    transform: translate(0, 15px);
    opacity: 0;
    visibility: hidden;
}

.adoptive-card:hover .content-wrapper button span.hovered {
    transform: translate(-20px, 0);
    opacity: 1;
    visibility: visible;
} */

.adoptive-card .content-wrapper button span.hovered,
.adoptive-card .content-wrapper button span.not-hovered {
    display: flex;
    transition: .3s all ease-in-out;
}

.adoptive-card .content-wrapper button span.hovered {
    transform: translate(-20px, -15px);
    opacity: 0;
}

.adoptive-card .content-wrapper button span.not-hovered {
    opacity: 1;
}

.adoptive-card .content-wrapper button img {
    transform: rotate(90deg);
    margin-left: 2px !important;
    margin-top: -2px !important;
    transition: .2s all ease-in-out;
}

.adoptive-card .content-wrapper button.expanded {
    margin-top: 4px;
}

.adoptive-card .content-wrapper button.expanded img {
    transform: rotate(-90deg);
    margin-top: 0 !important;
}

.text {
    overflow: hidden;
    /* Ensures content outside max-height is hidden */
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    /* Smooth transition for max-height and padding */
}

.expanded {
    max-height: 1000px;
    /* Sufficient height for the expanded state */
    padding-bottom: 20px;
    /* More padding for expanded text */
}

/* acceleration-transform-wrapper */
.acceleration-transform-wrapper {
    padding: 130px 0 280px;
}

.acceleration-transform-wrapper h2 {
    max-width: 1100px;
}

.acceleration-transform-wrapper .link-hover-anim {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

.acceleration-transform-wrapper .link-hover-anim img {
    margin-left: 15px;
}

.acceleration-transform-wrapper .acceleration-transform-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 30px;
}

.acceleration-transform-wrapper .acceleration-transform-list-item {
    width: calc(100% / 3 - 14px);
    min-height: 450px;
    border-radius: 15px;
    padding: 40px 30px;
    background: linear-gradient(180deg, #005cff21, #005cff0a);
    box-shadow: 0 4px 15px -2px rgba(0, 0, 0, .05);
    transform: scale(1);
    transition: background 0.7s ease, transform 0.5s ease;
}

.acceleration-transform-wrapper .acceleration-transform-list-item * {
    transition: background 0.7s ease, transform 0.5s ease;
}

.acceleration-transform-wrapper .acceleration-transform-list-item:hover {
    transform: scale(1.05);
    background: #fff;
    transition: background 0.7s ease, transform 0.5s ease;
}

.acceleration-transform-wrapper .acceleration-transform-list-item img {
    margin-bottom: 15px;
}

.acceleration-transform-wrapper .acceleration-transform-list-item h3 {
    color: #111;
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 10px;
    font-family: 'epilogue';
    font-weight: 600;
}

.acceleration-transform-wrapper .acceleration-transform-list.core-value-list h3 {
    padding-bottom: 24px;
    margin: 0 0 24px;
    border-bottom: 1px solid #000;
}

.acceleration-transform-wrapper .acceleration-transform-list-item p {
    color: #111111BF;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}

.static-pageination {
    text-align: center;
    margin: 60px 0 40px;
}

@media screen and (max-width: 1600px) {
    .adaptive-learning-section {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .acceleration-transform-wrapper {
        padding: 120px 0 180px;
    }
}

@media screen and (max-width: 1440px) {
    .adaptive-learning-section {
        padding-top: 100px;
        padding-bottom: 130px;
    }

    .adoptive-card {
        padding: 15px;
    }

    .acceleration-transform-wrapper {
        padding: 50px 0 150px;
    }

    .adoptive-card .content-wrapper p {
        max-width: 335px;
    }

    .acceleration-transform-wrapper .acceleration-transform-list-item {
        padding: 40px 30px;
    }

}

@media screen and (max-width: 1280px) {

    .adoptive-card .content-wrapper h4,
    .adoptive-card .content-wrapper p {
        max-width: 100%;
    }

    .boost-you-upskill-wrapper {
        padding: 40px;
    }

    .adaptive-learning-section {
        padding-bottom: 100px;
    }

    .acceleration-transform-wrapper {
        padding: 50px 0 120px;
    }

    .acceleration-transform-wrapper .acceleration-transform-list-item {
        width: calc(100% / 2 - 10px);
    }
}

@media screen and (max-width: 1024px) {
    .adaptive-learning-section h3 {
        margin: 0 0 20px;
    }

    .boost-you-upskill-wrapper {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 991px) {
    .adaptive-learning-section {
        padding-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .boost-you-upskill-wrapper h2 {
        margin: 0 0 20px;
    }

    .boost-you-upskill-wrapper .boost-ulskill-content .boost-left-content,
    .boost-you-upskill-wrapper .boost-ulskill-content .boost-right-content {
        width: 100%;
        margin: 0 0 10px;
        padding-left: 0;
    }

    .boost-you-upskill-wrapper .boost-ulskill-content .title {
        padding-bottom: 15px;
        padding-top: 15px;
        margin-bottom: 15px;
    }

    .boost-you-upskill-wrapper .boost-ulskill-content ol {
        max-width: 100%;
        margin: 0;
    }

    .boost-you-upskill-wrapper .book-call {
        margin: 0;
    }

    .boost-you-upskill-wrapper .boost-ulskill-content ol li {
        padding-bottom: 15px;
    }

    .boost-you-upskill-wrapper .container {
        padding-left: 10px;
        padding-right: 28px;
    }

    .boost-you-upskill-wrapper {
        padding: 20px 0 20px 10px;
    }

    .adaptive-learning-section {
        padding-top: 40px;
        padding-bottom: 100px;
    }

    .adoptive-card {
        padding: 12px;
    }

    .adaptive-learning-section h3 {
        margin: 0 0 24px;
        width: 100%;
    }

    .adaptive-learning-section .adaptive-learning-content .arrow-btn-wrapper {
        top: unset;
        bottom: -60px;
        right: unset;
        left: 20px;
    }

    /* .adoptive-card .content-wrapper p{
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;  
        overflow: hidden;
    } */

    .adoptive-card .content-wrapper p.expanded {
        margin: 0;
        -webkit-line-clamp: initial;
    }

    .adoptive-card .content-wrapper button.expanded {
        margin-top: 0;
        padding-top: 4px;
    }

    .adoptive-card .img-wrapper {
        margin: 0 0 20px;
        height: 195px;
    }

    .adoptive-card .content-wrapper h4 {
        margin: 0 0 10px;
    }

    .boost-you-upskill-wrapper .boost-ulskill-content .title::before {
        width: 56px;
    }

    .enterprise-section {
        margin-top: 10px;
        padding: 50px 0 30px;
    }

    .acceleration-transform-wrapper {
        padding: 20px 0 200px;
    }
    .acceleration-transform-wrapper .link-hover-anim {
        font-size: 14px;
    }
    .acceleration-transform-wrapper .link-hover-anim img {
        width: 60px;
    }
    .acceleration-transform-wrapper .acceleration-transform-list-item {
        width: 100%;
        padding: 20px;
    }

    .acceleration-transform-wrapper .acceleration-transform-list-item h3 {
        line-height: 1.4;
    }

    .acceleration-transform-wrapper .acceleration-transform-list.core-value-list h3 {
        padding-bottom: 15px;
        margin: 0 0 15px;
    }

    .acceleration-transform-wrapper .acceleration-transform-list-item p {
        line-height: 1.5;
    }

    .acceleration-transform-wrapper .acceleration-transform-list-item img {
        width: 40px;
    }

    .static-pageination {
        margin: 30px 0 30px;
    }
}

@media screen and (max-width: 600px) {
    .adoptive-card .img-wrapper {
        height: 195px;
    }

    .enterprise-content-detail-wrapper .cta-btn-wrapper {
        width: 100%;
    }

    .enterprise-content-detail-wrapper .cta-btn-wrapper .cta-btn-solution {
        width: 100%;
    }

    .adaptive-learning-section .adaptive-learning-content .swiper-slide {
        padding: 0;
    }

    .boost-skill-container.open {
        width: 100%;
    }
}