/* 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: 999999999;
    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;
   
}

body {
    font-family: "DM Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.container_body {
    position: relative;
    width: 100%;
    height: 100%;
}

.container_body_scroll {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    will-change: transform;
}

/* 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;
}


/* @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%;
  }
} */

.topSectionContent1Text {
    font-size: 1.9rem;
    font-weight: 600;
    /* padding-top: 10%; */
    color: #f15523;
    /* line-height: 3.1vw; */
}

.topSectionContent3TextSpan {
    font-weight: 700;
}

.topSectionContent3Text {
    width: 68%;
    font-size: 0.9vw;
    color: #5c5c5c;
}

 .btn_form {
    transition: 0.3s all ease-in-out;
}

.btn_form:hover {
    transform: scale(1.1);
}

/*--------------------- abhishikta new css ------------------------------------------------*/
.br_c {
    border: 1px solid red;
}

/* -------------------main section starts---------------------------------- */

.techflow_new_topSection_services {
    align-items: center;
    /* height: 400px; */
    padding-bottom: 5%;
    display: flex;
    margin-top: 4%;
    background: linear-gradient( to bottom right, #d3d3d3 40%, #ffffff 90%, transparent 50% );
    position: relative;
    z-index: 1;
}

.techflow_new_topSection_services_ani {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.techflow_new_topSection_services_anix {
    width: 200px;
}

.techflow_new_topSection_servicesTopborder_right {
    border-right: 1px solid #b7bac1;
}

.topSectionContent1Text {
    font-size: 1.9rem;
    font-weight: 600;
    padding-top: 5%;
    color: #f15523;
    /* line-height: 3.1vw; */
}

#topSectionContent1TextSpan {
    color: #535353;
}

.techflow_new_topSection_servicesTopborder_right {
    border-right: 1px solid #b7bac1;
}

.techflow_new_topSection_servicesTopborder_left {
    padding-left: 30px !important;
}

.techflow_new_topSection_services_topSectionContent3Text {
    margin-top: 1rem;
    /* width: 80%; */
    padding-top: 5%;
    /* font-size: 3.9vw; */
    color: #5c5c5c;
    text-align: left;
}

.topSectionContent3TextSpan {
    font-weight: 700;
}

.our_office {
    height: 70vh;
    position: relative;
}

    .our_office .our_office_side {
        position: absolute;
        right: 0;
        bottom: 20px;
        z-index: -1;
    }

.our_office_side img {
    width: 250px;
}

.our_office_container {
    position: absolute;
    width: 100%;
    top: -8%;
}

/* <!----------------------------------------------------------------------- slider css  ---------------------------------------------- --> */

.swiper {
    width: 100%;
    height: 100%;
}

.card-wrapper {
    max-width: 100%;
    margin: 0 60px 35px;
    padding: 0px 10px 40px 10px;
    overflow: hidden;
    height: 100%;
}

.card-list .card-item {
    list-style: none;
}

.card-list {
    padding-left: 0px !important;
}

.card-item {
    position: relative;
    height: 100%;
    /* width: 300px !important; */
    /* height: 360px !important; */
}

.card-link {
    cursor: pointer !important;
    position: relative;
    user-select: none;
    display: block;
    text-decoration: none;
    border-radius: 25px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    transition: 0.2s ease;
    height: 100%;
}

.card-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
}

.card-list .card-item .card-link:active {
    cursor: grabbing;
}

.card-list .card-item .card-link:hover {
    border-color: #5372f0;
}

.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;
}
/* ----- custom slider code  */
.card_item_details {
    position: absolute;
    bottom: 1.6rem;
    left: 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 2rem;
    display: flex;
}

.card_item_details_country {
    width: 80%;
}

.card_item_details p {
    margin-bottom: 0;
}

.card_item_details_country_title {
    color: #f15523;
    font-weight: bold;
    font-size: 2rem;
}

.card_item_details_country_place {
    color: #fff;
    font-size: 1rem;
}

.card_item_details_flag img {
    width: 60px;
}

@media screen and (max-width: 768px) {
    .card-wrapper {
        margin: 0 10px 25px;
    }

        .card-wrapper .swiper-slide-button {
            display: none;
        }

    .swiper {
        width: 100%;
        height: 100%;
    }

    .our_office {
        height: 30vh;
        position: relative;
    }
}

/*.card-wrapper .swiper-pagination-bullet {
    background: #3b3c40 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.5rem !important;
    color: #f16529 !important;
    font-weight: bold;
}*/


.swiper-pagination-bullet {
    background: #3b3c40 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.5rem !important;
    color: #faac8b !important;
    font-weight: bold;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    color: #f16529 !important;
}

/* <!----------------------------------------------------------------------- slider css end  ---------------------------------------------- --> */

.techflow_new_facilities_starts {
    width: 100%;
    position: relative;
    padding-bottom: 3rem;
}

.techflow_new_facilities_starts_left {
    position: absolute;
    z-index: -1;
    width: 150px;
    left: 0;
    top: -60%;
}

    .techflow_new_facilities_starts_left img {
        width: 110px;
    }

.office_absSideDiv {
    /* position: absolute; */
}

    .office_absSideDiv img {
        width: 156px;
    }

.techflow_new_facilities_subCon {
    width: 95%;
    background-color: #ffefe9;
    border: 6px solid #fff9f6;
    border-radius: 25px;
    position: relative;
    height: 377px;
}

.techflow_new_facilities_rightDiv {
    position: relative;
}

.facilitiesRightDiv_bottomImgDiv {
    position: absolute;
    bottom: 0;
    right: 12%;
}

    .facilitiesRightDiv_bottomImgDiv img {
        width: 322px;
    }

.facilitiesRightDiv_TopImgDiv {
    position: absolute;
    bottom: 0%;
    right: 0%;
    z-index: 921;
}

    .facilitiesRightDiv_TopImgDiv img {
        width: 100%;
    }

.facilities_rowDiv {
    align-items: center;
    justify-content: center;
    height: 100%;
}

.facilities_leftDiv_text {
    /* padding: 5rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 4rem !important;
}

.facilities_leftDiv_Heading {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: start;
    line-height: 1.2;
    /* margin-top: 9rem; */
}

    .facilities_leftDiv_Heading p {
        margin-bottom: -14px;
        color: #565656;
        letter-spacing: 1.2px;
    }

    .facilities_leftDiv_Heading span {
        margin-bottom: 0;
        color: #f16529;
        letter-spacing: 1.2px;
    }

.facilities_leftDiv_list img {
    height: 40px;
    width: 40px;
}

.facilities_leftDiv_list {
    /* padding: 4rem; */
    padding: 0 !important;
}

    .facilities_leftDiv_list ul {
        list-style: none;
        margin-bottom: 0;
    }

    .facilities_leftDiv_list li {
        margin-bottom: 12px;
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .facilities_leftDiv_list ul li h4 {
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 600;
        color: #565656;
    }

.getInTouch_sectionStarts {
    margin-bottom: 4.5rem !important;
    position: relative;
    width: 100%;
}

.getInTouch_sectionStarts_bg {
    position: absolute;
    right: 0;
    bottom: -15%;
    z-index: -1;
}

    .getInTouch_sectionStarts_bg img {
        width: 200px;
    }

.getInTouch_mainCon {
}

.getInTouch_subCon {
    width: 95%;
    margin: 0 auto;
    background-image: url('../uploads/pics/getintouchback.png');
    background-size: cover; /* Makes the image cover the entire element */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-position: center;
    height: 19rem;
    border-radius: 30px;
}

.getInTouch_contents {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1rem;
}

    .getInTouch_contents span {
        font-size: 38px;
        font-weight: 600;
        color: #ffffff;
    }

    .getInTouch_contents p {
        font-size: 20px;
        font-weight: 500;
        color: #ffffff;
    }

.getInTouch_BtnDiv {
    margin-top: 3.5rem;
}

.getInTouch_BtnDiv_a {
    text-decoration: none !important;
}

.getInTouch_Btn {
    background-color: #f25c35;
    border: none;
    color: white;
    width: 150px;
    padding: 10px 0px;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    outline: none;
    display: inline-block;
}
/* -----------------------------------------------social-section---------------------------------------------- */

.social_section {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 99999;
    width: 60px;
    /* height: 150px; */
}

.social_mainCon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14px 0;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
    gap: 3rem;
    background: rgba(234, 234, 234, 1);
    border: 7px solid rgba(219, 219, 219, 0.12);
}

.social_images a {
    text-decoration: none;
}

.social_images {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 13px;
}

    .social_images img {
        width: 35px;
        height: 35px;
    }

.followUs_text {
    font-size: 17px;
    font-weight: 600;
    color: rgba(92, 92, 92, 1);
    transform: rotate(-90deg);
    display: inline-table;
    white-space: nowrap;
}

/* ----------------------------footer css starts------------------------------------------------ */

.footer_starts {
    width: 100%;
    background-color: #414345;
    position: relative;
    overflow: hidden;
}

.footer_absBackImg {
    position: absolute;
    width: 500px;
    bottom: -10%;
    left: 0;
}

    .footer_absBackImg img {
        width: 100%;
    }

.footer_subCon {
    padding: 3rem 2rem;
}

.footer_columns img {
    width: 64px;
    margin-bottom: 1.5rem;
}

.footer_columns h4 {
    color: #ffffff;
    margin-bottom: 2rem;
    font-size: 22px;
}

.footer_columns_list {
    list-style: none;
}

    .footer_columns_list p {
        color: #9a9da0;
        font-size: 13px;
        margin-bottom: 0.5rem;
    }

.footer_columns_tel {
    font-size: 13px;
    color: #9a9da0;
}

.footer_telImgDiv {
    margin-top: 8px;
}

    .footer_telImgDiv img {
        width: 15px;
        height: 15px;
    }

.footer_columns_newsLetterBtn input[type="email"] {
    flex: 1;
    border-radius: 25px 0 0 25px;
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    font-size: 12px;
}

.footer_columns_newsLetterBtn button {
    width: auto;
    border-radius: 0 25px 25px 0;
    padding: 0.7rem 1rem;
    font-size: 12px;
    font-weight: 700;
    background-color: #e6572e;
    color: #ffffff;
    border: none;
}

.footer_bottomCon {
    width: 100%;
    text-align: center;
}

    .footer_bottomCon p {
        font-size: 10px;
        color: #ffffff;
    }

/* ----------------------------footer css ends------------------------------------------------ */

@media (max-width: 575.98px) {
    .topSectionContent1Text {
        font-size: 5.5vw;
        font-weight: 600;
        padding-top: 15%;
        color: #f15523;
        text-align: center;
        line-height: 7.1vw;
    }

    .topSectionContent3Text {
        width: 78%;
        font-size: 3.9vw;
        color: #5c5c5c;
        text-align: center;
    }

    .getInTouch_contents span {
        font-size: 25px;
    }

    .getInTouch_contents p {
        font-size: 17px;
    }
}

@media (max-width: 991.98px) {
    .facilitiesRightDiv_TopImgDiv {
        display: none;
    }

    .facilitiesRightDiv_bottomImgDiv {
        display: none;
    }

    .techflow_new_facilities_subCon {
        height: auto;
    }

    .facilities_leftDiv_Heading {
        margin-bottom: 2rem;
        font-size: 2rem;
        padding-top: 2rem;
    }

    .getInTouch_mainCon {
        height: auto;
    }

    .getIntouch_Btn {
        width: unset;
    }

    .footer_absBackImg img {
        display: none;
    }

    .our_office {
        height: 40vh;
        position: relative;
    }
}

@media (max-width: 1200px) {
    .our_office {
        height: 50vh;
        position: relative;
    }

    .facilitiesRightDiv_TopImgDiv {
        display: none;
    }

    .facilitiesRightDiv_bottomImgDiv {
        display: none;
    }

    .techflow_new_facilities_subCon {
        height: auto;
    }

    .facilities_leftDiv_text {
        /* padding-left: 0rem !important */
    }
}

@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;
    }
}
.techflow_new_topSection_services{
     padding-bottom:0 !important;
}