
/* 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;
}

body {
    font-family: 'DM Sans', sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.br_c {
    border: 2px solid red;
}

.br_d {
    border: 1px solid blue;
}
/* 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;
}

@media (min-width: 1200px) {
    .container {
        padding: 0 20px;
    }
}

.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; */
}

/* ///////////////----------------------- */

/* ///////// main crowsel */

.section1_container {
    position: relative;
    width: 100%;
    background: linear-gradient(to top right, #d3d3d3, #ffffff, transparent);
}

.section1 {
    height: 110vh;
}

.card-wrappers_slideModaly {
    width: 100%;
}

.expertise_box {
    /* position: absolute;*/
    top: 80%;
    /* left: 7%; */
    z-index: 987;
    width: 100%;
}

@media (max-width: 1000px) {
    .section1 {
        height: 100vh;
    }
}

@media (min-width:535px) and (max-width: 1000px) {
    .section1 {
        height: 115vh;
    }
}




.textContainer {
    width: 35%;
    margin-top: 9%;
    margin-left: 2%;
}

.counter-container {
    position: absolute;
    right: 55%;
    top: 27%;
    height: 70px;
    width: 300px;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #4b4b4b, #7d7d7d);
    padding: 0px 1rem;
    border-radius: 40px;
    color: white;
    border: 5px solid #ffffff;
}

.count {
    height: 100%;
    width: 30%;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    border-right: 3px solid white;
}

    .count p {
        padding: 0;
        margin: 0;
    }

.countText {
    width: 70%;
}

    .countText p {
        padding: 0 0 0 0.2rem;
        line-height: 1;
        margin: 0;
    }

.btn_form {
    transition: 0.3s all ease-in-out;
}

    .btn_form:hover {
        transform: scale(1.1);
    }

@media (max-width: 792px) {
    .counter-container {
        height: 65px;
        width: 240px;
    }

    .count {
        font-size: 1rem;
    }

        .count p {
            margin-right: 10px;
        }
}

@media (max-width: 492px) {
    .counter-container {
        height: 51px;
        width: 136px;
        right: 52%;
        top: 27%;
        border: 2px solid #ffffff;
    }


    .countText p {
        font-size: 0.6rem;
    }

    .count {
        font-size: 1.2rem;
    }
}

#group {
    /* width: 100%;
  margin-top: 34px; */
    display: none;
}

.firstLine {
    color: #565656;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 20px;
}

.secondLine {
    font-size: 3rem;
    font-weight: 700;
    color: #e6572e;
    line-height: 1;
}

.thirdLine {
    font-size: 3rem;
    color: #565656;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 1;
}

.forthLine {
    width: 70%;
    color: #5c5c5c;
    font-size: 0.9vw;
}

#forthLineSpan {
    font-weight: 700;
    color: #5c5c5c;
    font-size: 0.9vw;
}

.hpStyle {
    width: 2rem;
    height: 1.7rem;
}

.CrousalImageSection {
    position: relative;
    display: flex;
    justify-content: end;
    /* width: 55%; */
}

/* .rightImageCrowsel {
  width: 172px;
  margin-top: 55px;
} */

.upperImage {
    position: absolute;
    z-index: 0;
}

.broupBoyImgStyle {
    /* width: 10%; */
}

.broupBoyImg {
    position: absolute;
    display: flex;
    width: 55%;
    /* justify-content: center; */
    right: 19%;
    top: 1%;
}

.broupBoyImg2 {
    position: absolute;
    display: flex;
    width: 50%;
    right: 19.3%;
    top: 11.8%;
}

    .broupBoyImg2 img {
        width: 95%;
    }



/* .upperImage img {

  width: 29rem;
} */

#backImage {
    width: 100%;
}

/*  */

.OurExpertiseSection {
    justify-content: center;
    display: flex;
    /*margin-top: 7%;*/
    padding: 40px 10px;
    /*padding-bottom: 7%;*/
}

.expertise-bar {
    display: flex;
    align-items: center;
    padding: 0.6%;
    background: linear-gradient(to right, #ece9e6, #ffffff);
    border-radius: 53px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3), 10px 10px 20px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.2), inset 3px 3px 5px rgba(0, 0, 0, 0.2), inset -3px -3px 5px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    /* max-width: 100%; */
    width: 86%;
    border: 1px solid #ece9e6;
    justify-content: space-between;
}

    .expertise-bar:hover {
        box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.35), 12px 12px 24px rgba(0, 0, 0, 0.25);
        transform: translateY(-3px);
        transition: 0.3s ease-in-out;
    }

/* Button styling */
.expertise-button {
    background: linear-gradient(to right, #f04e23, #ff7651);
    color: white;
    padding: 23px 24px;
    border-radius: 43px;
    font-weight: bold;
    font-size: 25px;
    white-space: nowrap;
    flex-shrink: 0;
    /* width: 16%; */
    text-align: center;
}

/* Brand logos */
.brands_container {
    width: 80%;
}

.card-wrappers_slideModalx .card-items {
    display: flex;
    justify-content: center;
}

.card-wrappers_slideModalx {
    padding: 0 45px;
}

.brands_container img {
    height: 32px;
    filter: grayscale(100%);
}

.brands_container ul {
    margin: 0;
    padding: 0;
}


.brands {
    display: flex;
    gap: 79px;
    overflow-x: auto;
    white-space: nowrap;
    margin-left: 4%;
    width: 80%;
    justify-content: space-around;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .brands img {
        height: 27px;
        width: auto;
        opacity: 0.6;
        transition: opacity 0.3s ease;
        filter: grayscale(100%);
    }

        .brands img:hover {
            opacity: 1;
        }

    /*
.brands {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 10px;
    justify-content: space-around;
}

#samsungStyle {
    height: 23px;
}

#appleStyle {
    height: 35px;
}

#dellStyle {
    height: 26px;
}

#onePlusStyle {
    height: 30px;
}

#hpStyle {
    height: 30px;
}

#xiaomiStyle {
    height: 31px;
}

.brands img {
    filter: grayscale(100%);
}*/

    /* Hide scrollbar for mobile devices */
    .brands::-webkit-scrollbar {
        display: none;
    }

/* Responsive Adjustments */

/* /////////////// ///////*/
/* 
.readMore:hover,
.joinButton:hover {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
} */

/* Group 60 */

/* ////////////////  section 1 */

.crousalContainer {
    display: flex;
    margin-top: 5%;
    justify-content: space-between;
    /* height: 650px; */
}

.Rectangle44 {
    width: 100%;
    /* height: 632px; */
}

.Group45 {
    width: 100%;
    /* padding: 46px;
  margin-right: 116px;
  height: 497px; */
}

.rightImageCrowsel {
    max-width: 172px;
    margin-top: 55px;
}

.socialSec {
    position: fixed;
    z-index: 1000;
}

/* .counter-container {
  position: absolute;
  left: 10.33%;
  top: 185px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #4b4b4b, #7d7d7d);
  padding: 5px 40px;
  border-radius: 40px;
  color: white;
  line-height: 1;
  max-width: 45%;
} */

.topSideImg {
    width: 9%;
    display: flex;
    margin-top: 1%;
}

.upperImage {
    position: absolute;
}

.rectangleImage {
    position: absolute;
    display: flex;
    /* width: 82%; */
}

/* .clients-container img {
  height: 12px;
  filter: grayscale(100%);
} */

.secondSection {
    background: linear-gradient( to bottom left, #d3d3d3, #ffffff 50%, transparent 50% ), linear-gradient(to top right, #d3d3d3, #ffffff 50%, transparent 50%);
    padding: 2rem 0 0 0;
    position: relative;
    z-index: 1;
}

.secondSection_right {
    position: absolute;
    right: 0;
    top: 25%;
    z-index: -1;
}

    .secondSection_right img {
        width: 450px;
    }

.secondSection_bottom {
    display: flex;
    margin: auto;
    width: 100%;
    justify-content: center;
}

    .secondSection_bottom img {
        max-width: 1000px;
        width: 100%;
    }

.secondSection_row {
    position: relative;
    /* height: 550px; */
}

.secondSection_row_left {
    position: relative;
    z-index: 1;
    height: 630px;
}

.secondSection_row_right {
    position: relat6ve;
    z-index: 1;
    height: 500px;
    display: flex;
    align-items: center;
    margin-left: 1rem;
    padding-left: 2rem;
}

.secondSection_row_left_bg {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: -1;
}

    .secondSection_row_left_bg img {
        width: 120%;
    }

.secondSection_row_left_details_big {
    position: absolute;
    bottom: 0;
}

    .secondSection_row_left_details_big img {
        width: 100%;
    }

.secondSection_row_left_details_big_child {
    position: absolute;
    bottom: 0;
}

    .secondSection_row_left_details_big_child img {
        width: 120%;
    }

.secondSection_row_left_details_child {
    position: absolute;
    top: 20%;
    right: 10%;
    z-index: 1;
}

    .secondSection_row_left_details_child img {
        width: 200px;
    }

.secondSection_row_right_details {
    width: 90%;
}

.secondSection_row_right_details_span {
    font-weight: bold;
    color: #acacac;
    font-size: 1rem;
}

.secondSection_row_right_details_title {
    font-size: 3rem;
    font-weight: bold;
    color: #565656;
    line-height: 1;
}

    .secondSection_row_right_details_title span {
        color: #f15523;
    }

.secondSection_row_right_details_para {
    margin-top: 2rem;
    font-size: 0.9rem;
    color: #6c7176;
}

.mobile_laptop_container {
    margin-top: 6rem;
}

.laptop_container {
    height: 710px;
}

.laptop_container_title {
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .laptop_container_title p {
        text-align: center;
        font-size: 3rem;
        color: #565656;
        font-weight: bold;
    }

.laptopSection_laptop_video {
    position: absolute; /* Make it position relative to the .laptop_container */
    bottom: 12%; /* Align it to the bottom */
    left: 50%; /* Center it horizontally */
    transform: translateX(-50%);
    width: 550px;
    height: 300px;
}

    .laptopSection_laptop_video img {
        width: 100%;
        height: 100%;
    }

#videoPlayer {
    -webkit-filter: grayscale(100%); /* For older Safari and Chrome */
    filter: grayscale(100%); /* Standard */
    background: linear-gradient(to top, #000 15%, transparent 20%);
    position: absolute;
    width: 74%;
    height: 80%;
    /* border-radius: 10px; */
    left: 13%;
    top: 7%;
}

/* <!-- -------------------------------- mobile   start --> */
.mobile_xxxx {
    position: relative;
    border-radius: 45px;
    width: 360px;
    height: 710px;
    /* overflow: hidden; */
}

.mobile_xxxx_powerBtn {
    position: absolute;
    height: 80px;
    /* z-index: 1; */
    background-color: #868686;
    right: -2px;
    top: 15%;
    width: 4px;
    border-radius: 40px;
}

.mobile_xxxx_volume_high {
    position: absolute;
    height: 60px;
    /* z-index: 1; */
    background-color: #868686;
    left: -2px;
    top: 15%;
    width: 4px;
    border-radius: 40px;
}

.mobile_xxxx_volume_low {
    position: absolute;
    height: 60px;
    /* z-index: 1; */
    background-color: #868686;
    left: -2px;
    top: 25%;
    width: 4px;
    border-radius: 40px;
}

.divxx {
    background: linear-gradient(90deg, #868686, #868686);
    border-radius: 45px;
    overflow: hidden; /* Ensure the rounded corners are applied */
    width: 100%;
    height: 100%;
    padding: 2px;
}

.mobile_container_wraper {
    background: linear-gradient(90deg, #b0b0b0, #bebebe);
    border-radius: 45px;
    overflow: hidden; /* Ensure the rounded corners are applied */
    width: 100%;
    height: 100%;
    padding: 4px;
}

.mobile_container {
    border: 8px solid #000;
    height: 100%;
    width: 100%; /* Mobile width */
    background: white;
    border-radius: 45px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.vision_section {
    position: relative;
    text-align: center;
    background: linear-gradient(90deg, #ec3a15, #f76b1c);
    height: 60%;
    color: white;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
}

.vision_section_title {
    font-size: 1.8rem;
    padding: 2rem 0;
    font-weight: bold;
}

.vision_section_img {
    z-index: 2;
    bottom: 10%;
    display: flex;
    margin: auto;
    justify-content: center;
    height: 100%;
    align-items: center;
    width: 100%;
    position: absolute;
}

    .vision_section_img img {
        width: 70%;
    }

.description {
    padding: 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    text-align: center;
}

.thirdSection {
    background: linear-gradient( to bottom, #d3d3d3, #ffffff 50%, transparent 100% );
    position: relative;
}

.textThirdSec {
    padding-top: 3rem;
    text-align: center;
}

    .textThirdSec p {
        margin-bottom: 0 !important;
    }

.textThirdSecText1 {
    text-align: center;
    color: #acacac;
    font-weight: bold;
    font-size: 1rem;
}

.service-item {
    position: relative;
    border-radius: 20px;
    aspect-ratio: 13 / 9; /* Maintain a consistent aspect ratio */
    width: 100%; /* Full width of the container */
    height: auto; /* Height adjusts based on width */
    mask-image: url('../uploads/pics/rectangle 53.svg');
    -webkit-mask-image: url('../uploads/pics/rectangle 53.svg');
    mask-size: cover; /* Ensure the mask fits the container */
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    overflow: hidden; /* Hide overflow content */
}

.textThirdSecText2 {
    font-size: 3rem;
    color: #565656;
    font-weight: 600;
    line-height: 1;
}

.repairThirdText {
    font-size: 3rem;
    font-weight: 700;
    color: #f15523;
}

.thirdSecImag {
    width: 100%;
    height: 100%;
}

.serviceCroselImgText {
    position: absolute;
    bottom: 5%;
    left: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    width: 70%;
    /* margin-left: 35px; */
}

.services_detils {
}
/* <!----------------------------------------------------------------------- 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: 300px !important; */
    /* width: 33.33% !important; */
    /* height: 360px !important; */
}

.card-link {
    cursor: pointer !important;
    position: relative;
    user-select: none;
    display: block;
    text-decoration: none;
    border-radius: 25px;
    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  */

@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;
    }
}

/* <!----------------------------------------------------------------------- slider css end  ---------------------------------------------- --> */

@media (max-width: 1482px) {
    .mobile_xxxx {
        width: 100%;
        height: 600px;
    }

    .laptop_container {
        width: 100%;
        height: 600px;
    }

    .laptopSection_laptop_video {
        width: 550px;
        height: 300px;
    }

        .laptopSection_laptop_video img {
            width: 100%;
            height: 100%;
        }

    #videoPlayer {
        width: 74%;
        height: 80%;
    }
}

.crouselImgsmalltext {
    font-size: 1.2rem;
    color: #ffffff;
    font-weight: 400;
}

.crouselImgbigtext {
    font-size: 2rem;
    color: #ffffff;
    font-weight: 600;
}

.mobileRepairing_absBackDiv {
    position: absolute;
    right: 0;
    bottom: -34%;
}

    .mobileRepairing_absBackDiv img {
        width: 300px;
    }

/* ----------------abhishikta did this---------------------------------- */
/*.card-wrapper .swiper-pagination-bullet {
    background: #f15523 !important;
}

.card-wrapper .swiper-slide-button {
    color: #f15523 !important;
}*/


.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;
}

/* ---------------------forth section - learn to repair css---------------------------------------- */

.forthSection {
    width: 100%;
    margin: 5rem 0;
    padding: 1rem 0;
}

.learntoRepair_subCon {
    width: 90%;
    margin: 0 auto;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background: linear-gradient(90deg, #ece9e6, #ffffff);
    /* height: 27rem; */
    border-radius: 25px;
    position: relative;
    z-index: 1;
}

.learntoRepair_borderDiv {
}

.learntoRepair_leftDivBack {
    position: absolute;
    /* top: -9%; */
    width: 100%;
    height: 100%;
}

    .learntoRepair_leftDivBack img {
        width: 100%;
        height: 100%;
    }

.learntoRepair_leftDivFront {
    position: absolute;
    top: -9%;
    /* top: -19%; */
    height: 100%;
    width: 100%;
    z-index: 9;
}

    .learntoRepair_leftDivFront img {
        width: 90%;
        height: 110%;
    }

.learntoRepair_rightDivBack {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

    .learntoRepair_rightDivBack img {
        width: 468px;
    }

.learntoRepair_leftDiv {
    position: relative;
    height: 22rem;
    /*   width: 100%;*/
}

.learntoRepair_rightDiv {
    height: 20rem;
    padding: 1rem;
}

.learntoRepair_rightSubDiv {
    width: 80%;
    padding-top: 3rem;
}

.learntoRepair_rightSubDivSpan {
    color: #f15523 !important;
}

.learntoRepair_rightSubDiv h4 {
    font-size: 16px;
    color: #acacac;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.learntoRepair_rightSubDiv p {
    font-size: 35px;
    color: #565656;
    font-weight: 600;
    margin-bottom: -12px !important;
}

/*  .learntoRepair_rightSubDiv span {
        font-size: 35px;
        color: #f15523;
        font-weight: 600;
    }*/

.learntoRepair_btn {
    margin-top: 2rem;
}

    .learntoRepair_btn span {
        background: linear-gradient(90deg, #ec3a15, #f76b1c);
        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;
        text-decoration: none;
    }


/* ----------------------------------------------Global map section starts------------------------------------------------------------------- */

.globalMap_starts {
    width: 100%;
    background: linear-gradient(90deg, #f4f4f4, #dddcdc);
    position: relative;
    overflow: hidden;
    z-index: 2;
    /* margin: 6rem 0; */
}

.globalMap_absTopDiv {
    position: absolute;
    top: -2%;
    left: 16%;
}

    .globalMap_absTopDiv img {
        width: 200px;
    }

.globalMap_absBottomDiv {
    position: absolute;
    right: 0;
    bottom: -3%;
    z-index: -2;
}

    .globalMap_absBottomDiv img {
        width: 389px;
    }

.globalMap_subCon {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 4rem;
}

.globalMap_text {
    width: 55%;
    margin: 0 auto;
}

.globalMap_subCon h4 {
    font-size: 15px;
    text-transform: uppercase;
    color: #acacac;
    margin-bottom: 0.5rem;
}

.globalMap_subCon p {
    color: #565656;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 1.8rem;
}

.globalMap_textSpan {
    color: #f15523;
}

.globalMap_btnDiv {
    margin-bottom: 3.5rem;
}

    .globalMap_btnDiv a {
        background: linear-gradient(90deg, #ec3a15, #f76b1c);
        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;
        text-decoration: none;
    }

        .globalMap_btnDiv a:hover {
            color: #ffffff;
            text-decoration: none;
        }

.globalMap_ImgDiv {
}

    .globalMap_ImgDiv img {
        width: 75%;
    }

/* -------------------------------------------------6th section ---CSR initiative----------------------------------------------- */

.CSR_Initiative_Starts {
    width: 100%;
    /* margin: 5rem 0; */
}

.CSR_LeftImgDiv {
}

    .CSR_LeftImgDiv img {
        width: 100%;
    }

.leftDiv_absBack {
    position: absolute;
    top: 34%;
    left: 33%;
}

    .leftDiv_absBack img {
        width: 50%;
    }

.CSRInitiative_textDiv {
}

.CSR_RightImgDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100%;
    background-image: url('../uploads/pics/csr_rightimg.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.CSR_text {
    width: 80%;
}

    .CSR_text h4 {
        font-size: 32px;
        font-weight: 500;
        color: #ffffff;
        letter-spacing: 0.8px;
    }

    .CSR_text p {
        color: #ffffff;
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 0rem !important;
    }

#CSR_Business {
    font-weight: 500;
    margin-bottom: 1rem !important;
    margin-top: 0 !important;
}

.CSR_text span {
    color: #ffffff;
    font-size: 18px !important;
    font-weight: 300 !important;
}

.CSR_diff_Para {
    font-size: 13px !important;
    margin-top: 0.5rem;
}

/* ----------------------------------------------------------------------join us css------------------------------------------------ */
.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;
}

.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');
    -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;
    }

.techflow_new_services_joinus_modal {
    /* width: ; */
}

@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;
        }
}

@media (max-width: 1200px) {
    .mobile_xxxx {
        display: flex;
        margin: auto;
        width: 360px;
        height: 710px;
    }

    .laptop_container_title {
        height: auto;
    }

    .laptop_center_container {
        margin: 2rem 0 !important;
    }

    .laptop_container {
        width: 100%;
        height: 427px;
    }

    .textThirdSecText1 {
        font-size: 1rem;
    }

    .textThirdSecText2 {
        font-size: 2.5rem;
    }

    .repairThirdText {
        font-size: 2.5rem;
    }
}

@media (max-width: 980px) {
    .textThirdSecText2 {
        font-size: 1.5rem;
    }

    .repairThirdText {
        font-size: 1.5rem;
    }
}



@media (max-width: 488px) {
    .mobile_laptop_container {
        margin-top: 3rem;
    }

    .mobile_xxxx {
        display: flex;
        margin: auto;
        width: 300px;
        height: 610px;
    }

    .laptop_container {
        width: 100%;
        height: 280px;
    }

    .laptopSection_laptop_video {
        position: absolute;
        display: flex;
        justify-content: center;
        width: 320px !important;
        height: 180px !important;
        bottom: initial;
        /* bottom: 10px; */
        /* left: -40px; */
    }

    #videoPlayer {
        border-radius: 10px;
        left: 13%;
        top: 5%;
    }
}

@media (max-width: 998px) {


    .laptopSection_laptop_video {
        bottom: initial;
    }
}

/* /////// ///////----  */

.aboutUsSideImg {
    position: absolute;
    margin-left: 14rem;
    top: 15rem;
    overflow: hidden;
}

/* .readMore btn start  new btn */
.readMore {
    background: linear-gradient(90deg, #ec3a15, #f76b1c);
    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;
}

.readMoreContainer {
    display: flex;
}

.laptopSection {
    text-align: center;
    margin-top: 115px;
    width: 40%;
}

.serviceCroselImgTextStyle {
    text-align: start;
    line-height: 1;
}

.imageSection {
    justify-content: space-evenly;
    display: flex;
    margin-top: 7rem;
    position: relative;
}

/* .forthSection {
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #d3d3d3, #fff);
} */

.locationUpperSection {
    display: flex;
}

.locationUpperImage {
    width: 14%;
    margin-left: 14%;
}

.readMoreRepairing {
    background-color: #f04e23;
    border-radius: 50px;
    padding: 12px;
    text-align: center;
    color: #ffffff;
    margin-top: 14%;
    transition: transform 0.3s ease-in-out;
    width: 22%;
    cursor: pointer;
    font-size: 1vw;
}

.dubai-back {
    background-image: url(/assets/Rectangle\ 66-modified-modified.png);
    background-size: cover;
    height: 330px;
    border-radius: 20px;
}

.india-back {
    background-image: url(/assets/back-india-modified.png);
    background-size: cover;
    height: 330px;
    border-radius: 20px;
}

.fifthSectionContainer {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.textSection {
}

.joinButton {
    background-color: #f15523;
    border-radius: 50px;
    margin: 50px auto;
    max-width: 120px;
    /* padding: 10px; */
    color: #ffffff;
}

.globeImg {
    display: flex;
    width: 63rem;
    /* margin: 50px auto; */
}

.locationSecRight {
    width: 20rem;
    height: 33rem;
}

.locationSecRight_Location {
    width: 20rem;
    height: 33rem;
}

.locationDots {
    position: absolute;
    bottom: 69px;
    left: 232px;
}

.locationDotsPic {
    width: 636px;
    height: 10rem;
}

.fifthSection {
    position: relative;
    padding-top: 7%;
    padding-bottom: 5%;
    background: linear-gradient( to bottom right, white 0%, transparent 20%, #d3d3d3 100% );
}

.CsrSecImg {
    width: 37rem;
    height: 22rem;
}

.award {
    width: 100%;
    /* height: 35rem; */
}

.awardInner {
    /* width: 339px;
  position: absolute;
  left: 187px;
  margin-top: 111px; */
}

.awardSideImg {
    /* margin-top: 3px; */
    width: 100%;
    height: 500px;
    /* height: 22rem; */
}

.awardtextSection {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    width: 87%;
}

.awardtext {
    /* position: absolute;
  bottom: 7rem;
  left: 5rem; */
}

/* .achivmentSection {
  justify-content: space-evenly;
  text-align: center;
  background: linear-gradient(to right, #f4f4f4, #dddcdc);
  border-radius: 40px;
  box-shadow: 6px 0px 4px -1px rgba(0, 0, 0, 0.2);
} */

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    border: 2px solid #000;
    /* Border color for arrows */
    padding: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    /* Background color for arrows */
}

    .carousel-control-prev-icon::before,
    .carousel-control-next-icon::before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #000;
        /* Arrow color */
        border-right: 2px solid #000;
        /* Arrow color */
    }

    .carousel-control-prev-icon::before {
        transform: rotate(-135deg);
        /* Rotate to form the left arrow */
    }

    .carousel-control-next-icon::before {
        transform: rotate(45deg);
        /* Rotate to form the right arrow */
    }

.readMoreAboutUs {
    width: 19%;
    background-color: #f04e23;
    border-radius: 50px;
    padding: 12px;
    text-align: center;
    color: #ffffff;
    margin-top: 8%;
    cursor: pointer;
    font-size: 1vw;
}

.carousel-indicators button {
    background-color: #000;
    /* Indicator color */
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    /* Adjust the position of the indicators */
    left: 50%;
    transform: translateX(-50%);
}

.manImg {
    width: 56%;
    margin: 0 auto;
}

.trainingTextFirst {
    color: #acacac;
    line-height: 65px;
    font-size: 1vw;
    font-weight: 600;
}

.trainingTextSecond {
    color: #565656;
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 0.2vw;
}

.trainingTextThird {
    font-size: 2.5vw;
    font-weight: 700;
    color: #565656;
}

.trainingTextForth {
    font-size: 2.5vw;
    font-weight: 700;
    color: #f15523;
    line-height: 2px;
}

.locationTextFirst {
    font-size: 3vw;
    font-weight: 700;
    color: #565656;
    line-height: 0vw;
}

.locationSpan {
    font-size: 3vw;
    line-height: 54px;
    font-weight: 700;
    color: #f15523;
}

.locationtextSec {
    font-size: 3vw;
    line-height: 4vw;
    font-weight: 700;
    color: #565656;
}

.awardTextSec {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* margin-top: 208px; */
}

.awardtext p {
    margin-bottom: 0 !important;
}

.awardTextFirst {
    font-size: 2.4rem;
    color: #ffffff;
    font-weight: 600;
}

.awardTextSecond {
    font-size: 2rem;
    font-weight: 500;
    color: #ffffff;
    /* margin-top: 0px; */
}

.awardTextThird {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ffffff;
}

.awardTextForth {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 38px;
}

.awardTextFifth {
    font-size: 0.9rem;
    color: #ffffff;
    /* margin-top: 20px; */
    width: 66%;
}

.awardImageSec {
    display: flex;
    position: relative;
    justify-content: center;
    /* margin-top: 6rem; */
}

.awardImageSecInner {
    position: absolute;
    width: 43%;
    top: 20%;
    right: 34%;
}

.lastSection {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}

.lastSectionInner {
    width: 79%;
    position: relative;
    display: flex;
    justify-content: flex-start;
}

#lastSectionImg {
    width: 100%;
}

.lastSectionImgText {
    position: absolute;
    top: 25%;
    left: 5%;
    width: 57%;
}

.lastSectionImgText1 {
    font-size: 1.6vw;
    line-height: 1vw;
    color: #565656;
}

.lastSectionImgText2 {
    font-size: 3vw;
    font-weight: 600;
    line-height: 2vw;
    color: #f16529;
}

.lastSectionImgText3 {
    line-height: 2vw;
    font-size: 2vw;
    color: #565656;
    font-weight: 600;
}

#lastSectionJoinButton {
    border: 1px solid #f16529;
    border-radius: 26px;
    padding: 9px 39px 9px 38px;
    background-color: #f16529;
    margin-top: 1%;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-size: 0.9vw;
}

#lastSectionImgMobile {
    display: none;
}

/* //////////////////////////////////////// */
.footer {
    background-color: #414345;
    color: #fff;
    padding: 10px;
    position: relative;
    /* top: 80px; */
}

    .footer .background {
        position: absolute;
        bottom: 0px;
        left: 0px;
        opacity: 0.25;
        width: 27%;
    }

.footer-container {
    display: flex;
    justify-content: center;
    /* max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; */
}

.footer-containerInner {
    display: flex;
    justify-content: space-between;
    width: 80%;
}

.quickLinksData {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

hr.vertical {
    width: 1px;
    height: 8rem;
    background-color: #565656;
    border: none;
    margin: 60px 0px;
    padding: 0px;
}

/* .footer-section {
  flex: 1;
  margin: 0 10px;
} */
.support {
    margin-top: 3rem;
    width: 10%;
}

.newsletter {
    margin-top: 3rem;
    width: 31%;
}

.footer-section h3 {
    margin-bottom: 40px;
    font-size: 1.5vw;
    color: #fff;
}

.footer-section ul {
    list-style-type: none;
    padding: 0;
}

    .footer-section ul li {
        margin-bottom: 10px;
    }

        .footer-section ul li a {
            color: #93959b;
            text-decoration: none;
            transition: color 0.3s;
            cursor: pointer;
        }

            .footer-section ul li a:hover {
                color: #fff;
            }

.logo-section {
    margin-top: 3rem;
    width: 5%;
}

.linksStyle {
    font-size: 0.8vw;
}

.quick-links {
    margin-top: 3rem;
    width: 24%;
}

.logo-section .logo {
    max-width: 100px;
}

.newsletter-form {
    display: flex;
    margin-top: 20px;
}

    .newsletter-form input[type='email'] {
        padding: 14px;
        border: none;
        border-radius: 26px 0 0 26px;
        outline: none;
        width: 73%;
        font-size: 0.8vw;
        color: #414345;
    }

    .newsletter-form button {
        padding: 14px;
        border: none;
        border-radius: 0 26px 26px 0;
        background-color: #f04e23;
        color: white;
        cursor: pointer !important;
        transition: background-color 0.3s;
        font-size: 0.9vw;
        width: 27%;
    }

.contact-info {
    margin-top: 4rem;
}

.newsletter-form button:hover {
    background-color: #d43d1b;
}

.contact-info h3 {
    margin-bottom: 10px;
    font-size: 1.5vw;
    color: #fff;
}

.contact-info p {
    margin: 0;
    color: #bbb;
}

.footer-bottom {
    text-align: center;
    margin-top: 6rem;
    margin-bottom: 2rem;
}

    .footer-bottom p {
        margin: 0;
        color: #bbb;
    }

.phoneIcon {
    display: flex;
}

.menu-toggle:checked ~ .nav-links {
    height: 429px;
    justify-content: center;
    align-items: center;
    /* Adjust height based on the number of menu items */
}

/* Styling for the dropdown */
.navbarr .dropdown {
    position: relative;
}

.navbarr .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 0;
    width: 200px;
    z-index: 1000;
    text-align: center;
}

.navbarr .dropdown a:hover {
    color: #d43d1b; /* Change the color on hover */
}

.navbarr .dropdown-menu li {
    padding: 0;
}

    .navbarr .dropdown-menu li a {
        color: #333;
        padding: 10px 15px;
        display: block;
        text-decoration: none;
    }

        .navbarr .dropdown-menu li a:hover {
            background-color: #f8f9fa;
        }

/* Hover to show dropdown */
.navbarr .dropdown:hover .dropdown-menu {
    display: block;
}

.locationAnimaText {
    font-size: 1vw;
    font-weight: 600;
    color: #acacac;
    line-height: 3vw;
}

.phoneText {
    font-size: 0.8vw;
    margin-left: 2%;
}

/* @media screen and (max-width: 768px) {
  .navbar {
    flex-direction: column;
  }
} */

/* ------------------abhishikta changes------------------------------- */

.techflow-new-readmoreAboutus {
    width: 19%;
    background-color: #f04e23;
    border-radius: 50px;
    padding: 12px;
    text-align: center;
    color: #ffffff;
    margin-top: 8%;
    font-size: 1vw;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

    .techflow-new-readmoreAboutus:hover {
        transform: scale(1.1);
    }

.techflow-new-readMoreRepairing {
    background-color: #f04e23;
    border-radius: 50px;
    padding: 12px;
    text-align: center;
    color: #ffffff;
    margin-top: 14%;
    transition: transform 0.3s ease-in-out;
    width: 22%;
    cursor: pointer;
    font-size: 1vw;
    transition: transform 0.3s ease-in-out;
}

    .techflow-new-readMoreRepairing:hover {
        transform: scale(1.1);
    }

.techflow-new-joinUsStyle {
    width: 13%;
    background-color: #f04e23;
    border-radius: 50px;
    padding: 12px;
    text-align: center;
    color: #ffffff;
    margin-top: 4%;
    cursor: pointer !important;
    font-size: 1vw;
    margin: 0px auto;
    transition: transform 0.3s ease-in-out;
}

    .techflow-new-joinUsStyle:hover {
        transform: scale(1.1);
    }

#techflow-new-lastSectionJoinButton {
    border: 1px solid #f16529;
    border-radius: 26px;
    padding: 9px 39px 9px 38px;
    background-color: #f16529;
    margin-top: 1%;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-size: 0.9vw;
    transition: transform 0.3s ease-in-out;
}

    #techflow-new-lastSectionJoinButton:hover {
        transform: scale(1.1);
    }

.techflow-new-carousel-control-prev-icon,
.techflow-new-carousel-control-next-icon {
    background-image: none;
    /* border: 2px solid #000; */
    /* Border color for arrows */
    /* padding: 10px;
  border-radius: 50%; */
    background-color: rgba(255, 255, 255, 0.7);
    /* Background color for arrows */
}

.carousel-control-next-icon {
    background-image: none;
}

.techflow-new-carousel {
    border: none;
    /* background-image: none !important; */
}

    .techflow-new-carousel::before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        border-top: none !important;
        border-right: none !important;
    }
/* 
#techflow-new-samsungStyle{
  height: 25px;
  width: auto;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  filter: grayscale(100%);
}
#techflow-new-appleStyle{
  height: 34px;
  width: auto;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  filter: grayscale(100%);
}
#techflow-new-dellStyle{
  height: 27px;
  width: auto;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  filter: grayscale(100%);
}
#techflow-new-onePlusStyle{
  height: 31px;
  width: auto;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  filter: grayscale(100%);
}
#techflow-new-hpStyle{
  height: 31px;
  width: auto;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  filter: grayscale(100%);
}

#techflow-new-xiaomiStyle{
  height: 30px;
  width: auto;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  filter: grayscale(100%);
} */

/* ---------------------abhishikta new css--------------------------------------- */

.br_r {
    border: 1px solid red;
}

.heroSection_start {
    width: 100%;
    margin-top: 5rem;
}

.hero_mainCon {
}

.hero_Con_text {
    margin-top: 8rem;
}

.hero_Con_text_f1 {
    font-size: 25px;
    color: #565656;
    font-weight: 400;
    margin-bottom: 0;
}

.hero_heading {
    margin-top: -12px;
    font-size: 67px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.hero_heading_f1 {
    color: #e6572e;
    margin-bottom: 0;
}

.hero_heading_f2 {
    color: #565656;
    margin-bottom: 0;
    margin-top: -28px;
}

.hero_spanDivText {
    width: 356px;
}

    .hero_spanDivText span {
        color: #5c5c5c;
        font-size: 14px;
    }

.hero_textBtn {
    width: 25%;
    background-color: #f04e23;
    border-radius: 50px;
    padding: 15px 16px;
    text-align: center;
    color: #ffffff;
    margin-top: 3rem;
    font-size: 16px;
}

.hero_a {
    text-decoration: none;
    color: #ffffff;
}

.hero_absBackDiv {
    position: absolute;
    top: 18%;
    right: 0%;
}

    .hero_absBackDiv img {
        width: 46rem;
    }

.hero_absBackDiv2 {
    position: absolute;
    top: 23%;
    right: 0%;
    z-index: 921;
}

    .hero_absBackDiv2 img {
        width: 10rem;
    }

.hero_bottomDiv {
    background: linear-gradient(to right, #ece9e6, #ffffff);
    border-radius: 53px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.hero_bottomSubDiv {
    display: flex;
    justify-content: space-between;
    padding: 8px;
}

.hero_bottomExpertiseBtn {
    background: linear-gradient(to right, #f04e23, #ff7651);
    color: white;
    padding: 23px 24px;
    border-radius: 43px;
    font-weight: bold;
    font-size: 25px;
    white-space: nowrap;
    flex-shrink: 0;
    text-align: center;
}

.expertiseDivImg img {
}

/*----------------------------------- media query starts from here ---------------------------------------------*/

/* @media (min-width: 350px) and (max-width: 575.98px) { */
/* abhishikta changes */
@media (max-width: 576px) {
    .secondSection_row_left {
        height: 300px;
    }

    .secondSection_row_left_details_child {
        position: absolute;
        top: 30%;
        right: 10%;
        z-index: 1;
    }

        .secondSection_row_left_details_child img {
            width: 100px;
        }

    .secondSection_row_right {
        height: 100%;
    }

    .learntoRepair_rightSubDiv p {
        font-size: 25px;
    }
}

@media (max-width: 992px) {
    .secondSection_row_right {
        padding: 6px;
        margin: 0px;
    }

    .secondSection_row_right_details_title {
        font-size: 2.6rem;
    }

    .navbarr {
        flex-direction: column;
        display: flex;
        align-items: flex-start;
    }

    .nav-links {
        /* display: flex; */
        padding: 0;
        /* margin: 0; */
        /* margin-left: 75px; */
    }

        .nav-links a {
            font-size: 15px;
            color: #fff;
        }

        .nav-links li {
            padding: 13px 0.6rem;
        }

    .logo {
        width: 100%;
    }

        .logo .group60 {
            width: 46px;
            height: 48px;
            left: 50px;
        }

    .logoSec {
        display: flex;
        width: 40%;
    }

    /* abhishikta-changes */
    .crousalContainer {
        flex-direction: column-reverse;
        margin-top: 2rem;
    }

    .textContainer {
        margin-top: 19%;
        text-align: center;
        width: unset;
    }

    #group {
        display: none;
    }

    .firstLine {
        font-size: 18px;
        line-height: 1px;
    }

    .overlay-text {
        position: absolute;
        top: 10%;
        color: white;
    }

    .innerImg1 {
        position: absolute;
        top: 107px;
        width: 212px;
        height: 242px;
    }

    .mobile_devcies {
        /* width: 300px; */
    }

        .mobile_devcies img {
            /* width: 100%; */
        }

    .readMoreContainer {
        justify-content: center;
        align-items: center;
    }

    .column_1 {
        justify-content: center;
        align-items: center;
        display: flex;
        width: unset;
    }

    .column_2 {
        width: unset;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .overlay-text3 {
        position: absolute;
        top: 67%;
        /* left: 328px; */
        /* transform: translate(-50%, -50%); */
        color: gray;
        width: 70%;
        font-size: 14px;
    }

    

    .hpStyle {
        width: 1rem;
        height: 0.7rem;
    }

    .overlay-text2 {
        position: absolute;
        top: 9%;
        /* right: 228px; */
        /* transform: translate(-50%, -50%); */
        color: white;
    }

    .overlay-text4 {
        position: absolute;
        top: 68%;
        /* right: 148px; */
        /* transform: translate(-50%, -50%); */
        color: gray;
        width: 76%;
        text-align: center;
    }

    .secondLine {
        font-size: 2rem;
        line-height: 26px;
    }

    .thirdLine {
        font-size: 1.9rem;
        line-height: 60px;
    }

    #forthLineSpan {
        font-size: 15px;
    }

    .forthLine {
        width: 95%;
        margin: auto;
        font-size: 15px;
    }

    .joinUsStyle {
        width: 23%;
        font-size: 3vw;
    }

    .serviceCroselImgText {
        /* margin-left: 0px; */
    }

    .readMoreAboutUs {
        margin: 25px auto;
        font-size: 2.8vw;
        width: 22%;
    }

    .rectangleImage {
        width: 76%;
    }

    .CrousalImageSection {
        margin-top: 22px;
        width: unset;
    }

    .appMissionImages {
        display: block;
    }

    .column {
        width: auto;
    }

    .innerImg2 {
        position: absolute;
        top: 96px;
        width: 214px;
        height: 251px;
    }

    /* #backImage {
    width: 100%;
    height: 288px;
  } */

    /* .upperImage img {
    width: 20rem;
    height: 19rem;
  } */

    .Group45 {
        /* padding: 62px;
    margin-right: 39px;
    width: 326px;
    height: 326px; */
    }

    .techFlowTextSecondForth {
        margin: 0 auto;
        font-size: 15px;
        padding: 12px;
    }

    .rightImageCrowsel {
        max-width: 98px;
        max-height: 174px;
        margin-top: 33px;
    }
    /* 
  .counter-container {
    width: 45%;
    height: 17%;
    top: 33%;
    left: 3%;
    padding: unset;
    border: 3px solid #fff;
  } */

    /* .clients-container {
    max-width: 24rem;
    margin: 217px auto;
    margin-bottom: 50px;
  } */

    .clients-container .title {
        padding: 9px 17px;
        font-size: 10px;
    }

    .clients-container img {
        height: 8px;
    }

    .secondContainer {
        flex-direction: column;
        margin-top: 0;
    }

    .manTechFlowImgContainer {
        width: unset;
        display: flex;
        justify-content: flex-end;
        margin-top: 0%;
    }

    .manTechFlowImg {
        width: unset;
    }

    .techFlowText {
        margin-top: 8%;
        width: unset;
        display: flex;
        text-align: center;
    }

    .techFlowTextSecond {
        font-size: 35px;
        line-height: 6vw;
    }

    .techFlowTextSecondSpan {
        font-size: 35px;
    }

    .techFlowTextSecondThird {
        font-size: 35px;
    }

    .broupBoyImg {
        /* bottom: unset;
    width: unset;
    right: 0%;
    display: flex;
    top: -8%; */
        right: 21%;
        top: 0%;
    }

    .group66 {
        width: 398px;
        height: 280px;
        margin-top: 38px;
    }

    .missionContainer {
        margin-top: 0;
    }

    .servicesSideImg {
        display: none;
    }

    .aboutUsImg {
        display: none;
        /* width: 180px;
    height: 295px;
    margin-bottom: 10rem; */
    }

    .leftMobImg {
        /* width: 19rem; */
    }

    .laptopSection {
        margin-top: 34px;
        width: unset;
    }

    .rightMobImg {
        /* width: 19rem;
    margin-left: 57px; */
    }

    .missionTitle {
        font-size: 8vw;
    }

    .laptop {
        width: 23rem;
    }

    .bottomImage {
        max-width: 21rem;
        height: 5rem;
    }

    .trainingBgpic {
        display: none;
    }

    .readMoreRepairing {
        background-color: #f04e23;
        text-align: center;
        color: #ffffff;
        transition: transform 0.3s ease-in-out;
        font-size: 3vw;
        width: 30%;
    }

    .techflow-new-readMoreRepairing {
        font-size: 10px;
    }

    /* .trainingContentStyle {
    width: unset;
  } */

    .trainingBg {
        margin-top: 34rem;
    }

    .trainingContent {
        flex-direction: column;
        /* margin-top: 13rem;
    left: 12px; */
    }

    .manImg {
        width: 398px;
        height: 280px;
        margin: 0 auto;
    }

    .learnSecImag {
        /* width: 358px; */
    }

    .trainingTextSec {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: unset;
    }

    .trainingTextFirst {
        font-size: 5vw;
    }

    .trainingTextSecond {
        font-size: 25px;
    }

    .trainingTextThird {
        font-size: 25px;
    }

    .trainingTextForth {
        font-size: 25px;
    }

    .trainingSection {
        margin-top: 11%;
    }

    .locationTextFirst {
        font-size: 5vw;
    }

    .locationtextSec {
        font-size: 5vw;
    }

    .locationSpan {
        font-size: 5vw;
    }

    .locationSecRight {
        display: none;
    }

    .locationSecRight_Location {
        display: none;
    }

    .globeImg {
        width: 25rem;
    }

    .locationDotsPic {
        width: 238px;
        height: 4rem;
    }

    .locationDots {
        bottom: 28px;
        left: 71px;
    }

    .techflow-new-joinUsStyle {
        padding: 12px;
        font-size: 10px;
    }

    .fifthSection {
        flex-direction: column;
        margin: 0 auto;
    }

    .emailStyle {
        font-size: 13px;
    }

    .submitStyle {
        font-size: 13px;
    }

    .serviceCroselImgText {
        margin-left: 6%;
    }

    .courcesPrice {
        margin: 10px 3px;
        width: 320px;
    }

    .award {
        /* width: 28rem;
    height: 20rem; */
    }

    .awardImageSecInner {
        position: absolute;
        width: 43%;
        top: 20%;
        right: 34%;
    }

    .awardInner {
        /* width: 12rem;
    position: absolute;
    left: 104px;
    margin-top: 65px; */
    }

    .awardSideImg {
        display: none;
    }

    .awardTextSec {
        margin-top: 6%;
        border-radius: 15px;
        background-color: #f15523;
        padding: 2rem 0;
    }

    .awardtextSection {
        position: relative !important;
    }

    #lastSectionImg {
        display: none;
    }

    #lastSectionImgMobile {
        width: 100%;
        display: inline;
    }

    .lastSectionInner {
        width: 90%;
        position: relative;
        display: flex;
        justify-content: center;
    }

    .lastSectionImgText {
        position: absolute;
        top: 14%;
        left: 21%;
    }

    .lastSectionImgText1 {
        font-size: 2vw;
        line-height: 10px;
        color: #565656;
    }

    .lastSectionImgText2 {
        font-size: 3vw;
        font-weight: 600;
        line-height: 1px;
        color: #f16529;
    }

    .lastSectionImgText3 {
        line-height: 7px;
        font-size: 2vw;
        color: #565656;
        font-weight: 600;
    }

    #lastSectionJoinButton {
        border: 1px solid #f16529;
        border-radius: 26px;
        padding: 3px 14px 3px 16px;
        background-color: #f16529;
        margin-top: 0%;
        color: #fff;
        font-size: 10px;
        margin-left: 34%;
    }

    /* .awardImageSec {
    margin-left: 36px;
  } */
    .socialSec {
        /* display: none; */
    }

    .awardSideImg {
        height: 300px;
        /* height: 30rem; */
    }

    .footer-containerInner {
        width: unset;
    }

    .logo-section {
        margin-right: 1.4rem;
        width: unset;
    }

    .quick-links {
        margin-right: 1rem;
        width: 20%;
    }

    .linksStyle {
        font-size: 2.8vw;
    }

    .support {
        margin-right: 1rem;
    }

    .quickLinksData {
        justify-content: space-between;
        margin-top: 20px;
        width: 132%;
        display: contents;
    }

    .footer-section h3 {
        font-size: 13px;
    }

    .awardTextFirst {
        font-size: 2.2rem;
        color: #ffffff;
        font-weight: 700;
    }

    .awardTextSecond {
        font-size: 1.8rem;
        font-weight: 500;
        color: #ffffff;
        /* margin-top: 0px; */
    }

    .vertical {
        display: none;
    }

    /* .Rectangle44 {
    max-width: 554px;
    height: 324px;
  } */

    .mainContainer {
        /* padding: 0px; */
    }

    .nav-links {
        position: absolute;
        top: 77px;
        right: 0;
        width: 100%;
        height: 0;
        overflow: hidden;
        flex-direction: column;
        background-color: #333;
        transition: height 0.3s ease;
    }

    .newsletter-form button {
        padding: 2px 19px 2px 17px;
        font-size: 3vw;
        width: 42%;
    }

    .phoneText {
        font-size: 2.4vw;
        margin-left: 2%;
    }

    .newsletter-form {
        position: absolute;
        top: 45%;
        right: 4%;
    }

    .footer .background {
        width: 21rem;
    }

    .nav-links li {
        margin: 0;
        padding: 15px 0;
        text-align: center;
    }

    .newsletter-form input[type='email'] {
        width: 6rem;
        font-size: 2.6vw;
        /* padding: 6px 1px 7px 18px; */
    }

    .newsletter {
        width: 102px;
    }

    .contact-info {
        width: 108px;
        margin-top: 2rem;
    }

    .phoneIcon {
        display: flex;
        width: 28vw;
    }

    .menu-icon {
        display: flex;
        margin-top: 29px;
    }

    .clients-container {
        margin: 75px 6px 43px 3px;
    }

    .topSection1 {
        display: none;
    }

    .topSection2 {
        width: unset;
    }

    .bannerText {
        font-size: 24px;
    }

    .topSection2Heading1 {
        font-size: 16px;
    }

    .topSection2Heading2 {
        font-size: 21px;
    }

    .topSection2Content {
        flex-direction: column;
    }

    .topSection2ContentImg {
        width: unset;
        padding: 5%;
    }

    .topSection2ContentTextSection {
        width: unset;
        padding: 5%;
    }

    .trainingCenterSection1 {
        margin-top: 102rem;
    }

    .trainingStyleImg {
        width: 93%;
        position: relative;
        display: flex;
        margin-bottom: 6%;
        height: 6rem;
    }

    .trainingStyleImgContent {
        top: 21%;
    }

    .trainingStyleImgContent1 {
        font-size: 15px;
        color: #fff;
        font-weight: 600;
        line-height: 0px;
    }

    .trainingStyleImgContent2 {
        font-size: 11px;
        width: 87%;
        color: #fff;
    }

    .trainingCenterHeadingText {
        font-size: 22px;
    }

    .trainingCenterSec1AllContents {
        flex-direction: column;
    }

    .trainingCenterSec1SideImg {
        display: none;
    }

    .trainingCenterSec1AllContentsImg {
        width: 100%;
    }

    .trainingCenterSec1Texts {
        display: flex;
        width: 90%;
        margin-left: 4%;
    }

    .trainingCenterSec1locationImg {
        margin-top: 12%;
        width: 28%;
    }

    .trainingCenterSec1locationText {
        margin-top: 12%;
        margin-left: 4%;
    }

    .trainingCenterSection1Content {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .trainingCenterSection2Img {
        width: 95%;
    }

    .trainingCenterSection2ImgText {
        top: 25%;
        left: 4%;
    }

    .trainingCenterSection2ImgText1 {
        font-size: 10px;
        line-height: 5px;
        color: #505050;
    }

    .trainingCenterSection2ImgText2 {
        font-size: 12px;
        line-height: 0px;
        font-weight: 600;
        color: #f15523;
    }

    .trainingCenterSection2ImgText3 {
        font-size: 8px;
        line-height: 4px;
        font-weight: 600;
    }

    .trainingCenterSection2ImgStyle {
        margin-top: 4%;
    }

    .crouselImgsmalltext {
        font-size: 6vw;
    }

    .crouselImgbigtext {
        font-size: 8vw;
    }

    .awardImageSec {
        display: flex;
        position: relative;
        justify-content: center;
        margin-top: 6%;
    }

    .fifthSectionContainer {
        flex-direction: column;
    }

    .techFlowTextFirst {
        font-size: 5vw;
    }

    .techflow-new-readmoreAboutus {
        margin: 30px auto;
        width: 23%;
        font-size: 15px;
    }
}

@media (max-width: 456px) {
    .secondLine {
        font-size: 1.6rem;
    }

    .thirdLine {
        font-size: 1.4rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    body {
        font-size: 16px;
    }

    .menu-icon {
        display: flex;
        margin-top: 22px;
    }

    .nav-links {
        position: absolute;
        top: 77px;
        right: 0;
        width: 100%;
        height: 0;
        overflow: hidden;
        flex-direction: column;
        background-color: #333;
        transition: height 0.3s ease;
    }

    .counter-container {
        /* left: 0rem;
    top: 120; */
    }
    /* .count {
    font-size: 35px;
  } */
    .nav-links {
        /* display: flex; */
        padding: 0;
        /* margin: 0; */
        /* margin-left: 75px; */
    }

        .nav-links a {
            font-size: 15px;
            color: #fff;
        }

    .logo {
        width: 80%;
    }

    .nav-links li {
        padding: 13px 0.6rem;
    }

    .crousalContainer {
        /* flex-direction: column; */
        height: 100%;
        margin-top: 5%;
    }

    .joinUsStyle {
        width: 23%;
        font-size: 1.6vw;
        width: 11%;
    }

    .rectangleImage {
        width: 76%;
    }

    .broupBoyImg {
        right: 21%;
        top: 0%;
    }

    #group {
        width: 100%;
    }

    .textContainer {
        margin-left: 3%;
        margin-top: 5%;
    }

    .clients-container {
        margin: 65px 7px 37px 1px;
    }

        .clients-container img {
            height: 17px;
        }

    .brands {
        margin-left: 2%;
        gap: 54px;
    }

    .rightImageCrowsel {
        max-width: 129px;
    }

    .secondContainer {
        /* flex-direction: column; */
    }

    .appMissionImages {
        display: block;
    }

    .column_1 {
        width: unset;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .column_2 {
        width: unset;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .courcesPrice {
    }

    .crouselImgsmalltext {
        font-size: 2vw;
    }

    .crouselImgbigtext {
        font-size: 2.6vw;
    }

    .serviceCroselImgText {
        margin-left: 0px;
    }

    .trainingSection {
        padding-top: 26%;
    }

    .trainingBgpic {
        width: 100%;
        /* height: 29rem; */
    }

    .trainingContentStyle {
        position: absolute;
        display: flex;
        width: 95%;
        justify-content: space-between;
        bottom: 0%;
    }

    .trainingContent {
        /* position: absolute; */
        /* display: flex;
    bottom: 44px; */
        /* left: 101px; */
        /* justify-content: space-between;
    left: 10px; */
    }

    .trainingBg {
        width: 90%;
    }

    .manImg {
        /* width: 45%; */
        /* margin-top: 134px; */
    }

    .learnSecImag {
        width: 100%;
        /* height: 358px; */
    }

    .trainingTextSecond {
        font-size: 25px;
    }

    .trainingTextForth {
        font-size: 25px;
    }

    .readMoreRepairing {
        width: 40%;
        margin: unset;
        margin-top: 12%;
        font-size: 1.6vw;
    }

    .trainingTextSec {
        margin-top: 0%;
    }

    .trainingTextFirst {
        line-height: 59px;
    }

    .trainingTextThird {
        font-size: 25px;
    }

    .locationSecRight_Location {
        display: none;
    }

    .locationTextFirst {
        font-size: 28px;
    }

    .locationtextSec {
        font-size: 32px;
    }

    .locationSpan {
        font-size: 33px;
    }

    .locationDots {
        position: absolute;
        bottom: 71px;
        left: 0px;
        right: 0px;
    }

    .locationDotsPic {
        width: 572px;
        height: 10rem;
    }

    .lastSectionImgText {
        position: absolute;
        top: 15%;
        left: 5%;
    }

    .lastSectionImgText1 {
        font-size: 2vw;
        line-height: 1vw;
        color: #565656;
    }

    .lastSectionImgText2 {
        font-size: 2vw;
        font-weight: 600;
        line-height: 1vw;
        color: #f16529;
    }

    .fifthSection {
        flex-direction: column;
    }

    .awardTextSec {
        margin-top: 40px;
    }

    .techFlowTextSecond {
        font-size: 4vw;
    }

    .techFlowTextSecondSpan {
        font-size: 4vw;
    }

    .techFlowTextSecondThird {
        font-size: 4vw;
        line-height: 23px;
    }

    .techFlowTextSecondForth {
        /* margin-top: 10%;
    font-size: 1.6vw; */
        margin-top: 0%;
        font-size: 15px;
        padding: 12px;
    }

    .readMoreAboutUs {
        font-size: 1.6vw;
        width: 30%;
        margin-top: 8%;
    }

    .aboutUsImg {
        width: 228px;
        height: 249px;
    }

    .laptopSection {
        width: unset;
    }

    .lastSectionImgText3 {
        line-height: 1vw;
        font-size: 2vw;
        color: #565656;
        font-weight: 600;
    }

    .awardTextFirst {
        font-size: 2rem;
        color: #ffffff;
        font-weight: 700;
    }

    .awardTextSecond {
        font-size: 1.8rem;
        font-weight: 500;
        color: #ffffff;
    }

    #lastSectionJoinButton {
        border: 1px solid #f16529;
        border-radius: 26px;
        /* padding: 5px 25px 4px 27px; */
        background-color: #f16529;
        margin-top: 1%;
        color: #fff;
        font-size: 1.6vw;
        width: 35%;
    }

    .topSection2Heading1 {
        font-size: 35px;
    }

    .topSection2Heading2 {
        font-size: 34px;
    }

    .trainingStyleImgContent1 {
        font-size: 31px;
        line-height: 38px;
    }

    .trainingStyleImgContent {
        top: 5%;
        left: 5%;
    }

    .coursesCrousalSecInnerText1 {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        line-height: 13px;
    }

    .coursesCrousalSecInnerText2 {
        font-size: 17px;
        line-height: 0px;
    }

    .coursesCrousalSecInner2 {
        font-size: 40px;
    }

    .coursesCrousalSecInnerButton12 {
        width: 72%;
        height: 38px;
        background-color: #f15523;
        border: 1px solid #f15523;
        border-radius: 10px;
        margin-top: 0rem;
    }

    .trainingCenterSection2ImgText {
        top: 13%;
    }

    .trainingCenterSection2ImgText1 {
        font-size: 21px;
        line-height: 40px;
    }

    .trainingCenterSection2ImgText2 {
        font-size: 22px;
        line-height: 0px;
    }

    .trainingCenterSection2ImgText3 {
        font-size: 20px;
        line-height: 41px;
    }

    .bannerText {
        font-size: 56px;
    }

    .techFlowTextFirst {
        font-size: 1.6vw;
        line-height: 10px;
    }

    .serviceCroselImgTextStyle {
        margin-top: 10%;
    }

    /* #forthLineSpan {
    font-size: 1.2vw;
  } */

    /* abhishikta changes */

    .forthLine {
        font-size: 15px;
    }

    #forthLineSpan {
        font-size: 15px;
    }

    .quick-links {
        width: 24%;
    }

    .linksStyle {
        font-size: 1.4vw;
    }

    .phoneText {
        font-size: 1.4vw;
    }

    .newsletter-form input[type='email'] {
        font-size: 1.4vw;
    }

    .newsletter-form button {
        font-size: 1.4vw;
        width: 36%;
    }
}

/* Large devices (desktops) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .aboutUsImg {
        width: 386px;
        height: 552px;
    }
}

@media (min-width: 1200px) and (max-width: 1380px) {
    .broupBoyImg {
        top: 4%;
    }

    .textContainer {
        margin-top: 100px;
        margin-left: 5px;
    }

    .forthLine {
        width: 365px;
        color: #5c5c5c;
        font-size: 14px;
    }

    #backImage {
        width: 656px;
        height: 499px;
    }

    .Rectangle44 {
        max-width: 564px;
        height: 584px;
    }

    .Group45 {
        /* width: 443px;
    padding: 48px;
    margin-right: 118px;
    height: 463px; */
    }

    .locationDots {
        position: absolute;
        bottom: 70px;
        left: 155px;
    }
}

@media (max-width: 600px) {
    .expertise-button {
        padding: 8px 15px;
        font-size: 0.9rem;
    }

    .brands img {
        height: 25px;
    }
}

/* @media (max-width:1199px){
  .learntoRepair_leftDivBack img{
    display: none;
  }
  .learntoRepair_leftDivFront img{
    display: none;
  }
} */

/*------------------- abhishikta did this ----------------------*/

@media (max-width: 919px) {
    .learntoRepair_rightSubDiv {
        width: 100%;
        padding-top: 0rem;
        margin-top: 0rem;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .learntoRepair_rightSubDiv {
        width: 100%;
        /*margin-top: 5rem;*/
        text-align: center;
    }
}

@media (max-width: 992px) {
    .CSR_text {
        padding: 1rem 2rem;
        width: 100%;
        background-color: #f15523;
    }
}


/* ----------------------------------abhi new css-------------------------------------------------- */
/* slideModal  */
.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;
}

.swiper {
    width: 100%;
    height: 100%;
}

.card-wrappers_slideModal {
    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-links {
    cursor: pointer !important;
    position: relative;
    user-select: none;
    display: block;
    /* width: 300px; */
    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: #4f4f51;
}

.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: #565759;
}

.card-wrapper .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
    opacity: 0.5;
    background: #3b3b3d;
}

.card-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
}

.card-wrapper .swiper-slide-button {
    color: #585a61;
    margin-top: -35px;
}

@media screen and (max-width: 768px) {
    .card-wrapper {
        margin: 0 10px 25px;
    }

        .card-wrapper .swiper-slide-button {
            display: none;
        }
}

/*@media(min-width:622px) and (max-width:768px) {
    .expertise-button {
        padding: 12px 10px;
        font-size: 13px;
    }

    #samsungStyle {
        height: 13px;
    }

    #appleStyle {
        height: 17px;
    }

    #dellStyle {
        height: 14px;
    }

    #onePlusStyle {
        height: 18px;
    }

    #hpStyle {
        height: 20px;
    }

    #xiaomiStyle {
        height: 19px;
    }
}*/

@media (max-width:622px) {
    
}

@media (max-width: 992px) {
    .readMoreContainer {
        margin-top: 1rem;
        padding-bottom: 2rem;
    }

    @media (max-width: 992px) {
        .globalMap_text {
            width: 100%;
        }
    }

    @media (max-width: 992px) {
        .globalMap_text p {
            font-size: 1.5rem;
        }
    }

    @media (max-width: 792px) {
        .globalMap_subCon {
            font-size: 1.5rem;
        }
    }

    @media (max-width:792px) {
        .learntoRepair_leftDivFront {
            position: absolute;
            top: 5%;
        }

            .learntoRepair_leftDivFront img {
                width: 90%;
                height: 95%;
            }
    }

    @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;
        }
    }

    @media (min-width: 1200px) and (max-width: 1380px) {
        .broupBoyImg2 {
            right: 18.3%;
            top: 5.8%;
        }
    }


    @media (min-width: 451px) and (max-width: 991px) {
        .broupBoyImg2 {
            right: 18.6%;
            top: 6.9%;
        }
    }

    @media (max-width: 450px) {
        .broupBoyImg2 {
            right: 19.6%;
            top: 9%;
        }

            .broupBoyImg2 img {
                width: 84%;
            }
    }
}
/* ---------------------techflow-INDIA css starts--------------------------------------------------------- */



.ourpricing {
    background: url(../uploads/pics/bannner00.png) #e6572e;
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 1000px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    background-repeat: no-repeat;
    padding-top: 160px;
    padding-bottom: 160px;
}

    .ourpricing ul {
        list-style-type: none;
        padding: 0;
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 80px;
        flex-wrap: wrap;
    }


        .ourpricing ul li {
            width: 35%;
        }

            .ourpricing ul li h4 {
                color: #fff;
                white-space: pre-line;
            }

            .ourpricing ul li p {
                color: #fff;
                white-space: pre-line;
            }

            .ourpricing ul li:nth-child(1) {
                color: #fff;
                white-space: pre-line;
            }

                .ourpricing ul li:nth-child(1) h3 {
                    font-size: 40PX;
                    font-weight: 600;
                }

            .ourpricing ul li:nth-child(2) {
                margin-top: -73px;
            }

            .ourpricing ul li:nth-child(4) {
                margin-left: 119px;
                margin-top: -188px;
                position: absolute;
                top: 84%;
                right: -223px;
            }

            .ourpricing ul li:nth-child(3) {
                margin-left: 180px;
                /* position: absolute; */
                /* bottom: 0; */
            }

            .ourpricing ul li:nth-child(5) {
                position: absolute;
                left: 0;
                bottom: -78%;
                margin-left: 180px;
            }



            .ourpricing ul li:nth-child(6) {
                position: absolute;
                bottom: -37%;
                right: -208px;
            }

.clinetlogo {
    background: #f1f1f1;
    padding: 20px 0;
}

    .clinetlogo .item img {
        border-radius: 5px;
        filter: grayscale(1);
    }

        .clinetlogo .item img:hover {
            border-radius: 5px;
            filter: grayscale(0);
        }



@media (min-width:320px) and (max-width:600px) {
.ourpricing ul li {
            width: 100%;
            border: solid 1px #f3f3f35c;
            padding: 15px;
            border-radius: 10px;
            background: #f15523e0;
        }


}
@media (min-width:601px) and (max-width:991px) {
.ourpricing ul li {
            width: 48%;
            border: solid 1px #f3f3f35c;
            padding: 15px;
            border-radius: 10px;
            background: #f15523e0;
        }


}
@media (max-width:991px) {
 .ourpricing ul li:nth-child(1) h3{
    font-size: 19px !important;
}
    .ourpricing {
        background: url(../uploads/pics/bannner00.png) #e6572e;
        background-position: center center;
        background-size: contain;
        width: 100%;
        height: auto;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        background-repeat: no-repeat;
        padding-top: 20px;
        padding: 20px;
        padding-bottom: 20px;
    }


        .ourpricing ul {
            gap: 20px;
        }

        .ourpricing:nth-child(2) {
            margin-top: 0;
            position: relative;
            top: 0;
            right: 0;
            left: 0;
            right: 0;
        }

        .ourpricing:nth-child(3) {
            margin-left: 0px;
            position: relative;
            top: 0;
            right: 0;
            left: 0;
            right: 0;
        }

     

        .ourpricing ul li:nth-child(3) {
            margin-left: 0;
        }

        .ourpricing ul li:nth-child(2) {
            margin-top: 0;
            position: relative;
            top: 0;
            right: 0;
            left: 0;
            right: 0;
        }

        .ourpricing ul li:nth-child(4) {
            margin-left: 0;
            margin-top: 0;
            position: relative;
            top: 0;
            right: 0;
            left: 0;
            right: 0;
        }
       .ourpricing ul li:nth-child(5) {
            position: relative !important;
            left: 0!important;
            bottom: 0!important;
            margin-left: 0!important;
        }
        .ourpricing ul li:nth-child(6) {
            margin-left: 0;
            margin-top: 0;
            position: relative;
            top: 0;
            right: 0;
            left: 0;
            right: 0;
        }
}

.client-logo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px;
    background-color: #f5f5f5;
}

.partner-heading h3 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
}

.client-logo-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.logo-item {
    width: 160px;
    height: 100px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

    .logo-item:hover {
        transform: scale(1.05);
    }

    .logo-item img {
        max-width: 100%;
        max-height: 80px;
        object-fit: contain;
        filter: drop-shadow(0 2px 3px rgba(0,0,0,0.15));
    }



/*
.client-logo-carousel {
    overflow: hidden;
    width: 100%;
    background: #f5f5f5;
    padding: 30px 0;
}

.carousel-track {
    display: flex;
    width: max-content;
    animation: scroll-left 30s linear infinite;
    align-items: center;
}

.logo-item {
    flex: 0 0 auto;
    width: 160px;
    height: 100px;
    margin: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

    .logo-item:hover {
        transform: scale(1.05);
    }

    .logo-item img {
        max-width: 100%;
        max-height: 80px;
        object-fit: contain;
        display: block;
        filter: drop-shadow(0 2px 3px rgba(0,0,0,0.15));
    }

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}*/


#carouselId{
margin-top:80px
}

.carousel-header {
    position: relative;
    overflow: hidden;
}

.carousel-indicators {
    display: none;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    width: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon,
.carousel .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 25px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
    left: 0;
    border-left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;

}

.carousel .carousel-control-next .carousel-control-next-icon {
    right: 0;
    border-right: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon:hover,
.carousel .carousel-control-next .carousel-control-next-icon:hover {
    background: var(--bs-secondary);
}

.carousel .carousel-inner .carousel-item {
    position: relative;
}

.carousel .carousel-inner .carousel-item .carousel-caption-1  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: end;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

.carousel-caption-1-content {
    text-align: end;
    padding-right: 100px;
}

.carousel-caption-1-content .carousel-caption-1-content-btn {
    display: flex;
    justify-content: end;
}

.carousel .carousel-inner .carousel-item .carousel-caption-2  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    text-align: center;
     
    background-size: cover;
}

.carousel-caption-2-content {
    text-align: start;
    padding-left: 100px;
}

.carousel-caption-2-content .carousel-caption-2-content-btn {
    display: flex;
    justify-content: start;
}

.mobile_part{
    display: none !important;
} 

@media (max-width: 992px) {
    .carousel .carousel-inner .carousel-item {
        /* height: 700px; */
        margin-top: -100px;
    }

    .carousel .carousel-inner .carousel-item img {
        height: 700px;
        object-fit: cover;
    }


    .carousel .carousel-inner .carousel-item .carousel-caption-1 {
        max-width: 100% !important;
        justify-content: center;
    }

    .carousel-caption-1-content {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .carousel-caption-1-content .carousel-caption-1-content-btn {
        justify-content: center;
    }


    .carousel .carousel-inner .carousel-item .carousel-caption-2 {
        max-width: 100% !important;
        justify-content: center;
    }

    .carousel-caption-2-content {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .carousel-caption-2-content .carousel-caption-2-content-btn {
        justify-content: center;
    }



    .carousel .carousel-control-prev .carousel-control-prev-icon,
    .carousel .carousel-control-next .carousel-control-next-icon {
        display: none;
    }
}


.carousel .carousel-control-prev .carousel-control-prev-icon, .carousel .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 25px 25px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
    background:#f04e23 !important;
}
.thirdSection .card-list.swiper-wrapper{
    justify-content: center;
}


/* ----------------kaushik--code--17-07-2025------------ */


.partner_serction .brands_container .brand-listt {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}


@media(max-width:540px){

    .carousel .carousel-inner .carousel-item img{
        width: 100% !important; 
        height: 100% !important;
        object-fit: cover !important;
    }
.carousel .carousel-inner .carousel-item .carousel-caption-2{
         width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
}

.secondSection_right img {
  width: 150px;
  height: auto;
  object-fit: contain;
  z-index: 11;
  display: flex;
  position: relative;
}
.expertise-bar{
        display: block;
        position: absolute !important;
        bottom: -50px !important;
}
   .expertise_box {
    /*   position: absolute;*/
       opacity: 100;
       width: 100%;
       height: 176px;
       bottom: 0;
   }

.OurExpertiseSection {
        position: relative;
        opacity: 100;
        width: 100%;
        height: 76px;
}
.brands_container {
  width: 100%;
  height: auto;
}
.card-wrappers_slideModalx {
 padding: 14px 30px;
}
.brands_container img{
    height: 20px !important;
}
.secondSection_row img{
    height: 300px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  object-fit: cover;
  width: auto;

}
div#globe-container canvas {

 width: 400px !important;
height: 400px !important;
}
.techflow_new_services_joinUs_div {
        padding: 32px 30px !important;
        height: 200px !important;
    }
.laptop_container_title {
   font-size: 36px !important;
}
.learntoRepair_leftDivFront img {
      width: 100% !important;
      height: 300px !important;
      object-fit: cover !important;
      position: absolute !important;
      bottom: 16px !important;
 }
.secondSection_row_right_details_title {
        font-size: 27px !important;
    }

.thirdSection .card-list.swiper-wrapper {
    justify-content: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 auto !important;
    align-items: center !important;
    gap: 14px !important;
}
.brand-listt img {
        height: 53px !important;
    }

.carousel .carousel-inner .carousel-item img {
        FONT-WEIGHT: 200;
        width: 100% important;
        height: 170px !important;
        object-fit: cover !important;
    
}
 .carousel .carousel-inner .carousel-item {
       height: 100% !important;
        margin-top: 0px !important;
    }
    .carousel .carousel-inner .carousel-item .w-100{
      height: auto !important;
      width: 100% !important;
    }
     .expertise-bar.last_site{
        display: block !important;
        position: absolute !important;
        bottom: 14px !important;
        height: 100px !important;
}
.expertise-bar.last_site{

}
.expertise-bar.last_site .brand-listt img{

}
.carousel .carousel-inner .carousel-item .carousel-caption-2 {
        margin-bottom: -900px !important;
    }

.carousel .carousel-inner .carousel-item .carousel-caption-2 {
    padding-top: 0px !important;
}
#carouselId {
    margin-top: 70px;
}
    .learntoRepair_rightDiv{
    height: 15rem !important;
    padding: 1rem;
}
.techflow_new_formSec_start .form_input {
    width: 96% !important;
}
.techflow_new_formSec_start .form_details{
    width: 96% !important;
}
.boxcontent h3 {
    font-size: 23px !important;
}
.facilities_leftDiv_text {
    padding-left:0 !important;
}
.visionStyle1{
font-size: 42px;
}
.contactus_heroSec_start img.bg-image{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.contactus_heroSec_content{
        top: 66% !important;
}
.contactus_heroSec_start{
    height: 339px !important;
}
.contactus_heroSec_para{
        margin-bottom: 2rem !important;
}

.carousel-caption-2-content .text-center .px-3 .px-md-5.banner_one {
        padding: 0 20px !important;
        text-align: center !important;
        top: 40px !important;
        position: absolute !important;
        left: 10px !important;
    }

.carousel-caption-2-content .text-center .px-3 .px-md-5 .banner_three{
    position: absolute !important;
    left: 0 !important;
    bottom: 80px !important;
    font-size: 15px !important;
}
.carousel-caption-2-content .text-center .px-3 .px-md-5 .banner_three{
    position: absolute !important;
    left: 51px !important;
    top: 0 !important;
    font-size: 15px !important;
}
.wrapper .carousel .card img{
    width: 60px !important;
  height: auto !important;
  padding: 3px !important;
}
.lady_images_work{
    width: 79% !important;
    height: 100% !important;
    object-fit: cover !important;
    position: absolute !important;
    bottom: 17px !important;
}
.mobileRepairing_absBackDiv{
    bottom: 0 !important;
}
.thirdSection{
    overflow: hidden !important;
}

.desktop_part{
    display: none !important;
}
.mobile_part{
    display: block !important;
}

} 



                        
.lady_images_work{
  width: 67% !important;
  height: 109% !important;
  overflow: clip !important;
  border-bottom-left-radius: 23px !important;
}




















