/* Add styles for loading screen */
#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f15523;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1;
}

#loading-text {
    width: 163px;
    aspect-ratio: 1;
    display: grid;
    position: relative;
}

    #loading-text:before,
    #loading-text:after {
        content: '';
        grid-area: 1/1;
        --c: #0000 calc(100% / 3), #fff 0 calc(2 * 100% / 3), #0000 0;
        --c1: linear-gradient(90deg, var(--c));
        --c2: linear-gradient(0deg, var(--c));
        background: var(--c1), var(--c2), var(--c1), var(--c2);
        background-size: 300% 6px, 6px 300%;
        background-repeat: no-repeat;
        animation: l11 1s infinite linear;
    }

    #loading-text:after {
        margin: 20px;
        transform: scaleX(-1);
        animation-delay: -0.25s;
    }

    #loading-text img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90px;
        height: 92px;
    }

@keyframes l11 {
    0% {
        background-position: 50% 0, 100% 100%, 0 100%, 0 0;
    }

    25% {
        background-position: 0 0, 100% 50%, 0 100%, 0 0;
    }

    50% {
        background-position: 0 0, 100% 0, 50% 100%, 0 0;
    }

    75% {
        background-position: 0 0, 100% 0, 100% 100%, 0 50%;
    }

    75.01% {
        background-position: 100% 0, 100% 0, 100% 100%, 0 50%;
    }

    100% {
        background-position: 50% 0, 100% 0, 100% 100%, 0 100%;
    }
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* cursor: url('/Theme/FrontEnd/uploads/pics/Group_60_cursor.png'), auto; */
}

body {
    font-family: 'DM Sans', sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

#content {
    display: none;
}

/* For modern browsers */
html,
body {
    /* overflow: auto; */
    /* Allows scrolling */
    scrollbar-width: none;
    touch-action: manipulation;
    /* For Firefox */
}

    /* For Chrome, Safari, and Edge */
    html::-webkit-scrollbar,
    body::-webkit-scrollbar {
        display: none;
    }

html {
    scroll-behavior: smooth;
}

.container_body {
    position: relative;
    width: 100%;
    height: 100%;
    /* display: none; */
}

.container_body_scroll {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    will-change: transform;
    /* background: #000000; */
}
.btn_form {
    transition: 0.3s all ease-in-out;
}

    .btn_form:hover {
        transform: scale(1.1);
    }

/*------------ section style-----------------  */

.mainSection {
    margin-top: 4%;
}

/* .topSectionContent1 {
  width: 41%;
} */

#topSectionContent1TextSpan {
    color: #535353;
}

.topSectionContent3TextSpan {
    font-weight: 700;
}

.thirdSecImag {
    width: 100%;
    height: 100%; /* Maintain the aspect ratio of the image */
}


.btn_form {
    transition: 0.3s all ease-in-out;
}

    .btn_form:hover {
        transform: scale(1.1);
    }

.service-item {
    position: relative;
    border-radius: 20px;
    aspect-ratio: 13 / 9;
    width: 100%;
    height: auto;
    mask-image: url('../uploads/pics/rectangle 53.svg');
    -webkit-mask-image: url('../uploads/pics/rectangle 53.svg');
    /* mask-image: url(../common/mask.svg);
  -webkit-mask-image: url(../common/mask.svg); */
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    overflow: hidden;
}

.service-item2 {
    position: relative;
    border-radius: 20px;
    aspect-ratio: 13 / 9;
    width: 100%;
    height: auto;
    mask-image: url('../uploads/pics/rectangle 54.svg');
    -webkit-mask-image: url('../uploads/pics/rectangle 54.svg');
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    overflow: hidden;
}

.serviceCroselArrow {
    position: absolute;
    display: flex;
    bottom: 73%;
    justify-content: end;
    align-items: end;
    width: 88%;
}

.serviceCroselImgText {
    position: absolute;
    display: flex;
    width: 60%;
    /* top: 70%; */
    bottom: 4%;
    left: 8%;
    text-align: start;
}

.crouselImgsmalltext_services {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.crouselImgbigtext_services {
    font-size: 2rem;
    margin-top: 0.3rem;
    color: #fff;
    line-height: 1;
    font-weight: 700;
}

.serviceCroselImgText1 {
    position: absolute;
    display: flex;
    width: 60%;
    top: 11%;
    left: 8%;
}

.serviceCroselArrow1 {
    position: absolute;
    display: flex;
    bottom: 7%;
    justify-content: end;
    align-items: end;
    width: 91%;
}

.exploreSection {
    position: relative;
    display: flex;
}

/* .exploreSection1 {
  width: 13%;
} */
.exploreSection1ImgStyle {
    width: 70%;
}

.exploreSection3ImgStyle {
    width: 96%;
    margin-top: 42%;
}

#exploreSection1Img {
    width: 100%;
}

#exploreSection3Img {
    width: 100%;
}

.exploreTextStyle {
    display: flex;
    margin-top: 4.5%;
}

.headerTextStyle {
    display: flex;
    justify-content: center;
    margin-top: 7%;
}

#headerText {
    font-size: 3vw;
    font-weight: 600;
    color: #565656;
}

.exploreSignStyle {
    width: 10%;
}

.exploreTextHeadingStyle {
    margin-left: 4%;
}

.exploreTextHeading {
    font-size: 1.2rem;
    font-weight: 700;
    color: #f15523;
}

.exploreTextPara {
    font-size: 1.2rem;
    color: #808080;
}


/* Popup styling */

/* Move to center and collapse animation */
@keyframes move-to-center {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }

    50% {
        transform: translate(50vw, 0) scale(1);
    }

    100% {
        transform: translate(0, -50px) scale(0.2);
        opacity: 0;
    }
}

.service-item {
    transition: transform 0.5s ease, opacity 0.5s ease;
}

    .service-item.move-collapse,
    .service-item2.move-collapse {
        animation: move-to-center 0.8s forwards;
    }

@media (min-width: 350px) and (max-width: 575.98px) {
    .mainSection {
        margin-top: 12%;
    }

    .thirdSecImag {
        margin: 10px 3px;
        width: 100%;
        /* height: 15.8rem; */
    }

    #exploreButton {
        width: 40%;
    }

    #exploreSection1Img {
        display: none;
    }

    .exploreSignStyle {
        width: 26%;
    }

    .exploreSection {
        margin-top: 1rem;
    }

    #headerText {
        font-size: 8vw;
    }

    .service-item {
        aspect-ratio: 4.1 / 2.9;
    }

    .serviceCroselArrow img {
        max-width: 20%; /* Slightly larger for better visibility */
    }

    .crouselImgsmalltext_services {
        font-size: 0.9rem; /* Adjust font size for smaller screens */
    }

    .crouselImgbigtext_services {
        font-size: 1.2rem; /* Adjust font size for smaller screens */
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .serviceCroselImgText {
        top: 58%;
    }

    .crouselImgsmalltext_services {
        font-size: 18px;
        line-height: 0px;
    }

    .crouselImgbigtext_services {
        font-size: 21px;
    }

    .serviceCroselImgText1 {
        top: 18%;
    }

    .mainSection {
        margin-top: 9%;
    }

    .exploreTextPara {
        font-size: 0.9rem;
    }

    .exploreTextHeading {
        font-size: 1.3rem;
    }

    .quick-links {
        width: 24%;
    }

    .linksStyle {
        font-size: 1.4vw;
    }

    .service-item {
        aspect-ratio: 4 / 3; /* Adjust for smaller screens */
    }

    .serviceCroselArrow img {
        max-width: 20%; /* Slightly larger for better visibility */
    }

    .crouselImgsmalltext_services {
        font-size: 0.9rem; /* Adjust font size for smaller screens */
    }

    .crouselImgbigtext_services {
        font-size: 1.2rem; /* Adjust font size for smaller screens */
    }
}

/* <!-- ----------------------------------------------------------------- 2.0 Changes start----------------------------------------------------------------- --> */

.br_c {
    border: 1px solid red;
}

.br_d {
    border: 1px dashed blue;
}

.techflow_new_topSection_services {
    align-items: center;
    /* height: 300px; */
    display: flex;
    margin-top: 4%;
    background: linear-gradient( to bottom right, #d3d3d3 40%, #ffffff 90%, transparent 50% );
    position: relative;
}

.techflow_new_topSection_servicesTopborder_right {
    border-right: 1px solid #b7bac1;
}

.techflow_new_topSection_servicesTopborder_left {
    padding-left: 30px !important;
}

.topSectionContent1Text {
    font-size: 1.9rem;
    font-weight: 600;
    /* padding-top: 10%; */
    color: #f15523;
    /* line-height: 3.1vw; */
}

.techflow_new_topSection_services_topSectionContent3Text {
    margin-top: 1rem;
    /* width: 80%; */
    /* font-size: 3.9vw; */
    color: #5c5c5c;
    text-align: left;
}

.techflow_new_topSection_services_ani {
    position: absolute;
    left: 0;
    bottom: 0;
}

.techflow_new_topSection_services_anix {
    width: 200px;
}

.techflow_new_servicesBox {
    position: relative;
}

    .techflow_new_servicesBox .techflow_new_servicesBox_Card {
        margin-top: 4rem !important;
        cursor: pointer !important;
    }

.techflow_new_servicesBox_side {
    position: absolute;
    right: 0;
    top: 100px;
    z-index: -1;
}

#exploreSection3Imgx {
    width: 250px;
    /* height: 400px; */
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    position: relative !important;
    top: 50%;
    left: 50%;
    width: 700px !important;
    max-width: 90% !important;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 20px !important;
}

.slideModal_modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.slideModal_modal_content {
    position: relative !important;
    top: 50%;
    left: 50%;
    height: 450px;
    width: 800px !important;
    max-width: 90% !important;
    transform: translate(-50%, -50%);
    background: white;
    /* padding: 20px; */
    border-radius: 20px !important;
}

#slideModalClose svg {
    cursor: pointer !important;
}

.close {
    /* padding: 10px; */
    position: absolute;
    width: 60px;
    padding: 0.5rem;
    height: 60px;
    background-color: #f15523;
    top: -10px;
    z-index: 1111;
    border-radius: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    right: -15px;
    cursor: pointer;
}

.modal_details {
    padding: 0.6rem;
}

.modal_details_img {
    margin-bottom: 0.3rem;
    height: 269px;
    position: relative;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    background-repeat: no-repeat;
}

.exploreSection2 {
    width: 100%;
}

.exploreSection2_right_img {
    margin: auto;
    display: flex;
    justify-content: center;
}

    .exploreSection2_right_img img {
        width: 100%;
        padding: 10rem 0;
    }

.exploreSection1 {
    position: absolute;
    z-index: -1;
    width: 150px;
    left: 0;
}

.techflow_new_exploreSection1 {
    position: absolute;
    z-index: -1;
    width: 250px;
    top: 200px;
    right: 0;
}

.techflow_new_services_joinus {
    position: relative;
    margin: 2rem 0 6rem 0;
}

.techflow_new_services_joinUs_div {
    position: relative;
    border-radius: 45px;
    height: 220px;
    background: linear-gradient( to bottom right, #dddddd 40%, #e5e5e5 100%, transparent 50% );
    /* overflow: hidden; */
    align-items: center;
    display: flex;
    z-index: 1;
}

.all_btn {
    padding: 6px 25px;
    border-radius: 22px;
    background: #f04e23;
    color: white;
    border: 1px solid #f04e23;
    cursor: pointer;
    /* transition: 0.3s all ease-in-out; */
}


.techflow_new_services_joinUs_div_bottom_ab {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

    .techflow_new_services_joinUs_div_bottom_ab img {
        width: 200px;
        border-bottom-left-radius: 45px;
    }

.techflow_new_services_joinUs_right_top_ab {
    position: absolute;
    top: 0;
    right: 280px;
    z-index: -1;
}

    .techflow_new_services_joinUs_right_top_ab img {
        width: 300px;
    }

.techflow_new_services_joinUs_right_big {
    width: 380px;
    position: absolute;
    right: 0px;
    height: 100%;
    top: -10%;
}

.techflow_new_services_joinUs_right {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border-radius: 20px;
    aspect-ratio: 13 / 9;
    width: 100%;
    height: auto;
    mask-image: url('../uploads/pics/mask.svg');
  /*  background-image: url('../uploads/pics/mask.svg');*/
    -webkit-mask-image: url('../uploads/pics/mask.svg');
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    overflow: hidden;
    transform: scaleX(-1);
}

    .techflow_new_services_joinUs_right img {
        width: 100%;
        height: 100%;
        transform: scaleX(-1);
    }

.techflow_new_services_joinUs_details {
    width: 95%;
    margin: auto;
}

.techflow_new_services_joinUs_div_title {
    font-size: 1.2rem;
    color: #565656;
    font-weight: 300;
    margin: 0 !important;
}

.techflow_new_services_joinUs_div_title_p {
    line-height: 1;
    font-size: 1.6rem;
    font-weight: bold;
    color: #565656;
    margin: 0 !important;
}

    .techflow_new_services_joinUs_div_title_p span {
        color: #f16529;
        font-size: 2rem;
        font-weight: bold;
        display: block;
    }



@media (max-width: 668px) {
    .techflow_new_services_joinUs_right_big {
        display: none;
    }

    .techflow_new_services_joinUs_right_top_ab {
        right: 0;
        opacity: 0.6;
    }

    .techflow_new_services_joinUs_div_bottom_ab {
        opacity: 0.6;
    }

    .techflow_new_servicesBox .techflow_new_servicesBox_Card {
        margin-top: 2rem !important;
    }

    .techflow_new_servicesBox_side {
        top: 200px;
    }

    .techflow_new_topSection_servicesTopborder_right {
        border-right: none;
    }

    .techflow_new_topSection_servicesTopborder_left {
        padding-left: 10px !important;
    }

    .techflow_new_services_joinUs_div_title {
        font-size: 1rem;
    }

    .techflow_new_services_joinUs_div_title_p {
        /* line-height: 1; */
        font-size: 1.2rem;
    }

        .techflow_new_services_joinUs_div_title_p span {
            font-size: 1.6rem;
        }
}

/* <!----------------------------------------------------------------------- slider css  ---------------------------------------------- --> */

.swiper {
    width: 100%;
    height: 100%;
}

.card-wrapper {
    max-width: 100%;
    margin: 0 20px 35px;
    padding: 30px 10px;
    overflow: hidden;
    height: 100%;
}

.card-list .card-item {
    list-style: none;
}

.card-list {
    padding-left: 0px !important;
}

.card-item {
    width: 800px;
    height: 100%;
}

.card-link {
    cursor: pointer !important;
    position: relative;
    user-select: none;
    display: block;
    background: #fff;
    /* padding: 18px; */
    /* border-radius: 50px; */
    text-decoration: none;
    /* border: 2px solid transparent; */
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    transition: 0.2s ease;
    height: 100%;
}

.card-list .card-item .card-link:active {
    cursor: grabbing;
}

.card-list .card-item .card-link:hover {
    border-color: #5372f0;
}

.card-image {
    -webkit-filter: grayscale(100%); /* For older Safari and Chrome */
    filter: grayscale(100%); /* Standard */
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 20px;
}

.card_link_details {
    align-items: center;
    display: flex;
    position: absolute;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
    padding: 0 20px;
    bottom: 20px;
    /* left: 20px; */
}

    .card_link_details .card_logo {
        width: 40px;
    }

    .card_link_details .card_title {
        color: #f15523;
        font-size: 1.2rem;
        font-weight: bold;
    }

    .card_link_details .card_dis {
        color: #ffff;
        font-size: 1rem;
    }

.card_link_details_btn {
    background-color: #ffffff17;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    justify-content: center;
    /* margin: auto; */
    display: flex;
    align-items: center;
}

    .card_link_details_btn .card_link_details_btn_warper {
        background-color: #f15523;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        justify-content: center;
        /* margin: auto; */
        display: flex;
        align-items: center;
    }

.card-list .card-link:hover .card-button {
    color: #fff;
    background: #5372f0;
}

.card-wrapper .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
    opacity: 0.5;
    background: #5372f0;
}

.card-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
}

.card-wrapper .swiper-slide-button {
    color: #5372f0;
    margin-top: -35px;
}

@media screen and (max-width: 768px) {
    .card-wrapper {
        margin: 0 10px 25px;
    }

        .card-wrapper .swiper-slide-button {
            display: none;
        }
}

@media (max-width:600px) {
    .social_section {
        width: 35px;
    }

    .social_images img {
        width: 20px;
        height: 20px;
    }

    .social_images {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
}
