/* @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Roboto&family=Rubik:wght@500&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--custom-font2);
}

a:active {
  background-color: transparent;
}

@font-face {
  font-family: "switzer";
  src: url(../font/switzer/Switzer-Variable.ttf);
}

@font-face {
  font-family: "santoshi";
  src: url(../font/santoshi/Satoshi-Variable.ttf);
}

:root {
  --white1: #fff4f4;
  --white2: #f5f5f5;
  --white3: #a2a4a6;
  --white4: hsl(220, 100%, 99%);
  --blue: #1f80ff;
  --pink1: #eb287b;
  --pink2: #ae0288;
  --black1: #1d2b36;
  --black2: #131623;
  --black3: #323335;
  --font1: "Roboto", sans-serif;
  --font2: "Rubik", sans-serif;
  --custom-font1: "santoshi";
  --custom-font2: "switzer";
}

body {
  /* cursor: none; */
}

.main {
  background-color: var(--white4);
  padding: 0;
  margin: 0;
  overflow: hidden;
  /* color: #ff87e5db; */
  /* background-color: var(--white2); */
}

/* extend/*/
.extend {
  width: 100%;
  height: 1450px;
}
.heading-resize {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
}

/* ===========hero sec =============== */
/* SECTION 1 - hero section */

.heroSec {
  position: absolute;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bgVid {
  height: 100%;
  width: 100%;
}

.bgVid video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.bannerContent {
  position: absolute;
  text-align: center;
  line-height: 1.4;
  max-width: 1200px;
  padding: 0 20px;
  z-index: 10;
}

.bannerContent h1 {
  font-size: 4rem;
  color: var(--black2);
  letter-spacing: 3px;
  padding: 16px 32px; /* Increased for blur space */
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.741);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px); /* Safari */
  border: 1px solid rgba(255, 255, 255, 0.3); /* Subtle border */
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); /* Depth */
  display: inline-block;
  margin-bottom: 25px;
  font-weight: 800;
  position: relative;
  z-index: 2;
}




.bannerContent h2 {
  /* text-transform: uppercase; */
  font-size: 42px;
  color: white;
  padding: 8px 15px;
  letter-spacing: 3px;
  margin-bottom: 25px;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.bannerContent p {
  font-size: 22px;
  color: white;
  margin-bottom: 35px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.heroCTA {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.btnPrimary {
  background-color: white;
  color: #131623;
  padding: 12px 30px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid white;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.btnPrimary i {
  font-size: 18px;
  /* transform: rotate(45deg); */
  transition: transform 0.3s ease;
}

.btnPrimary:hover {
  background-color: transparent;
  color: white;
}

.btnPrimary:hover i {
  transform: rotate(-45deg) translateY(-2px);
}

.btnSecondary {
  background-color: transparent;
  color: white;
  padding: 12px 30px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid white;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.btnSecondary i {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.btnSecondary:hover {
  background-color: white;
  color: #131623;
}
.btnSecondary:hover i {
  transform: rotate(-45deg) translateY(-2px);
}

/* .btnSecondary:hover i {
  transform: rotate(45deg) translateY(-2px);
} */

/* SECTION 1 */

.sec1 {
  height: 860px;
  width: 100%;
  background-image: url("../img/svg/homeBg.svg");
}

.star {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10;
}

.starIcon {
  height: 100%;
  width: 100%;
  z-index: 10;
}

.starIcon i {
  font-size: 0px;
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

#star1,
#star2,
#star3,
#star4 {
  z-index: 10 !important;
}

.heroLogo {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logoIcon {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logoIcon img {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.facebook {
  height: 40px;
  transform: translate(300px, 170px);
}

.analytics {
  height: 40px;
  transform: translate(-350px, 170px);
}

.googleAds {
  height: 40px;
  transform: translate(300px, -220px);
}

.meta {
  height: 40px;
  transform: translate(-350px, -220px);
}

.ai {
  height: 40px;
  transform: translate(0px, -290px);
}

.html {
  height: 40px;
  transform: translate(0px, 270px);
}

.invoices {
  height: 110px;
  transform: translate(-500px, 0px);
}

.desk {
  /* display: none; */
  height: 80px;
  transform: translate(450px, 0px);
}

.bannerContent {
  position: absolute;
  height: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bannerTxt {
  height: 150px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.textHead {
  font-size: 25px;
  /* font-family: var(--font1); */
  font-weight: 500;
  color: var(--black2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  word-spacing: 20px;
  letter-spacing: 5px;
  z-index: 90;
}

.textHead h1 span {
  font-size: 28px;
  display: flex;
  transform: translate(-4%, 100%);
  letter-spacing: 5px;
}

.textHead p {
  /* font-family: var(--font1); */
  font-weight: 800;
  font-size: 80px;
  letter-spacing: 3px;
}

.starIcon {
  height: 100%;
  width: 100%;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#star {
  display: none;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* section 2 design */

.section2 {
  height: 120px;
  /* height: 600px; */
  width: 100%;
  overflow: hidden;
}

.section2Content {
  height: 0%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
  /* display: none; */
}

.section2Left {
  height: 100%;
  width: 50%;
}

.section2Right {
  height: 70%;
  width: 50%;
}

.designPart {
  height: 100%;
  width: 100%;
  display: flex;
}

.designLeft {
  height: 60%;
  width: 100%;
  /* padding: 100px; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 3%;
  margin-top: 6%;
}

.designLeftHead {
  /* height: 50% !important; */
  width: 46%;
  margin-left: auto;
  margin-right: auto;
  /* display: flex; */
}

.designLeftHead i {
  display: none;
}

.designLeftHead h2 {
  /* font-family: var(--custom-font1); */
  font-size: 50px;
  letter-spacing: 2px;
  color: var(--black1);
}

.designLeftContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 40%;
  line-height: 3.2;
}

.designLeftContent a {
  width: fit-content;
  text-decoration: none;
  font-family: var(--custom-font2);
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 18.5px;
  color: var(--black3);
  transition: 0.8s;
}

.designLeftContent a {
  color: var(--black3);
  position: relative;
  text-decoration: none;
}

/* .designLeftContent a::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        border-radius: 0px;
        background-color: #18272F;
        bottom: 0;
        left: 0;
        transform-origin: right;
        transform: scaleX(0);
        transition: transform .3s ease-in-out;
    }

    .designLeftContent a:hover::before {
        transform-origin: left;
        transform: scaleX(1);
    } */

.designRight {
  height: 100%;
  width: 100%;
}

.designRightImg {
  height: 71%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.designRightImg svg {
  width: 360px;
}

/* svg animation */
svg#freepik_stories-website-creator:not(.animated) .animable {
  opacity: 0;
}

svg#freepik_stories-website-creator.animated #freepik--Graphics--inject-4 {
  animation: 1s 1 forwards cubic-bezier(0.36, -0.01, 0.5, 1.38) slideUp,
    6s Infinite linear floating;
  animation-delay: 0.4s, 1 0.4s;
  opacity: 0;
}

svg#freepik_stories-website-creator.animated #freepik--Window--inject-4 {
  animation: 1s 1 forwards cubic-bezier(0.36, -0.01, 0.5, 1.38) slideUp;
  animation-delay: 0s;
}

svg#freepik_stories-website-creator.animated #freepik--Screens--inject-4 {
  animation: 1s 1 forwards cubic-bezier(0.36, -0.01, 0.5, 1.38) slideDown;
  animation-delay: 0.7s;
  opacity: 0;
}

svg#freepik_stories-website-creator.animated #freepik--speech-bubble--inject-4 {
  animation: 1s 1 forwards cubic-bezier(0.36, -0.01, 0.5, 1.38) fadeIn;
  animation-delay: 0.5s;
  opacity: 0;
}

svg#freepik_stories-website-creator.animated #freepik--Character--inject-4 {
  animation: 1s 1 forwards cubic-bezier(0.36, -0.01, 0.5, 1.38) fadeIn;
  animation-delay: 0.8s;
  opacity: 0;
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: inherit;
  }
}

@keyframes floating {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.sec2 {
  height: 120px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.technologyPage {
  height: 0%;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.technologyLeft {
  width: 40%;
  height: 100%;
  margin-left: 13%;
  margin-top: 1%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.technologyLeftHead {
  width: 62%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}

.technologyLeftHead i {
  display: none;
}

.technologyLeftHead h2 {
  letter-spacing: 1px;
  color: var(--black1);
  font-size: 50px;
  font-weight: 700;
  /* font-family: var(--custom-font1); */
}.technologyLeftContent {
  width: 80%;
  height: 400px;
  margin-left: auto;
  /* margin-right: auto; */
  display: flex;
  flex-direction: column;
}

.technologyLeftContent a {
  margin-top: 1rem;
  text-decoration: none;
  height: 80px;
  /* line-height: 0.4; */
  display: flex;
  width: 100%;
  font-family: var(--custom-font2);
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  /* opacity: 90%; */
  color: var(--black2);
  letter-spacing: 3px;
}

.technologyLeftContent a {
  color: var(--black3);
  position: relative;
  text-decoration: none;
}

/* .technologyLeftContent a::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        border-radius: 0px;
        background-color: #18272F;
        bottom: 0;
        left: 0;
        transform-origin: right;
        transform: scaleX(0);
        transition: transform .3s ease-in-out;
    }

    .technologyLeftContent a:hover::before {
        transform-origin: left;
        transform: scaleX(1);
    } */

.technologyRight {
  width: 60%;
  height: 100%;
}

.technologyRightImg {
  position: relative;
  height: 80%;
  width: 100%;
  margin-left: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 11%;
}

.technologyRightImg img {
  position: absolute;
  /* width: 100%; */
  /* object-fit: cover; */
  width: 60%;
  object-fit: scale-down;
  transition: 0.8s;
}

lottie-player .desgImg {
  height: 500px;
  width: 500px;
}

lottie-player .techImg {
  height: 500px;
  width: 500px;
}

lottie-player .bussImg {
  height: 0px;
  width: 10px;
}

/* =============lottie player code =================== */

@media screen and (min-width: 300px) and (max-width: 768) {
  lottie-player .desgImg {
    height: 100px;
    width: 100px;
  }

  lottie-player .techImg {
    height: 250px;
    width: 500px;
  }

  .technologyRight {
    width: 55%;
    height: 60%;
    display: flex;
    align-items: center;
  }

  .technologyRightImg {
    display: flex;
    align-items: center;
  }

  lottie-player .bussImg {
    height: 100px;
    width: 100px;
  }
}

@media screen and (min-width: 769) and (max-width: 1600) {
}

/* section 3 */
.sec3 {
  height: 120px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.businessPage {
  height: 0%;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.businessLeft {
  width: 50%;
  height: 100%;
  margin-left: 11%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.businessLeftHead {
  width: 61%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}

.businessLeftHead i {
  display: none;
}

.businessLeftHead h2 {
  letter-spacing: 1px;
  color: var(--black1);
  font-size: 50px;
  font-weight: 700;
}

.businessLeftContent {
  width: 80%;
  height: 400px;
  margin-top: 5%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

.businessLeftContent a {
  text-decoration: none;
  height: 70px;
  display: flex;
  margin-top: 1rem;
  width: 100%;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  /* opacity: 90%; */
  color: var(--black3);
  letter-spacing: 3px;
}

.businessLeftContent a {
  color: var(--black3);
  position: relative;
  text-decoration: none;
}

/* .businessLeftContent a::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        border-radius: 0px;
        background-color: #18272F;
        bottom: 0;
        left: 0;
        transform-origin: right;
        transform: scaleX(0);
        transition: transform .3s ease-in-out;
    }

    .businessLeftContent a:hover::before {
        transform-origin: left;
        transform: scaleX(1);
    } */

.joinButtons {
  flex-direction: row;
  /* border: 1px solid red; */
  justify-content: center;
  align-items: center;
}

.businessRight {
  width: 50%;
  height: 100%;
}

.businessRightImg {
  position: relative;
  height: 60%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.businessRightImg img {
  position: absolute;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  transition: 0.8s;
}

#businessBg1,
#businessBg2,
#businessBg3,
#businessBg4,
#businessBg5 {
  opacity: 0;
  transition: 0.8s;
}

/* onScrollEvent */

.onScrollEvent {
  height: 300px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lineImg {
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translatex(-110%);
  transition: 0.8s;
}

.circle {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.circle1,
.circle2,
.circle3,
.circle4 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2%;
}

#circlebg {
  height: 80px;
  opacity: 0%;
  transition: 2s;
}

.active {
  transform: translateX(0%);
  transition: 2s;
}

.addon {
  opacity: 100%;
  transition: 2s;
}

/* WorkFLow */

.workFlow {
  position: relative;
  height: 730px;
  width: 100%;
  overflow: hidden;
  padding: 30px;
}

.workFlowWrap {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  z-index: -5;
}

.wrapl {
  width: 50%;
  height: 100%;
}

.wrapr {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: end;
}

.wrapl img {
  height: 500px;
  transform: translate(-300px, 240px);
}

.wrapr img {
  height: 600px;
  transform: translate(280px, -340px);
}

.workFlowContent {
  height: 100%;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  border-radius: 50px;
}

.workFlowHead {
  height: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 5px; */
  flex-direction: column;
}

.workFlowHead p {
  font-size: 30px;
  color: var(--black3);
  font-weight: bold;
}

.workFlowHead p span {
  font-size: 45px;
}

.workFlowLine {
  height: 1.5px;
  width: 10%;
  border-radius: 50%;
  background-color: #1d2b364c;
}

.workFlowCircle {
  height: 350px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.circle1,
.circle2,
.circle3,
.circle4 {
  height: 100%;
  width: 25%;
  display: flex;
  flex-direction: column;
  /* padding: 40px; */
}

.circleImg {
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circleBgimg {
  opacity: 0%;
  position: absolute;
  height: 80px;
  object-fit: cover;
  transition: 0.8s;
}

.circleNo {
  position: absolute;
  font-size: 20px;
  color: var(--white2);
  font-weight: bolder;
}

.circleImg:hover .circleBgimg {
  transform: scale(1.15);
  transition: 0.5s;
}

.circleContent {
  height: 250px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.circleContent h2 {
  font-size: 22px;
  color: var(--black3);
  padding: 20px;
  letter-spacing: 1px;
  text-align: center;
}

.circleContent p {
  font-size: 18px;
  text-align: center;
  color: var(--white3);
  /* -webkit-box-orient: vertical; */
  /* -webkit-line-clamp: 2; */
  /* display: -webkit-box; */
  /* overflow: hidden; */
}

/* home map */

.homeMap {
  height: 700px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mapContent {
  height: 90%;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.mapHead {
  height: 25%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 25px;
  margin-bottom: 1rem;
}

.line {
  height: 3px;
  width: 20%;
  background-color: var(--pink2);
}

.mapHead h2 {
  color: var(--black2);
  font-size: 50px;
}

.mapHead h2 span {
  color: var(--pink2);
  font-size: 60px;
}

.mapHead p {
  /* font-family: var(--custom-font1); */
  color: var(--black2);
  font-size: 28px;
  font-weight: 500;
}

.map {
  height: 75%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  position: relative;
  z-index: 99;
  /* border: 1px solid red; */
  background-color: white;
}

/* Made in India Section */
.madeInIndia {
  width: 100%;
  min-height: 180px;
  background: #2973b9;
  position: relative;
  overflow: hidden;
  /* border: 1px solid red; */
}

.madeInIndiaContent {
  /* border: 1px solid red ; */
  margin: 0px auto;
  display: flex;
  align-items: flex-end;
  gap: 80px;
}

.madeInIndiaLeft {
  /* border: 1px solid red; */
  flex: 1;
  color: white;
  z-index: 2;
  padding: 50px 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.madeInIndiaHeader h1 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
  color: white;
}

.madeInIndiaHeader h2 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
  color: white;
}
.madeInIndiaHeader P{
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 40px;
  color: white;
  opacity: 0.95;
}

.madeInIndiaMetrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
  margin-bottom: 60px;
}

.metricItem {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.metricItem h3 {
  font-size: 3.5rem;
  font-weight: 300;
  color: white;
  margin: 0;
  line-height: 1;
}

.metricItem p {
  font-size: 1.2rem;
  font-weight: 400;
  color: white;
  margin: 0;
  line-height: 1.4;
  opacity: 0.95;
}

.madeInIndiaCTA {
  margin-top: 40px;
}

.btnAbout {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btnAbout i {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.btnAbout:hover {
  background: white;
  color: #1565c0;
}

.btnAbout:hover i {
  transform: translateX(5px);
}

.madeInIndiaRight {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 2;
}

.madeInIndiaRight img {
  max-width: 130%;
  height: auto;
  object-fit: contain;
  filter: brightness(1.1);
  /* border: 1px solid red; */
  margin-bottom: 0;
}

/* new testimonial */

/* ================ TESTIMONIALS SECTION ================ */
.clients {
  width: 100%;
  min-height: 100vh;
  padding: 120px 0;
  background: #f8f9fa;
  position: relative;
  display: flex;
  align-items: center;
}

.innerClient {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header Section */
.testimonialHeader {
  margin-bottom: 80px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.testimonialLabel {
  display: none;
}

.labelDot {
  display: none;
}

.testimonialLabel p {
  display: none;
}

.testimonialHeader h2 {
  font-size: 2.2rem;
  line-height: 1.5;
  color: #1e293b;
  font-weight: 400;
}

/* Slider Section */
.testimonialSlider {
  display: flex;
  position: relative;
  background: white;
  border-radius: 20px;
  padding: 60px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.sliderWrapper {
  position: relative;
  overflow: hidden;
}

.testimonialSlide {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.testimonialSlide.active {
  display: block;
  opacity: 1;
  animation: fadeIn 0.5s ease-in-out;
}
/* Footer layout */
.slideFooter{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

/* Success Story Button */
.success-btn{
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: black;
    transition: all 0.35s ease;
}

.success-btn i{
    transition: transform 0.35s ease;
}

.success-btn:hover{
    transform: translateY(-3px);

}

.success-btn:hover i{
    transform: translateX(4px);
}

/* Mobile alignment */
@media (max-width: 768px){
    .slideFooter{
        justify-content: center;
        text-align: center;
    }
    .madeInIndiaHeader P{
      font-size: 0.8rem;
      font-weight: 200;
      line-height: 1;
      margin-bottom: 30px;
      color: white;
      opacity: 0.95;
    }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.quoteIconLarge {
  margin-bottom: 30px;
}

.quoteIconLarge i {
  font-size: 80px;
  color: #e2e8f0;
}

.slideContent {
  margin-bottom: 50px;
}

.slideContent h2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #1e293b;
  margin-bottom: 24px;
}

.slideContent p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #64748b;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
 .slideContent h2 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: #1e293b;
  margin-bottom: 24px;
}
}
/* Footer Section */
.slideFooter {
  border-top: 1px solid #e2e8f0;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.clientInfo {
  display: flex;
  align-items: center;
  gap: 20px;
}

.clientAvatar {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #e2e8f0;
}

.clientAvatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}

.clientDetails {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rating {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rating span {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
}

.rating .stars {
  display: flex;
  gap: 4px;
}

.rating .stars i {
  font-size: 14px;
  color: #1e293b;
}

.clientDetails h4 {
  font-size: 16px;
  font-weight: 500;
  color: #64748b;
}

/* Navigation Buttons */
.sliderNav {
  display: flex;
  gap: 16px;
}

.navBtn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.navBtn:hover {
  background: #1e293b;
  border-color: #1e293b;
}

.navBtn:hover i {
  color: white;
}

.navBtn i {
  font-size: 24px;
  color: #1e293b;
  transition: color 0.3s ease;
}

.para1,
.para2,
.para3 {
  opacity: 0;
}

/* =============Cursor========== */

/* .cursor{
    position: fixed;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 50%;
    border: 2px solid var(--black2);
    background-color: var(--black2);
    mix-blend-mode:var(--black1);
    transition: transform 0.2s ease;
    transform-origin: center center;
    pointer-events: none;
    z-index: 1000;
}

.grow{
    transform: scale(7);
    border: none;
    background-color: white;
    mix-blend-mode: difference;
   

}
.smallGrow{
    transform: scale(3.5);
    border: none;
    background-color: white;
    mix-blend-mode: difference;
}

.wordZoom{
    transform: scale(3);
} */

/* section 4 */

.sec4 {
  height: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sec4Content {
  height: 250px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec4Box {
  height: 80%;
  width: 80%;
  background-color: var(--black2);
  border: 1px solid #a2a4a65e;
  border-radius: 20px;
  box-shadow: 0px 15px 12px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.sec4Box h1 {
  /* font-family: var(--custom-font1); */
  color: var(--white2);
  font-size: 32px;
  font-weight: 800;
}

.sec4Box a {
  text-decoration: none;
  color: var(--black2);
  background-color: var(--white2);
  padding: 10px 20px;
  /* font-family: var(--custom-font1); */
  font-size: 28px;
  font-weight: 800;
  border-radius: 10px;
  margin-top: 15px;
  transition: 0.5s;
  border: 1px solid var(--white1);
}

.sec4Box h1 p {
  font-size: 18px;
  font-weight: 300;
}

@media all and (device-width: 1366px) and (device-height: 1024px) {
  .sec1 {
    height: 860px;
  }

  .bannerContent {
    height: 100%;
  }

  .circleContent h1 {
    font-size: 24px;
  }

  #star {
    display: block;
    font-size: 50px;
    margin-right: 20px;
  }

  .designLeftHead {
    display: flex;
  }

  .section2 {
    height: 600px;
  }

  .section2Content {
    height: 100%;
  }

  .sec2 {
    height: 600px;
  }

  .technologyPage {
    height: 100%;
  }

  .businessPage {
    height: 100%;
  }

  .sec3 {
    height: 600px;
  }

  .designLeftHead {
    width: 59%;
  }

  .technologyLeftHead {
    width: 83%;
  }

  .businessLeftHead {
    width: 83%;
  }

  .technologyLeftContent {
    width: 90%;
  }

  .businessLeft {
    margin-left: 8%;
  }

  .designLeft {
    margin-left: 2%;
  }

  .RightTwo {
    right: 11.5%;
  }

  .projects {
    height: 100%;
    padding-bottom: 50px;
  }
}

@media all and (device-width: 1180px) and (device-height: 820px) {
  .designLeftContent {
    width: 70%;
  }

  .invoices {
    display: none;
  }

  .desk {
    display: none;
  }

  .leftOne {
    top: 51.5%;
  }

  .clientHead h1 {
    font-size: 30px;
  }

  .rightOne {
    top: 18%;
    right: 7%;
  }

  .leftOne {
    top: 41.5%;
    left: 5%;
  }

  .RightTwo {
    bottom: 8%;
    right: 7%;
  }

  .bannerContent {
    height: 100%;
  }
}

/* landscape */

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .clientHead {
    width: 100%;
  }

  .bannerContent {
    height: 100%;
  }

  .clients {
    height: 1300px;
  }

  .leftOne {
    top: 53.5%;
    left: 30%;
  }

  .rightOne {
    top: 30%;
    left: 10%;
  }

  .RightTwo {
    top: 77%;
    left: 10%;
  }

  .projects {
    height: 100%;
    padding-bottom: 50px;
  }
}

/* media for tab  */
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: portrait) {
  .circle1 {
    padding: 2%;
  }

  .bannerContent {
    height: 100%;
  }

  .extend {
    height: 100%;
  }

  .circle2 {
    padding: 2%;
  }

  .circle3 {
    padding: 2%;
  }

  .circle4 {
    padding: 2%;
  }

  .circleContent p {
    text-align: center;
  }

  .clientHead {
    width: 100%;
  }

  .flexItem {
    flex-direction: column;
  }

  .clients {
    height: 1300px;
  }

  .leftOne {
    top: 51.5%;
    left: 30%;
  }

  .rightOne {
    top: 30%;
    left: 10%;
  }

  .RightTwo {
    top: 77%;
    left: 10%;
  }

  .meta {
    transform: translate(-300px, -220px);
  }

  .analytics {
    transform: translate(-315px, 170px);
  }

  .textHead {
    position: relative;
    /* top: 52%; */
  }

  .workFlowContent {
    width: 100%;
  }

  .circleContent h1 {
    padding: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #star {
    display: block;
    font-size: 50px;
    margin-right: 15px;
  }

  .designLeftHead {
    display: flex;
  }

  .sec4Box {
    flex-direction: column;
    width: 90%;
    padding: 30px;
  }

  .sec4Box h1 {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .section2 {
    height: 750px;
    width: 90%;
  }

  .section2Content {
    height: 100%;
    flex-direction: column-reverse;
    padding-top: 35px;
  }

  .sec2 {
    height: 800px;
    width: 90%;
  }

  .technologyPage {
    height: 100%;
    flex-direction: column-reverse;
  }

  .sec3 {
    height: 1000px;
    width: 90%;
  }

  .businessPage {
    height: 100%;
    flex-direction: column-reverse;
  }

  .designLeftContent {
    line-height: 2.5;
  }

  .section2Left {
    width: 55%;
  }

  .section2Right {
    width: 100%;
    height: 50%;
  }

  .designRight {
    display: flex;
    align-items: center;
  }

  .technologyRight {
    width: 80%;
  }

  .technologyLeft {
    margin-left: 23%;
    width: 70%;
    height: 80%;
  }

  .desk {
    display: none !important;
  }

  .technologyLeftContent a {
    height: 50px;
  }

  .technologyLeftContent {
    width: 100%;
    height: 200px;
  }

  .technologyRightImg {
    height: 120%;
  }

  .businessRightImg {
    height: 100%;
  }

  .businessRight {
    width: 100%;
  }

  .workFlow {
    margin-top: 40%;
  }

  .workFlowHead p {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .businessLeft {
    height: 60%;
  }

  .workFlowContent {
    justify-content: center;
  }

  .businessRightImg img {
    width: 50%;
  }

  .businessLeftContent {
    height: 250px;
  }

  .invoices {
    display: none;
  }

  .projects {
    height: 100%;
    padding-bottom: 50px;
  }
}

/* landscape */

/* Tablet and medium screens */
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .bannerContent h1 {
    font-size: 4.5rem;
    letter-spacing: 2px;
  }

  .bannerContent h2 {
    font-size: 32px;
    letter-spacing: 2px;
  }

  .bannerContent p {
    font-size: 19px;
    padding: 0 30px;
  }

  .heroCTA {
    gap: 20px;
  }

  .btnPrimary,
  .btnSecondary {
    padding: 12px 28px;
    font-size: 15px;
  }

  /* Made in India - Tablet */
  .madeInIndia {
    padding: 60px 0;
  }

  .madeInIndiaContent {
    padding: 0 40px;
    gap: 50px;
    flex-direction: column;
  }

  .madeInIndiaHeader h1,
  .madeInIndiaHeader h2 {
    font-size: 2.8rem;
  }

  .metricItem h3 {
    font-size: 2.8rem;
  }

  .metricItem p {
    font-size: 1.1rem;
  }

  /* Testimonials - Tablet */
  .clients {
    padding: 80px 0;
  }

  .testimonialHeader h2 {
    font-size: 1.8rem;
  }

  .testimonialSlider {
    padding: 50px 40px;
  }

  .slideContent h1 {
    font-size: 2rem;
  }

  .slideContent p {
    font-size: 1rem;
  }

  .clientAvatar {
    width: 70px;
    height: 70px;
  }

  .slideFooter {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .navBtn {
    width: 45px;
    height: 45px;
  }

  .navBtn i {
    font-size: 20px;
  }
}

/* mediaquery */
@media screen and (min-width: 300px) and (max-width: 600px) {
  *::-webkit-scrollbar {
    display: none;
  }

  #star {
    display: block;
  }

  .extend {
    width: 100%;
    height: 1850px;
  }

  .sec1 {
    height: 100vh;
  }

  .bannerContent h1 {
    font-size: 2.2rem;
    margin-bottom: 12px;
    padding: 6px 15px;
    letter-spacing: 1px;
  }

  .bannerContent h2 {
    font-size: 22px;
    margin-bottom: 12px;
    padding: 3px 12px;
    letter-spacing: 1.5px;
  }

  .bannerContent p {
    font-size: 15px;
    margin-bottom: 20px;
    padding: 0 10px;
    line-height: 1.6;
  }

  .heroCTA {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    padding: 0 20px;
  }

  .btnPrimary,
  .btnSecondary {
    padding: 12px 30px;
    font-size: 14px;
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }

  .textHead {
    margin-left: 5px;
  }

  .textHead h1 {
    margin-left: 5px;
    font-size: 25px;
    letter-spacing: 0px;
  }

  .textHead p {
    font-size: 28px;
    font-weight: 900;
  }

  .facebook {
    transform: translate(135px, 140px);
    height: 30px;
  }

  .analytics {
    transform: translate(-140px, 140px);
    height: 30px;
  }

  .googleAds {
    transform: translate(140px, -110px);
    height: 30px;
  }

  .ai {
    transform: translate(0px, -200px);
    height: 30px;
  }

  .html {
    transform: translate(0px, 200px);
    height: 30px;
  }

  .meta {
    transform: translate(-140px, -110px);
    height: 30px;
  }

  .logoIcon .invoices {
    /* display: none; */
    transform: translate(0px, 0px);
    display: none;
  }

  .logoIcon .desk {
    transform: translate(0px, 0px);
    display: none;
    height: 50px;
  }

  .technologyPage {
    flex-direction: column-reverse;
  }

  .technologyLeftHead h1 {
    font-size: 40px;
  }

  .technologyLeftHead {
    width: 70%;
    display: flex;
    gap: 10px;
  }

  .technologyLeftHead i {
    display: block;
    font-size: 22px;
  }

  .techLeft {
    width: 100%;
  }

  .techRight {
    width: 100%;
  }

  .rightImg {
    height: 100%;
  }

  .leftContent ul li a {
    width: 100%;
  }

  .leftHead h1 {
    text-align: center;
  }

  #bgImg {
    opacity: 0.3;
  }

  #webDesign {
    transform: scale(1.3);
  }

  #mobileApp {
    transform: scale(1.3);
  }

  #gameDevelopment {
    transform: scale(1.3);
  }

  #softwaredevelopment {
    transform: scale(1.2);
  }

  .circleBgimg {
    opacity: 100%;
  }

  .circleImg i {
    font-size: 58px;
  }

  .extend {
    margin-top: 10px;
  }

  .technologyRight {
    width: 100%;
  }

  .technologyRightImg {
    height: 90%;
    margin-left: 0px;
    bottom: 0px;
  }

  .technologyRightImg img {
    height: 220px;
    object-fit: scale-down;
  }

  .sec2 {
    width: 100%;
  }

  .technologyLeft {
    width: 100%;
    margin-left: 0%;
  }

  .technologyLeftContent {
    height: 300px;
    width: 53%;
    margin-left: auto;
    margin-right: auto;
  }

  .technologyLeftContent a {
    height: 50px;
    font-size: 15px;
    letter-spacing: 0px;
  }

  /* =====SECTION 2===== */
  .sec2 {
    height: 100px;
  }

  .section2Content {
    height: 0%;
    flex-direction: column-reverse;
  }

  .designLeft {
    padding: 0px;
  }

  .section2Left {
    width: 100%;
  }

  .designLeftHead {
    width: 70%;
    height: 100px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .designLeftHead i {
    display: block;
    font-size: 22px;
  }

  .designLeftHead h1 {
    font-size: 40px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .designLeftContent {
    width: 82%;
    justify-content: start;
    margin-left: auto;
    line-height: 0%;
    letter-spacing: 0px;
    /* margin-right: auto; */
  }

  .designRightImg svg {
    height: 220px;
  }

  .designLeftContent a {
    height: 50px;
    font-size: 19px;
    letter-spacing: 0px;
  }

  .section2Right {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .circleImg {
    height: 80px;
  }

  .circleContent {
    height: 100%;
  }

  .circleBgimg {
    height: 80px;
  }

  .workFlow {
    height: auto;
  }

  .workFlowCircle {
    flex-direction: column;
    height: auto;
    gap: 25px;
  }

  .circle1,
  .circle2,
  .circle3,
  .circle4 {
    width: 100%;
    padding: 0px;
  }

  .workFlowHead {
    margin-bottom: 20px;
  }

  .sec3 {
    width: 100%;
    height: 100px;
  }

  .businessPage {
    flex-direction: column-reverse;
  }

  .businessRight {
    width: 100%;
    height: 310px;
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .businessRightImg {
    height: 100%;
  }

  .businessRightImg img {
    object-fit: scale-down;
  }

  .businessRight img {
    height: 250px;
    width: 260px;
  }

  .businessLeft {
    width: 100%;
    height: 50%;
    margin-left: 0px;
  }

  .businessLeftHead {
    width: 70%;
    display: flex;
    gap: 10px;
  }

  .businessLeftContent {
    width: 77%;
  }

  .businessLeftHead i {
    display: block;
    font-size: 22px;
  }

  .businessLeftHead h1 {
    font-size: 40px;
  }

  .businessLeftContent a {
    height: 45px;
    font-size: 18px;
    letter-spacing: 0px;
  }

  .mapHead {
    height: auto;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  .mapHead h1 {
    font-size: 40px;
    margin-bottom: 0.5rem;
  }

  .mapHead p {
    font-size: 25px;
    margin-bottom: 0;
    align-self: baseline;
  }

  .homeMap {
    height: auto;
    min-height: 450px;
    padding: 40px 0;
  }

  .mapContent {
    height: auto;
  }

  .map {
    height: auto;
    min-height: 300px;
  }

  .innerClient {
    padding-top: 20%;
    padding-bottom: 0%;
    width: 100%;
  }

  /* Made in India - Mobile */
  .madeInIndia {
    padding: 50px 0;
    min-height: auto;
  }

  .madeInIndiaContent {
    flex-direction: column;
    /* padding: 0 20px; */
    justify-content: space-around;
    /* border: 1px solid red; */
    gap: 60px;
  }

  .madeInIndiaLeft {
    width: 100%;
    /* border: 1px solid red ; */
    margin: 0 auto;
    padding: 0 20px;
    /* border: 1px solid red; */
    margin-top: 10px;
  }

  .madeInIndiaHeader h1,
  .madeInIndiaHeader h2 {
    font-size: 2.2rem;
    margin-bottom: 8px;
  }

  .madeInIndiaHeader h2 {
    margin-bottom: 30px;
  }

  .madeInIndiaMetrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    margin-bottom: 40px;
  }

  .metricItem h3 {
    font-size: 2.5rem;
  }

  .metricItem p {
    font-size: 1rem;
  }

  .btnAbout {
    width: 100%;
    justify-content: center;
    padding: 12px 24px;
    font-size: 14px;
  }

  .madeInIndiaRight {
    width: 100%;
    justify-content: center;
    /* border: 1px solid red;  */
    /* margin: 0 auto; */
    margin-bottom: -50px;
  }

  .madeInIndiaRight img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: brightness(1.1);
    /* border: 1px solid red; */
    margin-bottom: 0;
  }

  /* Testimonials visible on mobile - removed display:none */
  .clients {
    height: auto;
  }

  .clientHead {
    width: 90%;
  }

  .clientHead h1 {
    font-size: 25px;
    margin-left: 30px;
  }

  .flexItem {
    flex-direction: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .clientLeft {
    width: 100%;
  }

  .clientRight {
    width: 100%;
    height: 1100px;
  }

  .leftOne {
    position: static;
    width: 100%;
  }

  .rightOne {
    position: static;
    width: 100%;
  }

  .RightTwo {
    position: static;
    width: 100%;
  }

  .map {
    height: auto;
    min-height: 150px;
  }

  .map img {
    width: 100%;
    height: auto;
  }

  .mapContent {
    width: 100%;
  }

  .sec4 {
    height: 300px;
  }

  .sec4Box {
    width: 90%;
    height: 75%;
    flex-direction: column;
    padding: 20px;
  }

  .sec4Box h1 {
    font-size: 22px;
  }

  .sec4Box h1 p {
    font-size: 14px;
  }

  .sec4Box a {
    font-size: 20px;
    margin-top: 0px;
  }

  .sec4Content {
    height: 100%;
  }

  /* Testimonials Responsive - Mobile */
  .clients {
    padding: 40px 0;
    min-height: auto;
  }

  .innerClient {
    width: 100%;
    padding: 0 16px;
  }

  .testimonialHeader {
    margin-bottom: 30px;
  }

  .testimonialHeader h2 {
    font-size: 1.1rem;
    line-height: 1.6;
    padding: 0 10px;
  }

  .testimonialSlider {
    display: flex;
    padding: 24px 20px;
    border-radius: 16px;
  }

  .quoteIconLarge {
    margin-bottom: 20px;
  }

  .quoteIconLarge i {
    font-size: 40px;
  }

  .slideContent {
    margin-bottom: 24px;
  }

  .slideContent h1 {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 12px;
  }

  .slideContent p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .slideFooter {
    padding-top: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .clientInfo {
    width: 100%;
    gap: 12px;
  }

  .clientAvatar {
    width: 50px;
    height: 50px;
    padding: 6px;
  }

  .clientAvatar img {
    padding: 6px;
  }

  .clientDetails {
    gap: 6px;
  }

  .rating {
    gap: 8px;
    flex-wrap: wrap;
  }

  .rating span {
    font-size: 13px;
  }

  .rating .stars {
    gap: 3px;
  }

  .rating .stars i {
    font-size: 11px;
  }

  .clientDetails h4 {
    font-size: 13px;
    line-height: 1.4;
  }

  .sliderNav {
    width: 100%;
    justify-content: flex-start;
  }

  .navBtn {
    width: 40px;
    height: 40px;
  }

  .navBtn i {
    font-size: 18px;
  }
}

/* Extra Small Screens (320px and below) */
@media screen and (max-width: 400px) {
  .testimonialHeader h2 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .testimonialSlider {
    display: flex;
    padding: 20px 16px;
  }

  .quoteIconLarge i {
    font-size: 35px;
  }

  .slideContent h1 {
    font-size: 1.1rem;
  }

  .slideContent p {
    font-size: 0.85rem;
  }

  .clientAvatar {
    width: 45px;
    height: 45px;
  }

  .rating span {
    font-size: 12px;
  }

  .clientDetails h4 {
    font-size: 12px;
  }

  .navBtn {
    width: 38px;
    height: 38px;
  }

  .navBtn i {
    font-size: 16px;
  }
}

@media screen and (min-width: 760px) {
  .designLeftContent a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 0px;
    background-color: #18272f;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
  }

  .designLeftContent a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }

  .technologyLeftContent a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 0px;
    background-color: #18272f;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
  }

  .technologyLeftContent a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }

  .businessLeftContent a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 0px;
    background-color: #18272f;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
  }

  .businessLeftContent a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }

  .sec4Box a:hover {
    background-color: var(--black2);
    color: var(--white1);
    transition: 0.5s;
    border: 1px solid var(--white1);
  }

  .mobClient {
    display: none;
  }
}

/* ===========mobile Client========= */
/* Hide old mobile client section - using new responsive testimonial slider instead */
.mobClient {
  display: none !important;
}

.mobileClient {
  height: 100%;
  width: 100%;
  /* display: contents; */
}

.mobHead {
  height: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.mobQuotes {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.mobQuotes1,
.mobQuotes2,
.mobQuotes3 {
  border-radius: 20px;
  width: 90%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* ==============MOBILE COMPONENT=============== */

.sec2Mob {
  display: none;
}

@media screen and (max-width: 768px) {
  .extend {
    display: none;
  }

  .bannerContent {
    height: 100%;
  }

  .sec2Mob {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin: 40px 0px;
  }

  lottie-player {
    height: 200px;
    padding: 10px;
    margin: 20px 0px;
  }

  .secMob {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .mobCnt {
    /* height: 250px; */
    /* overflow: hidden; */
  }

  .secHeadMob {
    display: flex;
    /* height: 70px; */
    height: 100%;
    width: 100%;
    align-self: center;
    gap: 10px;
    margin-left: 50px;
    overflow: hidden;
    /* justify-content: center; */
  }

  .secHeadMob i {
    font-size: 36px;
  }

  .secHeadMob h2 {
    font-size: 36px;
    letter-spacing: 2px;
    color: var(--black2);
  }

  .secImgMob {
    height: 100%;
    width: 100%;
    /* padding: 10px 0px; */
  }

  .secCntMob {
    margin-left: 50px;
    margin-right: 10px;
  }

  .secCntMob ul {
    line-height: 1.8;
  }

  .secCntMob ul li {
    color: var(--black2);
    margin-top: 20px;
  }

  .techMobImg {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  /* .desMob{
            height: 420px;
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 20px;
            overflow: hidden;
        } */

  /* .techMob{
            height: 500px;
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 20px;
            overflow: hidden;
        } */

  .homeExpandMain {
    width: 100%;
    /* height: 860px; */
    height: 1450px;
    /* overflow: hidden; */
    margin-top: 90px;
  }

  .homeExpandMainHeadContainer {
    display: flex;
    margin-top: 20px;

    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .homeExpandMainHeadHeading {
    position: relative;
  }

  .homeExpandMainHeadHeading h1 {
    font-size: 4rem;
    text-align: center;
    font-family: var(--secondary-font);
  }

  .homeExpandMainHeadHeading img {
    position: absolute;
    right: -5%;
    top: -20%;
  }

  .homeExpandMainHeadHeading p {
    font-family: var(--primary-font);
    line-height: 1.5;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 10px;
  }

  .homeExpandHead {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .homeExpandHead h1 {
    /* width: 100%; */
    font-size: 5rem;
    font-family: var(--secondary-font);
    /* font-weight: 1000; */
  }

  .homeExpandHead p {
    width: 50%;
    font-size: 2rem;
  }

  .expandDesc {
    width: 100%;
    height: 400px;
  }

  /*========================= first Expand===================== */

  .friendlyTraining {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
  }

  .friendlyFlex {
    width: 100%;
    height: 0%;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    overflow: hidden;
  }

  .friendlyTrainingLeft {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 25px;
  }

  .friendlyTrainingLeft p {
    font-size: 2.7rem;
    line-height: 1.7;
  }

  .friendlyTrainingRight {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .friendlyHead h1 {
    font-size: 4rem;
    font-family: var(--secondary-font);
  }

  /*========================= Second Expand===================== */

  .discussionTraining {
    /* width: 100%; */
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
  }

  .discussionFlex {
    width: 100%;
    height: 0%;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    overflow: hidden;
  }

  .discussionTrainingLeft {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 25px;
  }

  .discussionTrainingLeft p {
    font-size: 2.7rem;
    line-height: 1.7;
  }

  .discussionTrainingRight {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .discussionHead h1 {
    font-size: 4rem;
    font-family: var(--secondary-font);
  }

  /*========================= third Expand===================== */

  .thirdTraining {
    /* width: 100%; */
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
  }

  .thirdFlex {
    width: 100%;
    height: 0%;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    overflow: hidden;
  }

  .thirdTrainingLeft {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 25px;
  }

  .thirdTrainingLeft p {
    font-size: 2.7rem;
    line-height: 1.7;
  }

  .thirdTrainingRight {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .thirdHead h1 {
    font-size: 4rem;
    font-family: var(--secondary-font);
  }
}
/* <!-- ============== --> */
/* <!-- client section --> */
/* <!-- ============== --> */

.clients-section {
  padding: 40px 0;
  background: #ffffff;
  overflow: hidden;
}

.clients-container {
  max-width: 1200px;
  margin: 0 auto;
}

.clients-track {
  display: flex;
  align-items: center;
  gap: 60px;
  width: max-content;
  animation: scrollClients 60s linear infinite;
}

.client-logo {
  flex: 0 0 auto;
  opacity: 0.8;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.client-logo img {
  height: 50px;
  width: auto;
  filter: grayscale(100%);
}

.logo_1 img{
  height: 74px;
}

.client-logo:hover {
  opacity: 1;
  transform: scale(1.05);
}

.client-logo:hover img {
  filter: grayscale(0%);
}

/* Infinite scroll animation */
@keyframes scrollClients {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .clients-track {
    gap: 40px;
  }

  .client-logo img {
    height: 40px;
  }
}
