#smooth-wrapper {
    z-index: 2;
}


.dg_banner_section {
    min-height: 100vh;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 120px 48px 60px 48px;
    background-image: url("../assets/images/hero-overlay.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 70%;
    /* overflow: hidden; */
}

.dg_banner_section .section_bottom {
    background: url('../assets/images/bottom-white.png');
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    height: 300px;
    width: 100%;
    z-index: 3;
}

.dg_banner_section .bottom_light {
    background: url('../assets/images/bottom-light-transparent.webp');
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    /* Start below */
    background-size: cover;
    background-position: top center;
    height: 290px;
    width: 530px;
    background-repeat: no-repeat;
    z-index: 2;
    margin: 0 auto;
    animation: bottomLight 1s ease-out forwards;
    animation-delay: 0.8s;
    mix-blend-mode: lighten;
}

@keyframes bottomLight {
    0% {
        transform: translateX(-50%) translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
}

.dg_banner_section .dg_spacer {
    min-height: 150px;
}

.dg_banner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.dg_banner_img {
    width: 546px;
    height: 100%;
}

.dg-title-wrapper {
    margin-bottom: 20px;
}

.hero-title {
    font-size: 60px;
    line-height: 82px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #FAFAFA;
}

.gradient_text span {
    background: linear-gradient(90deg, #155DFC 0%, #00B8DB 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.dg-hero-subtext {
    color: #90A1B9;
    font-family: var(--e-global-typography-ec188a6-font-family), Sans-serif;
    font-size: var(--e-global-typography-ec188a6-font-size);
    font-weight: var(--e-global-typography-ec188a6-font-weight);
    line-height: var(--e-global-typography-ec188a6-line-height);
    text-align: center;
    max-width: 860px;
}

@media (max-width:1366px) {
    .hero-title {
        font-size: 54px;
        line-height: 64px;
    }
}

@media (max-width:1024px) {
    .hero-title {
        font-size: 48px;
        line-height: 60px;
    }

    .dg_banner_section {
        min-height: unset;
    }

    .dg_banner_section .section_bottom {
        height: 200px;
        background-position: center center;
    }

    .dg_banner {
        overflow: visible;
    }

    .dg_banner_section .dg_spacer {
        min-height: 50px;
    }

    .dg_banner_section .bottom_light {
        background-size: cover;
        background-position: top center;
        height: 220px;
        width: 550px;
    }
}

@media (max-width:767px) {
    .hero-title {
        font-size: 34px;
        line-height: 43px;
    }

    .dg_banner_section .section_bottom {
        background-size: cover;
        height: 150px;
    }

    .dg_banner_section {
        min-height: 100vh;
        height: 100%;
        padding: 120px 20px 60px 20px;
    }

    .dg_banner_section .bottom_light {
        background-size: cover;
        background-position: top center;
        height: 170px;
        width: 450px;
    }
}


/* .sticky_section {
    min-height: 100vh;
    height: 100%;
    position: relative;
    box-sizing: border-box;
} */


/* Common CSS */
.title_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.title_wrapper .common-title {
    font-family: var(--e-global-typography-ba2de2b-font-family), Sans-serif;
    font-size: var(--e-global-typography-ba2de2b-font-size);
    font-weight: var(--e-global-typography-ba2de2b-font-weight);
    line-height: var(--e-global-typography-ba2de2b-line-height);
    text-align: center;
    margin-bottom: 15px;
}

.title_wrapper .common-text {
    font-family: var(--e-global-typography-ec188a6-font-family), Sans-serif;
    font-size: var(--e-global-typography-ec188a6-font-size);
    font-weight: var(--e-global-typography-ec188a6-font-weight);
    line-height: var(--e-global-typography-ec188a6-line-height);
    text-align: center;
    color: #90A1B9;
}

/* Development Services */
.development_services_section {
    min-height: 100vh;
    position: relative;
    background-color: #fff;
    /* padding: 60px 48px; */
    height: 100%;
}

.development_services_section .dg_spacer {
    min-height: 300px;
}

.development_services_section .development_services_wrapper {
    position: relative;
    /* max-width: 1200px; */
    margin: 0 auto;
    height: 100vh;
    display: flex;
    align-items: center;
    gap: 90px;
    background-image: url('../assets/images/networking-bg.webp');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    flex-direction: column;
}


.development_services_wrapper .title_wrapper {
    max-width: 1000px;
    margin: 0 auto;
    color: #000000;
}

/* 3rd secrtion */
.possiblity_section {
    min-height: 100vh;
    position: relative;
    background-color: #020617;
    padding: 60px 48px;
    /* overflow: hidden; */
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.possiblity_section .section_top {
    background: url('../assets/images/development-services-bottom.png');
    position: absolute;
    top: -300px;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    height: 310px;
    width: 100%;
    z-index: 3;
}

.possiblity_section .title_wrapper {
    max-width: 850px;
    margin: 0 auto;
    color: #FAFAFA;
}

.possiblity_section .dg_spacer {
    min-height: 200px;
}

.container-fluid {
    width: 100%;
    padding-right: 100px;
    padding-left: 48px;
    margin-right: auto;
    margin-left: auto;
}

.horiz-gallery-strip,
.horiz-gallery-wrapper {
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
    position: relative;
    gap: 30px;
}

.project-wrap {
    width: 100%;
    min-width: 385px;
    background-image: linear-gradient(90deg, #155DFC 0%, #00B8DB 100%);
    height: 100%;
    min-height: 457px;
    position: relative;
    border-radius: 20px;
    transform: rotate(0deg);
    transition: all 0.2s ease-out;
    box-shadow: 0px 0px 0px 2px #1C2238;
}

.project-wrap:hover {
    transform: rotate(7deg);
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 64px 10px #33CED924;

}

.project-wrap::before {
    border-radius: 20px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0A0F1F;
    background-position: center center;
    transition: all 0.2s ease-out;
}

.project-wrap:hover:before {
    transition: all 0.2s ease-out;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}

.card_number {
    z-index: 1;
    color: #EAEAEA33;
    font-family: Geist;
    font-weight: 400;
    font-size: 70px;
    line-height: 43px;
    letter-spacing: -0.3%;
}

.content_div {
    z-index: 1;
}

.project-wrap .card_title {
    font-family: Geist;
    font-weight: 500;
    font-size: 30px;
    line-height: 43px;
    letter-spacing: 0%;
    color: #EAEAEA;
    margin-bottom: 20px;
}

.project-wrap .card_content {
    font-family: Geist;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.3%;
    color: #90A1B9;
}

.possiblity_wrap_inner {
    display: flex;
    flex-direction: column;
    padding: 50px 50px;
    justify-content: space-between;
    height: 100%;
    border-radius: 20px;
    gap: 50px;
}

.project-wrap:hover .card_img {
    transition: all 0.2s ease-out;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}

.card_img {
    transition: all 0.2s ease-out;
    object-fit: cover;
    position: absolute;
    border-radius: 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:1024px) {
    .card_number {
        font-size: 60px;
    }
}

@media (max-width:1024px) {
    .possiblity_section {
        min-height: unset;
    }

    .possiblity_section .section_top {
        top: -205px;
        height: 210px;
    }

    .card_number {
        font-size: 54px;
    }

    .project-wrap .card_title {
        font-size: 26px;
        line-height: 35px;
    }

    .project-wrap .card_content {
        font-size: 17px;
        line-height: 26px;
    }
}

@media (max-width:1024px) {
    .possiblity_section .section_top {
        top: -135px;
        height: 150px;
    }

    .possiblity_section .dg_spacer {
        min-height: 50px;
    }

    .possiblity_section {
        padding: 60px 20px;
        gap: 40px;
    }

    .container-fluid {
        width: 100%;
        padding-right: 100px;
        padding-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width:767px) {
    .possiblity_section .dg_spacer {
        min-height: 0;
    }

    .possiblity_section {
        padding: 35px 20px 60px 20px;
    }
}

/*  */

/* case_studies_section */
.case_studies_section {
    min-height: 100vh;
    position: relative;
    background-image: url("../assets/images/case_studies_bg.png");
    background-color: #fff;
    background-position: center center;
    background-repeat: repeat;
    padding: 60px 48px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.case_studies_section .section_top {
    background: url('../assets/images/case-studies-top.png');
    position: absolute;
    top: -280px;
    left: 0;
    right: 0;
    background-size: cover;
    height: 310px;
    width: 100%;
    z-index: 3;
}

.case_studies_section .section_bottom {
    background: url('../assets/images/case-studies-bottom.png');
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    height: 300px;
    width: 100%;
    z-index: 3;
}

.case_studies_section .dg_spacer {
    min-height: 150px;
}

.case_studies_section .title_wrapper {
    max-width: 850px;
    margin: 0 auto;
    color: #000000;
}

.case_studies_wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.case_wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.case_card {
    width: 100%;
    max-width: 1200px;
    height: 60vh;
    min-height: 450px;
    border: 12.17px solid #F0F0F0;
    background: #fff;
    border-radius: 22px;
    margin: 0 auto;
    overflow: hidden;
}

.card_inner {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.card_img_wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.card_img_wrapper {
    width: 45%;
    height: 100%;
    position: relative;
}

.card_img_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: -2px;
    height: 100%;
    width: 200px;
    z-index: 5;
    background: linear-gradient(90deg, rgb(0 0 0 / 0%) 0%, #fff 100%);
}

.card_inner .title_wrapper {
    width: 55%;
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: start;
    justify-content: center;
    height: 100%;
    padding: 50px;
    gap: 20px;
}

.card_inner .title_wrapper .common-title {
    font-family: var(--e-global-typography-ba2de2b-font-family), Sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
    text-align: left;
    margin-bottom: 0;
}

.card_inner .title_wrapper .common-text {
    font-family: var(--e-global-typography-3993ff6-font-family), Sans-serif;
    font-size: var(--e-global-typography-3993ff6-font-size);
    font-weight: var(--e-global-typography-3993ff6-font-weight);
    line-height: var(--e-global-typography-3993ff6-line-height);
    letter-spacing: var(--e-global-typography-3993ff6-letter-spacing);
    word-spacing: var(--e-global-typography-3993ff6-word-spacing);
    color: #90A1B9;
    text-align: left;
}

.card-2 {
    z-index: 2;
}

.card-3 {
    z-index: 3;
}

.mi-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 10px 24px;
    border-radius: 100px;
    gap: 10px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #FAFAFA !important;
}

.mi-btn.mi-primary {
    background-image: linear-gradient(to right, #155DFC 0%, #00B8DB 45%, #155DFC 100%);
    background-size: 200% auto;
}

.mi-btn.mi-primary:hover {
    background-position: right center;
}

@media(max-width:1366px) {}

@media(max-width:1024px) {
    .case_studies_section {
        min-height: unset;
        padding-top: 30px;
        gap: 40px;
    }

    .case_studies_wrapper {
        gap: 40px;
    }

    .card_img_wrapper {
        width: 50%;
        flex: 1;
        height: auto;
    }

    .card_inner .title_wrapper {
        width: 50%;
        padding: 30px;
    }

    .case_wrapper {
        gap: 40px;
    }

    .case_card {
        height: 100%;
        border-width: 4px;
        min-height: unset;
    }

    .card_inner .title_wrapper .common-title {
        font-size: 22px;
        line-height: 28px;
    }

    .case_studies_section .dg_spacer {
        min-height: 80px;
    }

    .case_studies_section .section_bottom {
        height: 200px;
    }
}

@media(max-width:767px) {
    .card_inner {
        flex-direction: column;
    }

    .card_img_wrapper {
        width: 100%;
        min-height: 240px;
    }

    .card_inner .title_wrapper {
        width: 100%;
        padding: 0 20px 20px 20px;
    }

    .card_img_wrapper::before {
        top: unset;
        right: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #fff 100%);
        bottom: 0;
    }

    .case_studies_section .section_bottom {
        height: 100px;
    }

    .case_studies_section .dg_spacer {
        min-height: 0;
    }

    .case_studies_section {
        padding: 60px 20px;
    }

    .case_wrapper {
        gap: 20px;
    }
}


/* types_of_section */

.types_of_section {
    min-height: 100vh;
    position: relative;
    background-color: #020617;
    padding: 60px 48px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.types_of_section .section_bottom {
    background: url('../assets/images/use-case-top.webp');
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    height: 300px;
    width: 100%;
    z-index: 3;
}

.types_of_section .title_wrapper {
    max-width: 850px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    color: #FAFAFA;
    text-align: center;
}

.types_wrapper_main {
    width: 100%;
    padding-right: 100px;
    padding-left: 48px;
    margin-right: auto;
    margin-left: auto;
}

.types_wrapper,
.type_horizontal_wrapper {
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
    position: relative;
    gap: 30px;
}

.types_of_section .type_content_box .title_wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    color: #FAFAFA;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.types_of_section .title_wrapper .short_desc {
    font-size: 28px;
    font-weight: 400;
    color: #C1DEFF;
    margin-bottom: 15px;
}

.type_box {
    min-width: 815px;
    max-width: 815px;
    height: 100%;
    min-height: 450px;
    background-image: url("../assets/images/types_box_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 32px;
    padding: 10px;
    position: relative;
}

.type_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 1px;
    width: 350px;
    background-image: url('../assets/images/blue-line.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.type_box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    transform: translate(-35%, 0);
    height: 1px;
    width: 400px;
    background-image: url('../assets/images/blue-line.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.type_inner_box {
    padding: 40px;
    background-image: url("../assets/images/typebox_inner_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 26px;
    height: 100%;
    display: flex;
    gap: 40px;
}

.type_img {
    width: 48%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.type_content_box {
    width: 52%;
}

.type_content_box .title_wrapper .common-title.gradient_text {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
}

.type_content_box .title_wrapper .common-title.gradient_text span {
    font-size: 34px;
    line-height: 43px;
}

.type_content_box .title_wrapper .common-text {
    font-size: 20px;
    line-height: 32px;
    text-align: left;
}

.types_of_section .dg_spacer {
    min-height: 150px;
}

@media(max-width:1366px) {}

@media(max-width:1024px) {
    .types_of_section {
        min-height: unset;
        gap: 40px;
    }

    .type_inner_box {
        padding: 30px;
        gap: 30px;
    }

    .type_content_box .title_wrapper .common-title.gradient_text span {
        font-size: 30px;
        line-height: 40px;
    }

    .type_content_box .title_wrapper .common-title.gradient_text {
        font-size: 26px;
        line-height: 35px;
    }

    .type_box {
        min-width: 660px;
        max-width: 700px;
        min-height: unset;
        width: 100%;
        /* flex: 1; */
    }

    .type_img {
        height: 100%;
    }
}

@media(max-width:767px) {
    .types_of_section {
        min-height: auto;
        gap: 40px;
        height: 100%;
        padding: 60px 20px;
    }

    .types_of_section .title_wrapper {
        width: 100%;
        height: 100%;
    }

    .types_wrapper_main {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
        height: 100%;
    }

    .types_wrapper,
    .type_horizontal_wrapper {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .type_box {
        min-width: 100%;
        max-width: unset;
        min-height: unset;
        width: 100%;
        height: max-content;
    }

    .type_box::after {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .type_inner_box {
        padding: 15px;
        gap: 15px;
        flex-direction: column;
    }

    .type_img {
        height: 100%;
        width: 100%;
        max-height: 200px;
    }

    .type_content_box {
        width: 100%;
    }

    .type_content_box .title_wrapper .common-title.gradient_text span {
        font-size: 26px;
        line-height: 35px;
    }

    .type_content_box .title_wrapper .common-title.gradient_text {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .types_of_section .section_bottom {
        background-size: cover;
        height: 175px;
        background-position: center center;
    }

    .types_of_section .dg_spacer {
        min-height: 50px;
    }

    .types_of_section .title_wrapper .short_desc {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}

/* Use Case Section */

.use_case_section {
    height: 100%;
    position: relative;
    background-color: #fff;
    padding: 60px 48px;
    min-height: 997px;
}

.use_case_section .section_bottom {
    background: url('../assets/images/use-case-bottom.webp');
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    height: 400px;
    width: 100%;
    z-index: 3;
}

.use_case_section .dg_spacer {
    height: 300px;
}

.use_case_section .title_wrapper {
    margin-bottom: 70px;
}

.use_case_wrapper {
    display: flex;
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    justify-content: center;
    flex-direction: row;
    height: 100%;
    min-height: 800px;
}

.center_box {
    width: 300px;
    height: auto;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background: #8db6b6; */
}

.center_box img {
    /* height: 550px; */
    height: 600px;
    /* width: 550px; */
    width: 600px;
    object-fit: cover;
    overflow: visible;
}


.use_case_wrapper ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;

    li {
        list-style: none;
    }
}

.left_box {
    width: 42%;
    height: 100%;
}

.list_title {
    font-size: 22px;
    position: relative;
    font-weight: 400;
    /* transition: all 0.2s ease-out; */
    color: #0B1222;
    background: unset;
    background-clip: unset;
}

.list_wrapper:hover .list_title {
    background: linear-gradient(90deg, #155DFC 0%, #00B8DB 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    /* transition: all 0.2s ease-out; */
}


.left_box .list_wrapper:hover {

    .line_wrapper::before {
        border-color: #0B1222 !important;
    }

    .line_wrapper::after {
        border-color: #0B1222 !important;
    }

    .list_title::after {
        background-color: #0B1222 !important;
    }
}

.right_box .list_wrapper:hover {

    .line_wrapper::before {
        border-color: #0B1222 !important;
    }

    .line_wrapper::after {
        border-color: #0B1222 !important;
    }

    .list_title::before {
        background-color: #0B1222 !important;
    }
}




.right_box {
    width: 42%;
    height: 100%;
}

.right_box ul {
    align-items: start;
}

.right_box .list_wrapper .title_box {
    flex-direction: row-reverse;
}


.list_wrapper {
    position: relative;
}

.img_wrapper img {
    position: absolute;
    top: 25px;
    height: auto;
    right: 0%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transform: translateY(40px) rotate(0deg) skewY(-20deg);
    transform-origin: top center;
    transition: all .45s;
    height: 100px;
    width: 100px;
    overflow: hidden;
}

.list_wrapper:hover .img_wrapper img {
    opacity: 1;
    transform: translateY(0) skewY(0) scaleZ(1) rotate(-25deg);
    visibility: visible;
}

.line_wrapper {
    position: relative;
}

.title_box {
    display: flex;
    gap: 25px;
}


.left_box .list_title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translate(0, -50%);
    width: 7px;
    height: 7px;
    border-radius: 20px;
    background-color: #0B1222;
    opacity: 0.5;
}

.left_box .line_wrapper::before {
    content: "";
    position: absolute;
    border: 1px dashed #0B1222;
    top: 50%;
    transform: translate(0, -50%);
    left: 0px;
    opacity: 0.5;
}

/* .left_box ul li:nth-child(even) {
    .list_title {
        color: #0000001A;
    }

    .line_wrapper::before {
        border-color: #0000001A;
    }

    .line_wrapper::after {
        border-color: #0000001A;
    }

    .list_title::after {
        background-color: #0000001A;
    }
} */

.left_box .infrastructure_monitoring {
    .line_wrapper::before {
        width: 30px;
    }

    .line_wrapper::after {
        content: "";
        position: absolute;
        top: 74px;
        left: 32px;
        border: 1px dashed #0B1222;
        width: 165px;
        transform: translateY(0px) skewY(35deg);
        opacity: 0.5;
    }

    .img_wrapper img {
        right: -15%;
    }
}

.left_box .immersive_training {
    .line_wrapper::before {
        width: 100px;
    }

    .line_wrapper::after {
        content: "";
        position: absolute;
        top: 40px;
        left: 100px;
        border: 1px dashed #0B1222;
        opacity: 0.5;
        width: 120px;
        transform: translateY(0px) skewY(22deg);
    }

    .img_wrapper img {
        right: 0;
        top: -5px;
    }
}

.left_box .predictive_maintenance {
    .line_wrapper::before {
        width: 220px;
    }

    .img_wrapper img {
        right: 75px;
        top: -30px;
    }
}

.left_box .scenario_forecasting {
    .line_wrapper::before {
        width: 200px;
    }

    .img_wrapper img {
        right: 100px;
        top: -30px;
    }
}

.left_box .capacity_planning {
    .line_wrapper::before {
        width: 245px;
    }

    .img_wrapper img {
        right: 75px;
        top: -30px;
    }
}

.left_box .demand_forecasting {
    .line_wrapper::before {
        width: 200px;
    }

    .img_wrapper img {
        right: 100px;
        top: -30px;
    }
}

.left_box .risk_assessment {
    .line_wrapper::before {
        width: 200px;
    }

    .img_wrapper img {
        right: 85px;
        top: -30px;
    }
}

.left_box .smart_grid_management {
    .line_wrapper::before {
        width: 65px;
    }

    .line_wrapper::after {
        content: "";
        position: absolute;
        top: -15px;
        left: 67px;
        border: 1px dashed #0B1222;
        opacity: 0.5;
        width: 90px;
        transform: translateY(0px) skewY(-35deg);
    }

    .img_wrapper img {
        right: 0;
        top: -50px;
    }
}

.left_box .emergency_simulation {
    .line_wrapper::before {
        width: 30px;
    }

    .line_wrapper::after {
        content: "";
        position: absolute;
        top: -42px;
        left: 32px;
        border: 1px dashed #0B1222;
        opacity: 0.5;
        width: 165px;
        transform: translateY(0px) skewY(-35deg);
    }

    .img_wrapper img {
        right: -15%;
        top: -80px;
    }
}

/* right box css */

/* .right_box ul li:nth-child(odd) {
    .list_title {
        color: #0000001A;
    }

    .line_wrapper::before {
        border-color: #0000001A;
    }

    .line_wrapper::after {
        border-color: #0000001A;
    }

    .list_title::before {
        background-color: #0000001A;
    }
} */

.right_box .list_title {
    padding-left: 10px;
}

.right_box .list_title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translate(0, -50%);
    width: 7px;
    height: 7px;
    border-radius: 20px;
    background-color: #0B1222;
    opacity: 0.5;
}

.right_box .img_wrapper img {
    left: 0;
    transform: translateY(40px) rotate(0deg) skewY(-20deg);
}

.right_box .list_wrapper:hover .img_wrapper img {
    transform: translateY(0) skewY(0) scaleZ(1) rotate(25deg);
}

.right_box .line_wrapper::before {
    content: "";
    position: absolute;
    border: 1px dashed #0B1222;
    opacity: 0.5;
    top: 50%;
    left: -20px;
    transform: translate(0, -50%);
}


.right_box .operational_visibility {
    .line_wrapper::before {
        width: 30px;
    }

    .line_wrapper::after {
        content: "";
        position: absolute;
        top: 74px;
        right: 20px;
        border: 1px dashed #0B1222;
        opacity: 0.5;
        width: 165px;
        transform: translateY(0px) skewY(-35deg);
    }

    .img_wrapper img {
        left: -130px;
    }
}

.right_box .urban_planning {
    .line_wrapper::before {
        width: 100px;
        transform: translate(-100%, -50%);
        left: 10px;
    }

    .line_wrapper::after {
        content: "";
        position: absolute;
        top: 40px;
        right: 90px;
        border: 1px dashed #0B1222;
        opacity: 0.5;
        width: 120px;
        transform: translateY(0px) skewY(-22deg);
    }

    .img_wrapper img {
        left: -165px;
        top: -5px;
    }
}

.right_box .environmental_analysis {
    .line_wrapper::before {
        width: 200px;
        left: 10px;
        transform: translate(-100%, -50%);
    }

    .img_wrapper img {
        left: -110px;
        top: -20px;
    }
}

.right_box .traffic_simulation {
    .line_wrapper::before {
        width: 200px;
        left: 10px;
        transform: translate(-100%, -50%);
    }

    .img_wrapper img {
        left: -110px;
        top: -20px;
    }
}

.right_box .resource_allocation {
    .line_wrapper::before {
        width: 160px;
        left: 10px;
        transform: translate(-100%, -50%);
    }

    .img_wrapper img {
        left: -110px;
        top: -20px;
    }
}

.right_box .flood_simulation {
    .line_wrapper::before {
        width: 200px;
        left: 10px;
        transform: translate(-100%, -50%);
    }

    .img_wrapper img {
        left: -110px;
        top: -20px;
    }
}

.right_box .solar_planning {
    .line_wrapper::before {
        width: 200px;
        left: 10px;
        transform: translate(-100%, -50%);
    }

    .img_wrapper img {
        left: -110px;
        top: -20px;
    }
}

.right_box .energy_optimization {
    .line_wrapper::before {
        width: 65px;
        transform: translate(-100%, -50%);
        left: 10px;
    }

    .line_wrapper::after {
        content: "";
        position: absolute;
        top: -15px;
        left: -149px;
        border: 1px dashed #0B1222;
        opacity: 0.5;
        width: 90px;
        transform: translateY(0px) skewY(35deg);
    }

    .img_wrapper img {
        left: -115px;
        top: -45px;
    }
}

.right_box .asset_lifecycle_management {
    .line_wrapper::before {
        width: 30px;
    }

    .line_wrapper::after {
        content: "";
        position: absolute;
        top: -42px;
        left: -20px;
        border: 1px dashed #0B1222;
        opacity: 0.5;
        width: 165px;
        transform: translateY(0px) translateX(-100%) skewY(35deg);
    }

    .img_wrapper img {
        left: -40%;
        top: -75px;
    }
}

.use_case_section .dg_spacer {
    min-height: 150px;
}

@media (max-width:1430px) {
    .left_box {
        scale: 0.8;

        ul {
            padding-left: 15%;
        }
    }

    .right_box {
        scale: 0.8;
    }

    .center_box {
        width: 16%;
    }

    .center_box img {
        height: 500px;
        width: 500px;
    }
}

@media (max-width:1366px) {
    .left_box ul {
        padding-left: 10%;
    }
}

@media (max-width:1280px) {
    .left_box {
        scale: 0.7;

        ul {
            padding-left: 6%;
        }
    }

    .right_box {
        scale: 0.7;

        ul {
            padding-left: 0;
        }
    }

    .center_box img {
        height: 400px;
        width: 400px;
    }

    .infrastructure_monitoring .img_wrapper img {
        right: -32% !important;
    }
}

@media (max-width:1113px) {
    .left_box {
        scale: 0.6;

        ul {
            padding-left: 0;
        }
    }

    .right_box {
        scale: 0.6;
    }
}

@media (max-width:1040px) {
    .infrastructure_monitoring {
        margin: 0 0 25px 100px;
    }

    .emergency_simulation {
        margin: 25px 0 0 120px;
    }

    .list_title {
        white-space: nowrap;
    }
}

@media (max-width:1024px) {
    .use_case_wrapper .left_box {
        width: 100%;
        scale: 1;
    }

    .use_case_wrapper .right_box {
        scale: 1;
        width: 100%;
    }

    .center_box {
        display: none;
    }

    .use_case_wrapper {
        justify-content: start;
        flex-direction: column;

        ul {
            gap: 0 !important;
        }
    }

    .use_case_section .title_wrapper {
        margin-bottom: 0px;
    }

    .types_of_section .section_bottom {
        bottom: -22px;
        height: 150px;
    }

    .types_of_section .dg_spacer {
        min-height: 100px;
    }

    .use_case_wrapper .list_wrapper {
        margin: 0 !important;
        border-bottom: 1px solid #1D293D1A;
        width: 100%;
        padding: 25px 0;

        .line_wrapper::before {
            content: none;
        }

        .line_wrapper::after {
            content: none;
        }

        .list_title {
            color: #0B1222 !important;
        }

        .title_box .list_title::after {
            content: none;
        }

        .title_box .list_title::before {
            content: none;
        }

        .list_title {
            padding-left: 0 !important;
            font-size: 20px;
        }

        .title_box {
            gap: 0 !important;
            flex-direction: row !important;
        }

        .img_wrapper img {
            left: unset !important;
            top: -15px !important;
            right: 20% !important;
            width: 120px;
            height: 120px;
            border-radius: 10px;
            transform: translateY(40px) rotate(0deg) skewY(-20deg) !important;
        }

    }

    .list_wrapper:hover .img_wrapper img {
        transform: translateY(0) skewY(0) scaleZ(1) rotate(-25deg) !important;
    }

    .right_box .list_wrapper:last-child {
        border: none;
    }

    .use_case_section .section_bottom {
        bottom: -40px;
        height: 200px;
    }

    .use_case_section .dg_spacer {
        height: 100px;
        min-height: unset;
    }
}

@media (max-width:767px) {
    .use_case_section {
        padding: 35px 20px;
        min-height: unset;
    }

    .img_wrapper img {
        top: -15px !important;
        right: 30px !important;
        width: 65px;
        height: 65px;
    }

    .use_case_section .title_wrapper {
        margin-bottom: 10px;
    }

    .use_case_section .title_wrapper .common-title {
        margin-bottom: 0;
    }

    .use_case_section .list_title {
        font-size: 18px;
    }

    .use_case_wrapper .list_wrapper {
        padding: 15px 0;
    }

    .img_wrapper img {
        top: 0 !important;
        right: 10% !important;
        width: 65px !important;
        height: 65px !important;
        transform: translateY(40px) rotate(0deg) skewY(-20deg) !important;
    }
}



/* Capabilities section */

.capabilities_section {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    gap: 60px;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #020617;
    padding: 0 48px;
}

.capabilities_section .section_bottom {
    background: url('../assets/images/industry-specific.webp');
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    height: 200px;
    width: 100%;
    z-index: 3;
}

.capabilities_section .title_wrapper {
    margin: 0 auto;
    color: #FAFAFA;
    max-width: 1200px;
}

.industry_wrapper_main {
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
}

.sidebar {
    width: 350px;
    position: relative;

    ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
}

.sidebar .nav_item.active a {
    color: #FAFAFA;
    font-size: 22px;
    line-height: 28px;
    transition: all 0.2s ease-out;
    padding-left: 10px;
    border-left: 4px solid #155DFC;
}

.sidebar .nav_item a {
    transition: all 0.2s ease-out;
    color: #FAFAFA4D;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.3%;
    font-weight: 400;
}

.industry_wrapper {
    width: calc(100% - 350px);
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.industry_card {
    display: flex;
    background-image: linear-gradient(90deg, #531A8B 0%, #223368 50%, #4050D0 100%);
    border-radius: 25px;
    position: relative;
}

.industry_card::before {
    border-radius: 25px;
    content: "";
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    background: #0B1222;
}

.industry_image {
    width: 45%;
    z-index: 1;
    padding: 2px;
    mix-blend-mode: luminosity;
    position: relative;

}

.industry_image::before {
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: linear-gradient(270deg, #0B1222 0%, rgba(11, 18, 34, 0) 94.01%);
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 0;
}

.industry_content .accordion_wrapper {
    z-index: 2;
}

.industry_image img {
    width: 100%;
    height: 100%;
    border-radius: 25px 0 0 25px;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
}

.industry_content {
    width: 55%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 30px;
    position: relative;
}

.industry_content::before {
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-image: url("../assets/images/accordion-shadow.webp");
    border-radius: 0 0 25px 0;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    bottom: 2px;
    right: 2px;
    z-index: 0;
}

.industry_content .title_box {
    display: flex;
    gap: 10px;
    flex-direction: column;

    .title {
        color: #FAFAFA;
        font-size: 30px;
        line-height: 40px;
        font-weight: 400;
    }

    .text {
        color: #90A1B9;
        font-size: 20px;
        line-height: 32px;
    }
}

.industry_spacer {
    height: 300px;
}

.capabilities_section .industry_card .accordion_wrapper .title_wrapper {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    cursor: pointer;
    text-align: left;
}

.capabilities_section .industry_card .accordion_wrapper .accordion_item {
    border-bottom: 1px solid #FAFAFA14;

    .title_wrapper .title {
        color: #C1DEFF;
        font-size: 22px;
        font-weight: 400;
        line-height: 28px;
    }
}


.capabilities_section .industry_card .accordion_wrapper .accordion_item:first-child .title_wrapper {
    padding-top: 0px;
}

.capabilities_section .industry_card .accordion_wrapper .accordion_item:last-child {
    border-bottom: none;

    .title_wrapper {
        padding-bottom: 0px;
    }
}

.capabilities_section .industry_card .industry_content .accordion_item .title_wrapper svg {
    width: 20px;
    height: 20px;
    transition: transform 0.25s ease;

    path {
        fill: #00B8DB;
    }
}

.capabilities_section .industry_card .accordion_wrapper .accordion-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.3s ease;
}

.capabilities_section .industry_card .accordion_wrapper .accordion-content p {
    padding-bottom: 20px;
    color: #90A1B9;
    font-size: 18px;
    line-height: 24px;
}

.capabilities_section .industry_card .accordion_wrapper .accordion_item:last-child .accordion-content p {
    padding-top: 20px;
    padding-bottom: 0;
}

.capabilities_section .industry_card .accordion_wrapper .accordion_item.active {
    .title_wrapper .title {
        background: linear-gradient(90deg, #155DFC 0%, #00B8DB 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
    }

    .title_wrapper svg {
        transform: rotate(180deg);

        path {
            fill: #FAFAFA;
        }
    }

    .accordion-content {
        opacity: 1;
    }
}

@media(max-width:1366px) {}

@media(max-width:1024px) {
    .capabilities_section {
        min-height: unset;
        gap: 40px;
        padding-top: 50px;
    }

    .capabilities_section .section_bottom {
        height: 150px;
    }

    .sidebar {
        width: 250px;
    }

    .industry_spacer {
        height: 150px;
    }

    .industry_wrapper {
        width: calc(100% - 250px);
        gap: 50px;
    }

    .industry_card {
        flex-direction: column;
    }

    .industry_image {
        width: 100%;
        max-height: 240px;
    }

    .industry_image::before {
        background: linear-gradient(0deg, #0B1222 0%, rgba(11, 18, 34, 0) 94.01%);
    }

    .industry_image img {
        border-radius: 25px 25px 0 0;
    }

    .industry_content {
        width: 100%;
        gap: 20px;
        padding: 0 20px 20px 20px;
        margin-top: -40px;
    }

    .industry_content .title_box .title {
        font-size: 26px;
        line-height: 35px;
    }

    .industry_content .title_box .text {
        font-size: 18px;
        line-height: 24px;
    }

    .sidebar .nav_item.active a {
        font-size: 20px;
        line-height: 30px;
    }

    .sidebar .nav_item a {
        font-size: 18px;
        line-height: 28px;
    }

    .capabilities_section .industry_card .accordion_wrapper .accordion_item .title_wrapper .title {
        font-size: 20px;
    }
}

@media(max-width:767px) {
    .sidebar {
        display: none;
    }

    .industry_wrapper {
        width: 100%;
        gap: 20px;
    }

    .industry_wrapper_main {
        padding: 0;
    }

    .capabilities_section {
        min-height: unset;
        gap: 20px;
        padding: 0 20px;
    }

    .capabilities_section .industry_card .accordion_wrapper .accordion_item .title_wrapper .title {
        text-align: left;
    }

    .capabilities_section .section_bottom {
        height: 100px;
    }
}

/* rishit section */
.engines-section {
    position: relative;
    padding: 0 48px;
    background: #fff;
    min-height: 100vh;
}


.container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.section-heading {
    position: relative;
    z-index: 1;
    text-align: center;
    /* margin-bottom: 80px; */
    padding: 40px 0;
    will-change: transform, opacity;
    pointer-events: none;
}

.section-heading h2 {
    font-family: var(--e-global-typography-ba2de2b-font-family), Sans-serif;
    font-size: var(--e-global-typography-ba2de2b-font-size);
    font-weight: var(--e-global-typography-ba2de2b-font-weight);
    line-height: var(--e-global-typography-ba2de2b-line-height);
    color: #000;
    margin-bottom: 15px;
    will-change: transform, opacity, filter;
    transform-origin: center;
}

.section-heading h2 span {
    background: linear-gradient(90deg, #155DFC 0%, #00B8DB 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.section-heading p {
    max-width: 780px;
    margin: auto;
    font-family: var(--e-global-typography-ec188a6-font-family), Sans-serif;
    font-size: var(--e-global-typography-ec188a6-font-size);
    font-weight: var(--e-global-typography-ec188a6-font-weight);
    line-height: var(--e-global-typography-ec188a6-line-height);
    text-align: center;
    color: #90A1B9;
    will-change: opacity;
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* GRID */
.engines-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px 90px;
    align-items: start;
    position: relative;
    z-index: 15;
    padding-bottom: 50px;
}

.engines-grid::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, transparent 0%, #fff 30%);
    left: 0;
    /* z-index: 200; */
}

.engine-card {
    position: relative;
    background: #FFFFFF;
    border: 4px solid #F0F0F0;
    border-radius: 20px;
    padding: 30px;
    overflow: hidden;
    transition: 0.4s ease;
    min-height: 310px;
    will-change: transform, opacity;
    transform-origin: center;
}

.engine-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(0, 0, 0, 0.035) 1px,
            transparent 1px);
    background-size: 8px 8px;
    opacity: 0.5;
}

.engine-card>* {
    position: relative;
    z-index: 2;
}

.engine-card:hover {
    transform: translateY(-10px);
    border-color: #ffffff;
    box-shadow: 0px 0px 30px 0px #51A2FF66;
}

.engine-card.active {
    border-color: #ffffff;
    box-shadow: 0px 0px 30px 0px #51A2FF66;
}

.engine-icon {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    background: linear-gradient(90deg, #254EC7 0%, #7D9BE8 100%);
    box-shadow: 0px 1.92px 1.92px 0px #CFE7FF33 inset;
}

.engine-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.engine-card h3 {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
    line-height: 40px;
}

.engine-card p {
    font-family: var(--e-global-typography-3993ff6-font-family), Sans-serif;
    font-size: var(--e-global-typography-3993ff6-font-size);
    font-weight: var(--e-global-typography-3993ff6-font-weight);
    line-height: var(--e-global-typography-3993ff6-line-height);
    letter-spacing: var(--e-global-typography-3993ff6-letter-spacing);
    text-align: left;
    color: #90A1B9;
}

/* POSITIONING LIKE FIGMA */
.card-unreal {
    margin-top: -25px;
}

.card-unity {
    margin-top: 35px;
}

.card-omniverse {
    grid-column: 1 / span 2;
    max-width: 580px;
    margin: auto;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .engines-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        align-items: center;
    }

    .engines-section {
        min-height: unset;
    }

    .card-unreal,
    .card-unity,
    .card-omniverse {
        margin: 0 auto;
        max-width: 100%;
        grid-column: auto;
    }

    .section-heading h2 {
        font-size: 34px;
        line-height: 43px;
    }

}

@media (max-width: 767px) {
    .engines-section {
        padding: 0 20px;
    }

}


/* rishit section */

/* technologies section */

.sec-digital-twin {
    width: 100%;
    background: #020617;
    position: relative;
    padding: 0 48px;
}

.sec-digital-twin .section_top {
    background: url('../assets/images/technologies-top.webp');
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    height: 150px;
    width: 100%;
    z-index: 1;
}

.sec-digital-twin .section_bottom {
    background: url('../assets/images/technologies-bottom.webp');
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    height: 200px;
    width: 100%;
    z-index: 3;
}

.sec-digital-twin .dg_spacer {
    height: 300px;
}

.digital-container {
    max-width: 1200px;
    margin: 0 auto;
}

.sec-digital-twin .digitalh2 {
    color: #ffffff;
    font-family: Geist;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sec-digital-twin .digitalh2 {
        font-size: 34px;
        line-height: 43px;
    }

}


.sec-digital-twin .digitalh2 span {
    display: block;
    background: linear-gradient(90deg, #155DFC 0%, #00B8DB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}



.sec-digital-twin .as-top-digital {
    max-width: 850px;
    margin: 15px auto 60px;
    font-family: Geist;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.3px;
    text-align: center;
    color: #90A1B9;
}

.sec-digital-twin .edge-four-box {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}



.sec-digital-twin .edge-four-box .edge-bg-one {
    position: relative;
    background: #020617;
    border-radius: 24px;
    border: 2px solid #FAFAFA14;
    padding: 20px;
}

.sec-digital-twin .edge-four-box .edge-bg-one::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: url('../assets/images/edge-computing.webp');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    border-radius: 0px 24px 0px 0px;
}

.sec-digital-twin .edge-four-box .edge-bg-one::before {
    width: 95%;
    height: 100%;
    position: absolute;
    content: "";
    top: -1px;
    background: url('../assets/images/top-line.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
}

.sec-digital-twin .edge-four-box .number {
    position: relative;
    z-index: 1;
    font-family: Geist;
    font-weight: 400;
    color: #FFFFFF1A;
    font-size: 50px;
    line-height: 52px;
    letter-spacing: 0px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    @media (max-width: 767px) {
        .sec-digital-twin .edge-four-box .number {
            font-size: 40px;
            line-height: 48px;
        }
    }
}

@media (max-width: 1024px) {
    .sec-digital-twin .digitalh2 span {
        display: inline;
    }

    .engine-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 30px;
    }

    .engine-icon img {
        width: 43px;
        height: 43px;
    }

    .engines-grid {
        gap: 20px;
    }

    .sec-digital-twin .dg_spacer {
        height: 200px;
    }

    .sec-digital-twin .section_top {
        height: 100px;
    }

    .sec-digital-twin .as-top-digital {
        font-size: 16px;
        line-height: 23px;
        margin: 15px auto 40px;
    }

    .sec-digital-twin .section_bottom {
        height: 140px;
    }
}

@media (max-width: 767px) {
    .sec-digital-twin .edge-four-box {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .sec-digital-twin {
        padding: 0 20px;
    }

    .sec-digital-twin .digitalh2 {
        font-size: 30px;
        line-height: 40px;
    }

    .engine-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }

    .engine-icon img {
        width: 30px;
        height: 30px;
    }

    .engine-card {
        border-width: 2px;
    }

    .engine-card h3 {
        font-size: 22px;
        margin-bottom: 6px;
        line-height: 28px;
    }

    .sec-digital-twin .section_top {
        height: 65px;
    }

    .sec-digital-twin .dg_spacer {
        height: 130px;
    }

    .sec-digital-twin .section_bottom {
        height: 70px;
    }
}

@media (max-width: 767px) {
    .sec-digital-twin .edge-four-box .number {
        font-size: 34px;
        line-height: 42px;
    }
}

.sec-digital-twin .edge-four-box .number-title {
    position: relative;
    z-index: 1;
    font-family: Geist;
    font-weight: 400;
    color: #fafafa;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin: 30px 0 10px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sec-digital-twin .edge-four-box .number-title {
        font-size: 26px;
        line-height: 34px;
        margin: 15px 0 10px 0;
    }
}

@media (max-width: 767px) {
    .sec-digital-twin .edge-four-box .number-title {
        margin: 15px 0 10px 0;
        font-size: 22px;
        line-height: 28px;
    }
}

.sec-digital-twin .edge-four-box .number-text {
    position: relative;
    z-index: 1;
    font-family: Geist;
    font-weight: 400;
    color: #90A1B9;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.3px;
    margin: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sec-digital-twin .edge-four-box .number-text {
        font-size: 16px;
        line-height: 23px;
    }
}

@media (max-width: 767px) {
    .sec-digital-twin .edge-four-box .number-text {
        font-size: 14px;
        line-height: 20px;
    }
}

.sec-digital-twin .edge-four-box .edge-bg-two {
    position: relative;
    background: #020617;
    border-radius: 24px;
    border: 2px solid #FAFAFA14;
    padding: 20px;
}

.sec-digital-twin .edge-four-box .edge-bg-two::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background: url('../assets/images/data-engineering.webp');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    border-radius: 0px 0px 24px 0px;
}

.sec-digital-twin .edge-four-box .edge-bg-two::before {
    width: 95%;
    height: 100%;
    position: absolute;
    content: "";
    top: -1px;
    background: url('../assets/images/top-line.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
}

.sec-digital-twin .edge-four-box .edge-bg-three {
    position: relative;
    background: #020617;
    border-radius: 24px;
    border: 2px solid #FAFAFA14;
    padding: 20px;
}

.sec-digital-twin .edge-four-box .edge-bg-three::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: url('../assets/images/iot-integration.webp');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    border-radius: 0px 0px 0px 24px;
}

.sec-digital-twin .edge-four-box .edge-bg-three::before {
    width: 95%;
    height: 100%;
    position: absolute;
    content: "";
    top: -1px;
    background: url('../assets/images/top-line.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
}

.sec-digital-twin .edge-four-box .edge-bg-four {
    position: relative;
    background: #020617;
    border-radius: 24px;
    border: 2px solid #FAFAFA14;
    padding: 20px;
}

.sec-digital-twin .edge-four-box .edge-bg-four::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: url('../assets/images/ai-machine-learning.webp');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    border-radius: 24px 0px 0px 0px;
}

.sec-digital-twin .edge-four-box .edge-bg-four::before {
    width: 95%;
    height: 100%;
    position: absolute;
    content: "";
    top: -1px;
    background: url('../assets/images/top-line.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
}

/* technologies section over */
/* Security and Compliance */

.sec-security {
    width: 100%;
    background: #ffffff;
    padding: 50px 48px;
}

@media (min-width: 768px) and (max-width: 1366px) {
    .sec-security {
        padding: 48px;
    }
}

@media (max-width: 767px) {
    .sec-security {
        padding: 20px;
    }
}

.security-container {
    max-width: 1200px;
    margin: 0 auto;
}

.sec-security .security-grid-box {
    width: 100%;
    display: grid;
    grid-template-columns: 385px 1fr;
    gap: 65px;
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .sec-security .security-grid-box {
        grid-template-columns: 350px 1fr;
        gap: 50px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .sec-security .security-grid-box {
        grid-template-columns: 340px 1fr;
        gap: 40px;
    }
}

@media (max-width: 1024px) {
    .sec-security .security-grid-box {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.sec-security .compliance-left {
    width: 100%;
}

@media (max-width: 1024px) {
    .sec-security .compliance-left {
        text-align: center;
    }
}

.sec-security .compliance-left .compliance-title {
    font-family: Geist;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0px;
    color: #000000;
    margin: 0;
}

.sec-security .compliance-left .compliance-title span {
    background: linear-gradient(90deg, #155DFC 0%, #00B8DB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .sec-security .compliance-left .compliance-title {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sec-security .compliance-left .compliance-title {
        font-size: 34px;
        line-height: 43px;
    }
}

@media (max-width: 767px) {
    .sec-security .compliance-left .compliance-title {
        font-size: 30px;
        line-height: 38px;
    }
}

.sec-security .compliance-left .compliance-text {
    font-family: Geist;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.3px;
    color: #90A1B9;
    margin: 30px 0px 20px 0px;
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .sec-security .compliance-left .compliance-text {
        font-size: 16px;
        line-height: 24px;
        margin: 20px 0px 20px 0px;
    }
}

@media (max-width: 1024px) {
    .sec-security .compliance-left .compliance-text {
        font-size: 16px;
        line-height: 23px;
        margin: 20px 0px 20px 0px;
    }
}

.sec-security .compliance-left .your-digital-blue {
    font-family: Geist;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.3px;
    background: linear-gradient(90deg, #254EC7 0%, #7D9BE8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sec-security .compliance-left .your-digital-blue {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .sec-security .compliance-left .your-digital-blue {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        margin-top: 7px;
    }
}

.security-wrapper {
    width: 100%;
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.security-box {
    width: 33.333%;
    height: 220px;
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.light-box {
    background: #fafafa;
}

.blue-box {
    background: linear-gradient(90deg, #254EC7 0%, #7D9BE8 100%);
}

.security-wrapper .image-box {
    padding: 0;
}

.security-wrapper .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.security-wrapper .title-bold-gray {
    font-family: Geist;
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0px;
    background: linear-gradient(90deg, #254EC7 0%, #7D9BE8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .security-wrapper .title-bold-gray {
        font-size: 23px;
        line-height: 32px;
        letter-spacing: -0.5px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .security-wrapper .title-bold-gray {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .security-wrapper .title-bold-gray {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.3px;
    }
}

.security-wrapper .title-bold-blue {
    font-family: Geist;
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #FAFAFA;
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .security-wrapper .title-bold-blue {
        font-size: 23px;
        line-height: 32px;
        letter-spacing: -0.5px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .security-wrapper .title-bold-blue {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .security-wrapper .title-bold-blue {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.3px;
    }
}

.security-wrapper .paragraph-text-gray {
    font-family: Geist;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    vertical-align: bottom;
    color: #90A1B9;
}

.security-wrapper .paragraph-text-blue {
    font-family: Geist;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    vertical-align: bottom;
    color: #C1DEFF;
}

.sec-security .security-wrapper .box-one {
    position: relative;
}

.security-box .blue-box .box-two {
    position: relative;
}

.security-box .light-box .box-three {
    position: relative;
}

.security-box .blue-box .box-four {
    position: relative;
}

.security-box .image-box .box-five {
    position: relative;
}

.security-box .blue-box .box-six {
    position: relative;
}

.security-box .light-box .box-seven {
    position: relative;
}

.security-box .blue-box .box-eight {
    position: relative;
}

.security-box .light-box .box-nine {
    position: relative;
}

@media (min-width: 768px) {
    .sec-security .security-wrapper .box-one::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, rgba(81, 162, 255, 0) 0%, #51A2FF 100%);
        z-index: 999;
    }

    .sec-security .security-wrapper .box-one::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg, rgba(81, 162, 255, 0) 0%, #51A2FF 100%);
    }

    .sec-security .security-wrapper .box-three::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, #51A2FF 0%, rgba(81, 162, 255, 0) 100%);
    }

    .sec-security .security-wrapper .box-three::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg, rgba(81, 162, 255, 0) 0%, #51A2FF 100%);
    }

    .sec-security .security-wrapper .box-seven::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, rgba(81, 162, 255, 0) 0%, #51A2FF 100%);
    }

    .sec-security .security-wrapper .box-seven::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg, #51A2FF 0%, rgba(81, 162, 255, 0) 100%);
    }

    .sec-security .security-wrapper .box-nine::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, #51A2FF 0%, rgba(81, 162, 255, 0) 100%);
    }

    .sec-security .security-wrapper .box-nine::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg, #51A2FF 0%, rgba(81, 162, 255, 0) 100%);
    }
}


@media(max-width:767px) {
    .sec-security .security-wrapper .box-one::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, rgba(81, 162, 255, 0) 0%, #51A2FF 100%);
        z-index: 999;
    }

    .sec-security .security-wrapper .box-one::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg, rgba(81, 162, 255, 0) 0%, #51A2FF 100%);
    }

    .sec-security .security-wrapper .box-three::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg, #51A2FF 0%, rgba(81, 162, 255, 0) 100%);
    }

    .sec-security .security-wrapper .box-seven::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg, rgba(81, 162, 255, 0) 0%, #51A2FF 100%);
    }

    .sec-security .security-wrapper .box-nine::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg, #51A2FF 0%, rgba(81, 162, 255, 0) 100%);
    }

    .sec-security .security-wrapper .box-nine::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, #51A2FF 0%, rgba(81, 162, 255, 0) 100%);
    }
}

@media(max-width:767px) {
    .security-box {
        width: 50%;
        height: 170px;
    }

    .security-wrapper .title-bold-gray {
        font-size: 20px;
        line-height: 30px;
    }

    .security-wrapper .title-bold-blue {
        font-size: 20px;
        line-height: 30px;
    }

    .security-wrapper .paragraph-text-gray {
        font-size: 16px;
        line-height: 23px;
    }

    .security-wrapper .paragraph-text-blue {
        font-size: 16px;
        line-height: 23px;
    }

    .security-wrapper .image-box {
        width: 100%;
    }

    .security-wrapper .image-box img {
        width: 100%;
    }

    .security-wrapper .box-one {
        order: 1;
    }

    .security-wrapper .box-two {
        order: 2;
    }

    .security-wrapper .box-three {
        order: 4;
    }

    .security-wrapper .box-four {
        order: 3;
    }

    .security-wrapper .box-five {
        order: 5;
    }

    .security-wrapper .box-six {
        order: 7;
    }

    .security-wrapper .box-seven {
        order: 6;
    }

    .security-wrapper .box-eight {
        order: 8;
    }

    .security-wrapper .box-nine {
        order: 9;
    }
}

/* Security and Compliance over */

/* sidebar content list */
.the_stack_section {
    height: 100%;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
    padding: 0 48px;
}

.the_stack_section .dg_spacer {
    height: 300px;
}

.the_stack_section .dg_spacer_2 {
    height: 250px;
}

.the_stack_section .section_top {
    background: url('../assets/images/the_stack_top.webp');
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    height: 200px;
    width: 100%;
    z-index: 3;
}

.the_stack_section .section_bottom {
    background: url('../assets/images/case-studies-top.png');
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    background-size: cover;
    height: 310px;
    width: 100%;
    z-index: 3;
}

.the_stack_section .title_wrapper {
    max-width: 850px;
    color: #FAFAFA;
}

.the_stack_section .desktop_icon_wrapper,
.the_stack_section .icons_wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.the_stack_section .desktop_icon_wrapper .icon_item,
.the_stack_section .icons_wrapper .icon_item {
    margin: 0;
    background: #111A35;
    border-radius: 10px;
    padding: 10px 11px;
    display: flex;
    gap: 14px;
    align-items: center;
    box-shadow: 0px 1px 1px 0px rgba(207, 231, 255, 0.2) inset;
}

.the_stack_section .desktop_icon_wrapper .icon_item img,
.the_stack_section .icons_wrapper .icon_item img {
    width: fit-content;
    height: 32px !important;
    object-fit: contain;
    display: block;
}

.the_stack_section .desktop_icon_wrapper .icon_item span,
.the_stack_section .icons_wrapper .icon_item span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(144, 161, 185, 1);
}


.the_stack_section .sidebar-content-list.mcw-sidebar-content-list {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
}

.the_stack_section .mcw-sidebar-content-list .sidebar-wrapper {
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: auto;
    background-color: #03050B;
    border-radius: 32px;
    background-image: url('../assets/images/sidebar-wrapper-bg.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 638px;
}

.the_stack_section .mcw-sidebar-content-list .gradient-bg,
.the_stack_section .mcw-sidebar-content-list .inner-wrapper,
.the_stack_section .mcw-sidebar-content-list .content-div {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.the_stack_section .mcw-sidebar-content-list .inner-wrapper {
    justify-content: space-between;
    gap: 30px;
    padding: 40px;
    border: 1px solid #1D293D80;
    border-radius: 26px;
    background-color: #03050B;
    background-image: url('../assets/images/inner-wrapper-desktop-bg.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.the_stack_section .mcw-sidebar-content-list .content-div {
    gap: 30px;
    justify-content: space-between;
}

.the_stack_section .mcw-sidebar-content-list .list-wrapper {
    width: 50%;
}

.the_stack_section .mcw-sidebar-content-list .content-list-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.the_stack_section .mcw-sidebar-content-list .content-list {
    border: 1px solid #FAFAFA14;
    border-radius: 24px;
    backdrop-filter: blur(6px);
    transition: all 0.2s ease-out;
    position: relative;
    overflow: visible;
    background: #020618;
}

.the_stack_section .mcw-sidebar-content-list .content-list::before {
    content: "";
    transition: opacity 0.2s ease-out;
    background-image: url('../assets/images/blue-line.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -1px;
    left: 50%;
    width: 100%;
    height: 1px;
    z-index: 2;
    transform: translateX(-50%);
    opacity: 0;
}

.the_stack_section .mcw-sidebar-content-list .content-list::after {
    content: "";
    transition: opacity 0.2s ease-out;
    background-image: url('../assets/images/list-title-hover-bg.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    border-radius: 23px;
    background-position: bottom center;
}

.the_stack_section .mcw-sidebar-content-list .content-list.is-active::before {
    opacity: 1;
}

.the_stack_section .mcw-sidebar-content-list .content-list.is-active::after {
    opacity: 1;
}

.the_stack_section .mcw-sidebar-content-list .mcw-list-toggle {
    width: 100%;
    padding: 20px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    text-align: left;
    position: relative;
    z-index: 1;
    background: transparent;
}

.the_stack_section .mcw-sidebar-content-list .mcw-list-toggle:focus {
    outline: none;
}

.the_stack_section .mcw-sidebar-content-list .mcw-list-toggle:focus-visible {
    outline: 1px solid #00B8DB;
    outline-offset: -1px;
}

.the_stack_section .mcw-sidebar-content-list .list-title,
.the_stack_section .mcw-sidebar-content-list .sidebar-title {
    margin: 0;
    color: #FAFAFA;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
}

.the_stack_section .mcw-sidebar-content-list .content-list.is-active .list-title {
    background: linear-gradient(90deg, #155DFC 0%, #00B8DB 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.the_stack_section .mcw-sidebar-content-list .sidebar-title {
    font-size: 48px;
    line-height: 60px;
}

.the_stack_section .mcw-sidebar-content-list .sidebar-text ul {
    margin: 0;
    padding-left: 22px;
}

.the_stack_section .mcw-sidebar-content-list .sidebar-text {
    margin: 0;
    color: #90A1B9;
    /* font-size: 18px;
    line-height: 28px; */
    font-family: var(--e-global-typography-3993ff6-font-family), Sans-serif;
    font-size: var(--e-global-typography-3993ff6-font-size);
    font-weight: var(--e-global-typography-3993ff6-font-weight);
    line-height: var(--e-global-typography-3993ff6-line-height);
}

.the_stack_section .mcw-sidebar-content-list .mcw-sidebar-image-wrap[hidden] {
    display: none;
}

.the_stack_section .mcw-sidebar-content-list .mcw-sidebar-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.the_stack_section .mcw-sidebar-content-list .mcw-list-image-wrap {
    display: none;
}

.the_stack_section .mcw-sidebar-content-list .mcw-list-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.the_stack_section .mcw-sidebar-content-list .sidebar-text a {
    color: #1e5bc3 !important;
}

.the_stack_section .mcw-sidebar-content-list .sidebar-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.the_stack_section .mcw-sidebar-content-list .sidebar-tags[hidden] {
    display: none;
}

.the_stack_section .mcw-sidebar-content-list .mcw-sidebar-fade-in {
    animation: mcwSidebarFadeIn 0.5s ease-out;
}

.the_stack_section .mcw-sidebar-content-list .mcw-sidebar-tag {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border: 1px solid #FAFAFA1A;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: #C1DEFF;
    font-size: 14px;
    line-height: 16px;
}

.the_stack_section .mcw-sidebar-content-list .gradient-btn {
    background-image: linear-gradient(to right, #155DFC 0%, #00B8DB 45%, #155DFC 100%);
    color: #fff !important;
    padding: 22px 54px 22px 24px;
    border-radius: 50px;
    transition: all 0.2s ease-out;
    background-size: 200% auto;
    position: relative;
    font-size: 18px;
    line-height: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    width: fit-content;
}

.the_stack_section .mcw-sidebar-content-list .gradient-btn:hover {
    color: #fff;
    background-position: right center;
}

.the_stack_section .mcw-sidebar-content-list .gradient-btn:visited {
    color: #fff;
}

.the_stack_section .mcw-sidebar-content-list .gradient-btn:focus {
    outline: none;
}

.the_stack_section .mcw-sidebar-content-list .gradient-btn:focus-visible {
    outline: 1px solid #00B8DB;
    outline-offset: 3px;
}

.the_stack_section .mcw-sidebar-content-list .gradient-btn::before {
    content: "";
    background-image: url('../assets/images/white-arrow.svg');
    position: absolute;
    inset: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: calc(100% - 24px) 50%;
}

.the_stack_section .mcw-sidebar-content-list .mcw-sidebar-button-wrap[hidden] {
    display: none;
}

.the_stack_section .mcw-sidebar-content-list .mcw-list-content {
    display: none;
    padding: 0 20px 20px;
    position: relative;
    z-index: 1;
}

.the_stack_section .mcw-sidebar-content-list .inner-wrapper::before {
    content: "";
    transition: opacity 0.2s ease-out;
    background-image: url('../assets/images/blue-line.svg');
    background-repeat: no-repeat;
    background-size: 350px;
    background-position: top right;
    position: absolute;
    top: -1px;
    right: 0;
    width: 100%;
    height: 1px;
    z-index: 2;
}

.the_stack_section .mcw-sidebar-content-list .inner-wrapper::after {
    content: "";
    transition: opacity 0.2s ease-out;
    background-image: url('../assets/images/blue-line.svg');
    background-repeat: no-repeat;
    background-size: 350px;
    background-position: bottom left;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 2;
}

@keyframes mcwSidebarFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1366px) {
    .the_stack_section .mcw-sidebar-content-list .sidebar-wrapper {
        padding: 18px;
    }

    .the_stack_section .mcw-sidebar-content-list .inner-wrapper {
        gap: 25px;
        padding: 35px;
    }

    .the_stack_section .mcw-sidebar-content-list .sidebar-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 1024px) {
    .the_stack_section .sidebar-content-list.mcw-sidebar-content-list {
        gap: 20px;
    }

    .the_stack_section .mcw-sidebar-content-list .sidebar-wrapper {
        min-height: unset;
    }

    .the_stack_section .mcw-sidebar-content-list .sidebar-wrapper,
    .the_stack_section .mcw-sidebar-content-list .list-wrapper {
        width: 50%;
    }

    .the_stack_section .mcw-sidebar-content-list .sidebar-title {
        font-size: 34px;
        line-height: 43px;
    }

    .the_stack_section .mcw-sidebar-content-list .sidebar-text {
        font-size: 18px;
        line-height: 28px;
    }

    .the_stack_section .mcw-sidebar-content-list .gradient-btn {
        padding: 18px 52px 18px 22px;
        font-size: 16px;
    }

    .the_stack_section .mcw-sidebar-content-list .inner-wrapper {
        /* padding: 30px 35px 21px 30px; */
        padding: 30px;
    }

    .the_stack_section .mcw-sidebar-content-list .list-title {
        font-size: 22px;
        line-height: 28px;
    }

    .the_stack_section .mcw-sidebar-content-list .inner-wrapper {
        gap: 20px;
    }

    .the_stack_section .mcw-sidebar-content-list .inner-wrapper::before {
        background-position: top center;
    }

    .the_stack_section .mcw-sidebar-content-list .inner-wrapper::after {
        background-position: bottom center;
    }

    .the_stack_section .mcw-sidebar-content-list .content-div {
        gap: 20px;
    }

    .the_stack_section .mcw-sidebar-content-list .sidebar-wrapper {
        padding: 15px;
    }

    .the_stack_section .dg_spacer {
        height: 200px;
    }

    .the_stack_section .section_top {
        height: 140px;
    }

    .the_stack_section {
        padding: 0 48px;
        gap: 40px;
    }

    .the_stack_section .desktop_icon_wrapper .icon_item span,
    .the_stack_section .icons_wrapper .icon_item span {
        font-size: 16px;
        line-height: 22px;
    }

    .the_stack_section .desktop_icon_wrapper .icon_item img,
    .the_stack_section .icons_wrapper .icon_item img {
        height: 30px !important;
    }

    .the_stack_section .dg_spacer_2 {
        height: 135px;
    }

    .the_stack_section .section_bottom {
        height: 200px;
        bottom: -20px;
    }
}

@media (max-width: 767px) {
    .the_stack_section .sidebar-content-list.mcw-sidebar-content-list {
        gap: 0;
    }

    .the_stack_section .mcw-sidebar-content-list .sidebar-wrapper {
        display: none;
    }

    .the_stack_section .mcw-sidebar-content-list .list-wrapper {
        width: 100%;
    }

    .the_stack_section .mcw-sidebar-content-list .mcw-list-toggle {
        padding: 18px 20px;
    }

    .the_stack_section .mcw-sidebar-content-list .mcw-list-content {
        display: flex;
        flex-direction: column;
        gap: 20px;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        padding: 0 20px 0;
        transition: max-height 0.34s ease, opacity 0.24s ease, padding-bottom 0.34s ease;
        will-change: max-height, opacity;
    }

    .the_stack_section .mcw-sidebar-content-list .mcw-list-content.is-open {
        max-height: 1200px;
        opacity: 1;
        padding-bottom: 20px;
        margin-top: 20px;
    }

    .the_stack_section .mcw-sidebar-content-list .list-title {
        font-size: 22px;
        line-height: 28px;
    }

    .the_stack_section .mcw-sidebar-content-list .mcw-accordion-icon {
        display: block;
    }

    .the_stack_section .mcw-sidebar-content-list .mcw-list-content[hidden] {
        display: none;
    }

    .the_stack_section .mcw-sidebar-content-list .mcw-list-image-wrap {
        display: block;
    }

    .the_stack_section .mcw-sidebar-content-list .mcw-list-text,
    .the_stack_section .mcw-sidebar-content-list .sidebar-text {
        font-size: 18px;
        line-height: 28px;
    }

    .the_stack_section .mcw-sidebar-content-list .gradient-btn {
        padding: 10px 52px 10px 24px;
        font-size: 14px;
        line-height: 20px;
    }

    .the_stack_section .mcw-sidebar-content-list .content-list::after {
        background-size: cover;
    }

    .the_stack_section .mcw-sidebar-content-list .mcw-sidebar-tag {
        padding: 6px 16px;
    }

    .the_stack_section .dg_spacer {
        height: 100px;
    }

    .the_stack_section .section_top {
        height: 80px;
    }

    .the_stack_section {
        padding: 0 20px;
    }
}

/* sidebar content list over */
/* the mind css */
.the_mind_section {
    min-height: 100vh;
    position: relative;
    background-image: url("../assets/images/case_studies_bg.png");
    background-color: rgb(255, 255, 255);
    background-position: center center;
    background-repeat: repeat;
}

.the-mind-wrapper {
    width: 100%;
    padding: 0 48px;
}

@media screen and (max-width: 767px) {
    .the-mind-wrapper {
        padding: 0 20px 40px 20px;
    }
}

.differenceh2 {
    font-family: Geist;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
}

.differenceh2 .mind-blue {
    vertical-align: middle;
    background: linear-gradient(90deg, #254EC7 0%, #7D9BE8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

@media screen and (min-width: 1025px) {
    .differenceh2 .dlock {
        display: block;
    }
}

@media screen and (max-width: 1365px) {
    .differenceh2 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .differenceh2 {
        font-size: 34px;
        line-height: 43px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .differenceh2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }
}

.the-mind-wrapper .info-section {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.the-mind-wrapper .we-think-box-one {
    width: calc((100% - 40px) * 1.2 / 4.21);
    position: relative;
    display: grid;
    align-content: space-between;
    background: #fafafa url(http://192.168.1.128/300mind/wp-content/uploads/2026/05/ellipse.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    padding: 30px;
    gap: 50px;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .the-mind-wrapper .we-think-box-one {
        padding: 24px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .the-mind-wrapper .we-think-box-one {
        gap: 34px;
    }
}

@media screen and (max-width: 767px) {
    .the-mind-wrapper .we-think-box-one {
        gap: 10px;
    }
}

.the-mind-wrapper .we-think-box-one .simulations-title {
    position: relative;
    z-index: 1;
    font-family: Geist;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.6px;
    vertical-align: middle;
    background: linear-gradient(90deg, #000000 0%, #1A1A1A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: all 0.5s ease-in-out;
}

.the-mind-wrapper .we-think-box-one .simulations-disc {
    position: relative;
    z-index: 1;
    font-family: Geist;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.3px;
    color: #90A1B9;
    transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .the-mind-wrapper .we-think-box-one .simulations-title {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: 0.3px;
    }
}

@media screen and (max-width: 1024px) {
    .the-mind-wrapper .we-think-box-one .simulations-title {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0.3px;
    }

    .the-mind-wrapper .we-think-box-one .simulations-disc {
        font-size: 16px;
        line-height: 24px;
    }

    .the-mind-wrapper .we-think-box-one {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .the-mind-wrapper .we-think-box-one .simulations-title {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.3px;
    }

    .the-mind-wrapper .we-think-box-one .simulations-disc {
        font-size: 14px;
        line-height: 20px;
    }

    .the-mind-wrapper .we-think-box-one {
        padding: 15px;
    }
}

.the-mind-wrapper .we-think-box-one:hover {
    border: 1px solid #648af5;
    box-shadow: 0px 0px 12px 0px #254EC733;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    background-image: none;
}

.the-mind-wrapper .we-think-box-one:hover::after {
    width: 190px;
    height: 170px;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: url(http://192.168.1.128/300mind/wp-content/uploads/2026/05/hover-ellipse.webp);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    transition: all 0.4s ease-in-out;
}

.the-mind-wrapper .we-think-box-one:hover .simulations-title {
    vertical-align: middle;
    background: linear-gradient(90deg, #254EC7 0%, #7D9BE8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.the-mind-wrapper .we-think-box-one:hover .simulations-disc {
    color: #000000;
}

.the-mind-wrapper .we-think-box-two {
    width: calc((100% - 40px) * 1.2 / 3.16);
    position: relative;
    display: grid;
    align-content: space-between;
    background: #fafafa url(http://192.168.1.128/300mind/wp-content/uploads/2026/05/ellipse.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    padding: 30px;
    gap: 50px;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .the-mind-wrapper .we-think-box-two {
        padding: 24px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .the-mind-wrapper .we-think-box-two {
        gap: 34px;
    }
}

@media screen and (max-width: 767px) {
    .the-mind-wrapper .we-think-box-two {
        gap: 10px;
    }
}

.the-mind-wrapper .we-think-box-two .simulations-title {
    z-index: 1;
    font-family: Geist;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.6px;
    vertical-align: middle;
    background: linear-gradient(90deg, #000000 0%, #1A1A1A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: all 0.5s ease-in-out;
}

.the-mind-wrapper .we-think-box-two .simulations-disc {
    z-index: 1;
    font-family: Geist;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.3px;
    color: #90A1B9;
    transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .the-mind-wrapper .we-think-box-two .simulations-title {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: 0.3px;
    }
}

@media screen and (max-width: 1024px) {
    .the-mind-wrapper .we-think-box-two .simulations-title {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0.3px;
    }

    .the-mind-wrapper .we-think-box-two .simulations-disc {
        font-size: 16px;
        line-height: 24px;
    }

    .the-mind-wrapper .we-think-box-two {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .the-mind-wrapper .we-think-box-two .simulations-title {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.3px;
    }

    .the-mind-wrapper .we-think-box-two .simulations-disc {
        font-size: 14px;
        line-height: 20px;
    }

    .the-mind-wrapper .we-think-box-two {
        padding: 15px;
    }
}

.the-mind-wrapper .we-think-box-two:hover {
    border: 1px solid #648af5;
    box-shadow: 0px 0px 12px 0px #254EC733;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    background-image: none;
}

.the-mind-wrapper .we-think-box-two:hover::after {
    width: 190px;
    height: 170px;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: url(http://192.168.1.128/300mind/wp-content/uploads/2026/05/hover-ellipse.webp);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    transition: all 0.4s ease-in-out;
}

.the-mind-wrapper .we-think-box-two:hover .simulations-title {
    vertical-align: middle;
    background: linear-gradient(90deg, #254EC7 0%, #7D9BE8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: all 0.5s ease-in-out;
}

.the-mind-wrapper .we-think-box-two:hover .simulations-disc {
    color: #000000;
}

.the-mind-wrapper .we-think-box-three {
    width: calc((100% - 40px) * 1.3 / 3.88);
    position: relative;
    display: grid;
    align-content: space-between;
    background: #fafafa url(http://192.168.1.128/300mind/wp-content/uploads/2026/05/ellipse.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    padding: 30px;
    gap: 50px;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .the-mind-wrapper .we-think-box-three {
        padding: 24px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .the-mind-wrapper .we-think-box-three {
        gap: 34px;
    }
}

@media screen and (max-width: 767px) {
    .the-mind-wrapper .we-think-box-three {
        gap: 10px;
    }
}

.the-mind-wrapper .we-think-box-three::after {
    position: absolute;
    content: "";
    display: block;
    flex-basis: 100%;
}

.the-mind-wrapper .we-think-box-three .simulations-title {
    z-index: 1;
    font-family: Geist;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.6px;
    vertical-align: middle;
    background: linear-gradient(90deg, #000000 0%, #1A1A1A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: all 0.5s ease-in-out;
}

.the-mind-wrapper .we-think-box-three .simulations-disc {
    z-index: 1;
    font-family: Geist;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.3px;
    color: #90A1B9;
    transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .the-mind-wrapper .we-think-box-three .simulations-title {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: 0.3px;
    }
}

@media screen and (max-width: 1024px) {
    .the-mind-wrapper .we-think-box-three .simulations-title {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0.3px;
    }

    .the-mind-wrapper .we-think-box-three .simulations-disc {
        font-size: 16px;
        line-height: 24px;
    }

    .the-mind-wrapper .we-think-box-three {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .the-mind-wrapper .we-think-box-three .simulations-title {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.3px;
    }

    .the-mind-wrapper .we-think-box-three .simulations-disc {
        font-size: 14px;
        line-height: 20px;
    }

    .the-mind-wrapper .we-think-box-three {
        padding: 15px;
    }
}

.the-mind-wrapper .we-think-box-three:hover {
    border: 1px solid #648af5;
    box-shadow: 0px 0px 12px 0px #254EC733;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    background-image: none;
}

.the-mind-wrapper .we-think-box-three:hover::before {
    width: 190px;
    height: 170px;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: url(http://192.168.1.128/300mind/wp-content/uploads/2026/05/hover-ellipse.webp);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    transition: all 0.4s ease-in-out;
}

.the-mind-wrapper .we-think-box-three:hover .simulations-title {
    vertical-align: middle;
    background: linear-gradient(90deg, #254EC7 0%, #7D9BE8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: all 0.5s ease-in-out;
}

.the-mind-wrapper .we-think-box-three:hover .simulations-disc {
    color: #000000;
}

.the-mind-wrapper .we-think-box-four {
    width: calc((100% - 40px) * 1.3 / 3.88);
    position: relative;
    display: grid;
    align-content: space-between;
    background: #fafafa url(http://192.168.1.128/300mind/wp-content/uploads/2026/05/ellipse.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    padding: 30px;
    gap: 50px;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .the-mind-wrapper .we-think-box-four {
        padding: 24px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .the-mind-wrapper .we-think-box-four {
        gap: 34px;
    }
}

@media screen and (max-width: 767px) {
    .the-mind-wrapper .we-think-box-four {
        gap: 10px;
    }
}

.the-mind-wrapper .we-think-box-four .simulations-title {
    z-index: 1;
    font-family: Geist;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.6px;
    vertical-align: middle;
    background: linear-gradient(90deg, #000000 0%, #1A1A1A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: all 0.5s ease-in-out;
}

.the-mind-wrapper .we-think-box-four .simulations-disc {
    z-index: 1;
    font-family: Geist;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.3px;
    color: #90A1B9;
    transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .the-mind-wrapper .we-think-box-four .simulations-title {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: 0.3px;
    }
}

@media screen and (max-width: 1024px) {
    .the-mind-wrapper .we-think-box-four .simulations-title {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0.3px;
    }

    .the-mind-wrapper .we-think-box-four .simulations-disc {
        font-size: 16px;
        line-height: 24px;
    }

    .the-mind-wrapper .we-think-box-four {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .the-mind-wrapper .we-think-box-four .simulations-title {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.3px;
    }

    .the-mind-wrapper .we-think-box-four .simulations-disc {
        font-size: 14px;
        line-height: 20px;
    }

    .the-mind-wrapper .we-think-box-four {
        padding: 15px;
    }
}

.the-mind-wrapper .we-think-box-four:hover {
    border: 1px solid #648af5;
    box-shadow: 0px 0px 12px 0px #254EC733;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    background-image: none;
}

.the-mind-wrapper .we-think-box-four:hover::after {
    width: 190px;
    height: 170px;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: url(http://192.168.1.128/300mind/wp-content/uploads/2026/05/hover-ellipse.webp);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    transition: all 0.4s ease-in-out;
}

.the-mind-wrapper .we-think-box-four:hover .simulations-title {
    vertical-align: middle;
    background: linear-gradient(90deg, #254EC7 0%, #7D9BE8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: all 0.5s ease-in-out;
}

.the-mind-wrapper .we-think-box-four:hover .simulations-disc {
    color: #000000;
}

.the-mind-wrapper .we-think-box-five {
    width: calc((100% - 40px) * 1.2 / 3.16);
    position: relative;
    display: grid;
    align-content: space-between;
    background: #fafafa url(http://192.168.1.128/300mind/wp-content/uploads/2026/05/ellipse.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    padding: 30px;
    gap: 50px;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .the-mind-wrapper .we-think-box-five {
        padding: 24px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .the-mind-wrapper .we-think-box-five {
        gap: 34px;
    }
}

@media screen and (max-width: 767px) {
    .the-mind-wrapper .we-think-box-five {
        gap: 10px;
    }
}

.the-mind-wrapper .we-think-box-five .simulations-title {
    z-index: 1;
    font-family: Geist;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.6px;
    vertical-align: middle;
    color: #000000;
    background: linear-gradient(90deg, #000000 0%, #1A1A1A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: all 0.5s ease-in-out;
}

.the-mind-wrapper .we-think-box-five .simulations-disc {
    z-index: 1;
    font-family: Geist;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.3px;
    color: #90A1B9;
    transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .the-mind-wrapper .we-think-box-five .simulations-title {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: 0.3px;
    }
}

@media screen and (max-width: 1024px) {
    .the-mind-wrapper .we-think-box-five .simulations-title {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0.3px;
    }

    .the-mind-wrapper .we-think-box-five .simulations-disc {
        font-size: 16px;
        line-height: 24px;
    }

    .the-mind-wrapper .we-think-box-five {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .the-mind-wrapper .we-think-box-five .simulations-title {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.3px;
    }

    .the-mind-wrapper .we-think-box-five .simulations-disc {
        font-size: 14px;
        line-height: 20px;
    }

    .the-mind-wrapper .we-think-box-five {
        padding: 15px;
    }
}

.the-mind-wrapper .we-think-box-five:hover {
    border: 1px solid #648af5;
    box-shadow: 0px 0px 12px 0px #254EC733;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    background-image: none;
}

.the-mind-wrapper .we-think-box-five:hover::after {
    width: 190px;
    height: 170px;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: url(http://192.168.1.128/300mind/wp-content/uploads/2026/05/hover-ellipse.webp);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    transition: all 0.4s ease-in-out;
}

.the-mind-wrapper .we-think-box-five:hover .simulations-title {
    vertical-align: middle;
    background: linear-gradient(90deg, #254EC7 0%, #7D9BE8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: all 0.5s ease-in-out;
}

.the-mind-wrapper .we-think-box-five:hover .simulations-disc {
    color: #000000;
}

.the-mind-wrapper .we-think-box-six {
    width: calc((100% - 40px) * 1.2 / 4.21);
    position: relative;
    display: grid;
    align-content: space-between;
    background: #fafafa url(http://192.168.1.128/300mind/wp-content/uploads/2026/05/ellipse.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    padding: 30px;
    gap: 50px;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .the-mind-wrapper .we-think-box-six {
        padding: 24px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .the-mind-wrapper .we-think-box-six {
        gap: 34px;
    }
}

@media screen and (max-width: 767px) {
    .the-mind-wrapper .we-think-box-six {
        gap: 10px;
    }
}

.the-mind-wrapper .we-think-box-six .simulations-title {
    z-index: 1;
    font-family: Geist;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.6px;
    vertical-align: middle;
    background: linear-gradient(90deg, #000000 0%, #1A1A1A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: all 0.5s ease-in-out;
}

.the-mind-wrapper .we-think-box-six .simulations-disc {
    z-index: 1;
    font-family: Geist;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.3px;
    color: #90A1B9;
    transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .the-mind-wrapper .we-think-box-six .simulations-title {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: 0.3px;
    }
}

@media screen and (max-width: 1024px) {
    .the-mind-wrapper .we-think-box-six .simulations-title {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0.3px;
    }

    .the-mind-wrapper .we-think-box-six .simulations-disc {
        font-size: 16px;
        line-height: 24px;
    }

    .the-mind-wrapper .we-think-box-six {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .the-mind-wrapper .we-think-box-six .simulations-title {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.3px;
    }

    .the-mind-wrapper .we-think-box-six .simulations-disc {
        font-size: 14px;
        line-height: 20px;
    }

    .the-mind-wrapper .we-think-box-six {
        padding: 15px;
    }
}

.the-mind-wrapper .we-think-box-six:hover {
    border: 1px solid #648af5;
    box-shadow: 0px 0px 12px 0px #254EC733;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    background-image: none;
}

.the-mind-wrapper .we-think-box-six:hover::after {
    width: 190px;
    height: 170px;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: url(http://192.168.1.128/300mind/wp-content/uploads/2026/05/hover-ellipse.webp);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    transition: all 0.4s ease-in-out;
}

.the-mind-wrapper .we-think-box-six:hover .simulations-title {
    vertical-align: middle;
    background: linear-gradient(90deg, #254EC7 0%, #7D9BE8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: all 0.5s ease-in-out;
}

.the-mind-wrapper .we-think-box-six:hover .simulations-disc {
    color: #000000;
}

@media(max-width:1024px) {
    .the-mind-wrapper .info-section .we-think-box-one {
        width: calc(50% - 10px);
    }

    .the-mind-wrapper .info-section .we-think-box-two {
        width: calc(50% - 10px);
    }

    .the-mind-wrapper .info-section .we-think-box-three {
        width: calc(50% - 10px);
    }

    .the-mind-wrapper .info-section .we-think-box-four {
        width: calc(50% - 10px);
    }

    .the-mind-wrapper .info-section .we-think-box-five {
        width: calc(50% - 10px);
    }

    .the-mind-wrapper .info-section .we-think-box-six {
        width: calc(50% - 10px);
    }
}

@media(max-width:767px) {
    .the-mind-wrapper .info-section .we-think-box-one {
        width: calc(100%);
    }

    .the-mind-wrapper .info-section .we-think-box-two {
        width: calc(100%);
    }

    .the-mind-wrapper .info-section .we-think-box-three {
        width: calc(100%);
    }

    .the-mind-wrapper .info-section .we-think-box-four {
        width: calc(100%);
    }

    .the-mind-wrapper .info-section .we-think-box-five {
        width: calc(100%);
    }

    .the-mind-wrapper .info-section .we-think-box-six {
        width: calc(100%);
    }
}

/* the mind css over */


/*  */

.main-section {
    width: 100%;
    min-height: 100vh;
    padding: 60px 0px 80px;
    position: relative;
    overflow: hidden;
}



/* ====== TIMELINE WRAPPER ====== */

.timeline-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}


/* ====== CURVE LINE ====== */

.curve-line {
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
    z-index: 2;
    pointer-events: none;
    min-width: 1100px;
}

.curve-line svg {
    width: 100%;
    height: 280px;
    display: block;
    overflow: visible;
}

.curve-line path {
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.05));
}

/* ====== TIMELINE TABS CONTAINER ====== */

.timeline-tabs {
    position: relative;
    height: 320px;
    z-index: 5;
    margin-bottom: 50px;
    min-width: 1100px;
}

/* ====== INDIVIDUAL TABS ====== */

.timeline-tab {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px;
    cursor: pointer;
    z-index: 5;
    user-select: none;
    box-shadow: 0px 4px 14px 0px #9797971F;
    border: 1px solid #0000000F
}


.timeline-tab svg {
    width: 50px;
    height: 50px;
    padding: 10px;
    position: relative;
}

.timeline-tab::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background-color: #BBBBBB;
    border-radius: 50px;
    transform: translate(-50%, -50%);
}

/* HOVER STATE */

.timeline-tab:hover:not(.active) {
    transform: translate(-50%, -50%) scale(1);
    border-color: #0000000F !important;
}

.timeline-tab:focus {
    border: none;
}

.timeline-tab:focus-visible {
    border: none;
    outline: none;
}

/* ACTIVE STATE */

.timeline-tab.active {
    background: linear-gradient(90deg, #155DFC 0%, #00B8DB 100%);
    box-shadow: 0 8px 20px -6.39px #4069FF;
    background-size: 100% 100%;
    border: none;
    /* border-color: transparent; */
    transform: translate(-50%, -50%) scale(1.1);
}

.timeline-tab.active svg {
    background-color: transparent;
}

.timeline-tab.active::before {
    content: none;
}

@media (max-width:1366px) {
    .timeline-tab {
        width: 60px;
        height: 60px;
    }

    .timeline-tab::before {
        width: 40px;
        height: 40px;
    }

    .timeline-tab svg {
        width: 40px;
        height: 40px;
        padding: 10px;
    }
}

/* ====== CONTENT CARD ====== */

.content-card {
    background: #FFF;
    border: 4px solid #fafafa;
    border-radius: 16px;
    padding: 20px;
    width: 100%;
    max-width: 520px;
    margin: 40px auto 0;
    position: relative;
    z-index: 10;
    opacity: 0;
    transform: translateY(30px);
    transition:
        opacity 0.5s ease,
        transform 0.5s ease;
    pointer-events: none;
    touch-action: pan-y;
    user-select: none;
}

.content-card.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.content-card h3 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
    letter-spacing: 0%;
}

.content-card p {
    font-size: 18px;
    line-height: 24px;
    color: #90A1B9;
    margin: 0;
}

@media (max-width:1366px) {
    .content-card {
        margin: -60px auto 0;
    }
}

@media (max-width:1024px) {
    .development_services_section {
        min-height: unset;
    }

    .development_services_section .title_wrapper {
        padding: 30px 48px;
    }

    .development_services_section .dg_spacer {
        min-height: 190px;
    }

    .development_services_section .development_services_wrapper {
        height: 100%;
        gap: 20px;
        background-size: 180%;
        background-position: center center;
    }
}

@media (max-width:767px) {
    .development_services_section .title_wrapper {
        padding: 0 20px 30px 20px;
    }

    .curve-line {
        margin-top: -120px;
    }

    .timeline-tabs {
        margin-top: -120px;
    }

    .content-card {
        margin: 0 auto 0;
        width: 90%;
    }

    .content-card h3 {
        font-size: 23px;
        line-height: 28px;
    }

    .content-card p {
        font-size: 16px;
    }

    .development_services_section .dg_spacer {
        min-height: 150px;
    }

    .development_services_section .development_services_wrapper {
        background-size: 700px;
        background-position-x: center;
        background-position-y: 200px;
    }
}

/*  */



/* Bottom Elementor section */
.bottom_elementor_section {
    height: 100%;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
}

.bottom_elementor_section .dg_spacer {
    height: 300px;
}

.bottom_elementor_section .section_top {
    background: url('../assets/images/bottom_elementor_section_top.webp');
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    height: 200px;
    width: 100%;
    z-index: -1;
}

@media (max-width:1024px) {
    .bottom_elementor_section .section_top {
        height: 125px;
    }

    .bottom_elementor_section .dg_spacer {
        height: 100px;
    }
}

@media (max-width:767px) {
    .bottom_elementor_section .section_top {
        background-size: 1900px;
        height: 100px;
        background-repeat: no-repeat;
        background-position: bottom center;
    }

    .bottom_elementor_section .dg_spacer {
        height: 45px;
    }
}