/*# sourceMappingURL=style.css.map */

@media only screen and (max-width: 767px) {

    .vertical-showcase__item .showcase-content {
        left: 40px;
        bottom: 60px;
        width: 100%;
    }

    .vertical-showcase.section {
        height: auto;
    }

    .py-5 {
        padding: 30px 0px !important;
    }

    .vision-heading {
        font-size: 26px;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: 1px;
    }

    .service-icon-card {
        padding: 10px !important;

    }

    .testimonial-2__thumb-slider-wrapper {
        gap: 15px;
        height: 300px;
    }

    .stats-title {
        font-size: 26px;
        font-weight: 700;
        color: #fff;
    }

    .stats-box p {
        margin: 0;
        font-size: 15px;
        opacity: 0.85;
    }

    .stats-box {
        background: rgba(255, 255, 255, 0.08);
        padding: 20px 10px;
        border-radius: 18px;
        transition: all 0.3s ease;
        backdrop-filter: blur(6px);
        /* min-height: 189px; */
        margin-bottom: 10px;
    }

    .desktop-menu {
        position: absolute;
        right: 100px;
        top: 388%;
        transform: translateY(-50%) translateX(120%);
        transition: 0.4s ease;
        background: #ffffff;
        border-radius: 8px;
        padding: 30px;
        width: 250px;
    }

    .desktop-menu {
        position: absolute;
        right: 40px;
        top: 430%;
        transform: translateY(-50%) translateX(120%);
        transition: 0.4s ease;
        background: #ffffff;
        border-radius: 8px;
        padding: 30px;
        width: 250px;
    }

    .head-con {
        height: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 15px;
        gap: 20px;
    }

    .desktop-menu ul {
        display: flex;
        gap: 28px;
        align-items: center;
        flex-direction: column;
    }

    .mission-left {
        background: linear-gradient(135deg, #100f4a, #028292);
        color: #fff;
        padding: 30px;
        height: auto;
    }

    .mission-content h2 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 18px;
        color: #fff;
    }

    .values-title {
        font-size: 26px;
        font-weight: 700;
        color: #ffffff;
    }

    .v-card {

        padding: 20px;

    }

    .mission-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        height: auto;
    }

    .value-card {
        padding: 20px;
    }

    .tm-carousel-wrapper::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: auto;
        height: 2px;
        background: #dcdcdc;
    }

    .tm-card.top {
        margin-top: 0px;
    }

    .tm-carousel-wrapper {
        padding: 49px 30px;
        gap: 80px;
    }

    .split-left-content {
        height: auto !important;
    }

    .split-right-image img {
        height: 100%;
        min-height: auto !important;
    }

    .header-2.section {
        z-index: 9;
        background: #ffffffb0;
        height: 60px;
        position: fixed !important;
    }

    .tm-card.top {
        margin-top: -214px;
    }

    .tm-year-item1 h3 {
        font-size: 42px;
        font-weight: 800;
        color: #0b2c63;
        margin-bottom: 0px;
    }

    .tm-year-item h3 {
        font-size: 42px;
        font-weight: 800;
        color: #0b2c63;
        margin-bottom: 0px;
    }

    .why-choose-section .section-title {
        font-size: 25px;
        font-weight: 700;
        color: #100f4a;
    }

    .tm-timeline {
        display: block;
        padding: 0;
        overflow: visible;
    }

    .tm-timeline::before {
        left: 0;
        right: auto;
        width: 4px;
        height: 100%;
        top: 0;
        transform: none;
    }

    .tm-timeline-item {
        min-width: auto;
        margin: 1.5rem 0;
        display: block;
    }

    .tm-timeline-item::after {
        left: 20px;
        top: 0;
        transform: translateY(0);
    }

    .tm-timeline-content {
        margin-left: 56px;
        transform: none !important;
        text-align: left;
    }

    .profile-card {

        height: 170px;

    }

    .profile-content {
        padding: 10px 10px;
    }

    .profile-name {
        font-size: 30px;

    }

    .work-content .main-content .left-content {

        padding: 12px;

    }

    .work-2__item .work-content .main-content .work-link {
        width: 40px;
        height: 40px;
    }

    .work-2__item .work-content .main-content .work-link i,
    .work-2__item .work-content .main-content .work-link svg {
        width: 16px;
        height: 16px;
    }

    .work-2__item {
        height: 30vh;
    }

    .work-2__item .work-content {
        inset: 10px 10px;
        width: 95%;
    }

    .usecase-card {

        padding: 14px 12px;
        height: 210px;

    }

    .challenges-section .row {
        flex-direction: column-reverse;
    }

    .solution-card {

        padding: 15px 15px;

    }


}