@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

.banner {
  width: 100%;
  justify-content: flex-end;
  display: flex;
  position: relative;
  padding-top: 117px;
  overflow: visible;
}

@media (max-width: 1679px) {
  .banner {
    padding-top: 60px;
  }
}

@media (max-width: 1199px) {
  .banner {
    padding-top: 65px;
    height: auto;
  }
}

@media (max-width: 991px) {
  .banner {
    padding-top: 0;
    margin-top: 90px;
    height: auto;
  }
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 2;
}

.banner .bnr-left {
  position: absolute;
  width: 100%;
  z-index: 3;
}

@media (max-width: 991px) {
  .banner .bnr-left {
    padding: 50px 0;
  }
}

.label-box {
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  background-color: rgba(255, 255, 255, 0.0392156863);
  font-size: 12px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 18%;
  padding: 8px 16px;
  text-transform: uppercase;
  display: inline-flex;
}

.bnr-title {
  font-weight: 700;
  color: #fff;
  font-size: 64px;
  line-height: 80px;
  margin-bottom: 20px;
}

.inr-title {
  font-weight: 700;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
}

.inr-title1 {
  font-weight: 700;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 20px;
  text-align: left;
}

@media (max-width: 1199px) {
  .bnr-title {

    font-size: 50px;
    line-height: 70px;
  }

  .inr-title {
    font-size: 45px;
    line-height: 50px;
  }

  .inr-title1 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 991px) {
  .bnr-title {
    font-size: 40px;
    line-height: 45px;
  }

  .inr-title {
    font-size: 35px;
    line-height: 40px;
  }

  .inr-title1 {
    font-size: 30px;
    line-height: 35px;
  }
}

.bnr-title .gradient-txt,
.inr-title .gradient-txt,
.inr-title1 .gradient-txt {
  background: linear-gradient(90deg, #0A65B0 0%, #0CC7F6 40.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.gradient-txt1 {
  background: linear-gradient(90deg, #eee 0%, #bbb 40.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.desc,
.desc1 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #bbb;
}

.desc1 {
  text-align: left;
  margin-bottom: 20px;
}

@media (max-width: 1679px) {
  .desc {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 1199px) {
  .desc {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {

  .desc,
  .desc1 {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 20px;
  }

}

@media (max-width: 579px) {
  .desc {
    font-size: 13px;
    line-height: 19px;
  }
}

.banner .img-blk {
  width: 850px;
  height: auto;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}

.banner .img-blk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 2;
}

.banner .img-blk img {
  max-width: 550px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .banner .img-blk {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }

  .banner .img-blk img {
    width: 75%;
    margin: 0 auto;
  }

  .banner .img-blk .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    z-index: 2;
    background: rgba(0, 8, 20, 0.5);
  }

  .banner .bnr-left {
    padding: 30px 0;
  }

  .banner .img-blk {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }

  .banner .img-blk img {
    width: 75%;
    margin: 0 auto;
  }
}

/*----------------.at-glance-sec-------------------*/

.at-glance-sec {
  max-width: 75%;
  margin: 0 auto;
  margin-top: -50px;
  margin-left: 60px;

}

.at-glance-sec::before {
  content: "";
  max-width: 578px;
  max-height: 578px;
  background: url(../img/glow1.png) no-repeat right;
  background-size: contain;
  right: 0;
}

@media (max-width: 767px) {
  .at-glance-sec::before {
    width: 300px;
    height: 300px;
  }

  .at-glance-sec {
    padding: 5px 0 0;
  }
}

.at-glance-sec .common-bnr-title {
  margin: 16px 0;
  text-align: center;
}

.at-glance-sec .label-box {
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  background-color: rgba(255, 255, 255, 0.0392156863);
  font-size: 12px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  color: #fff;
  letter-spacing: 18%;
  padding: 8px 16px;
  text-transform: uppercase;
  display: flex;
  min-width: 186px;
  align-self: center;
}

.at-glance-sec .bnr-title-wrp {
  max-width: 930px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.at-glance-sec .glance-sec .counter-sec {
  display: flex;
  max-width: 1425px;
}

.at-glance-sec .glance-sec .counter-sec #counter {
  background: rgba(0, 0, 0, 0.05);
  padding: 25px 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
}

.at-glance-sec .glance-sec .counter-sec #counter li {
  text-align: left;
  font-size: 55px;
  font-weight: 700;
}


@media (max-width: 991px) {
  .at-glance-sec .glance-sec .counter-sec #counter li {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
   .at-glance-sec .glance-sec .counter-sec #counter {
    padding: 20px 0;
  }
  .at-glance-sec .glance-sec .counter-sec #counter li {
    font-size: 25px;
    flex: auto;
    width: calc(50% - 10px);
    margin-top: 5px;
  }
}

@media (max-width: 579px) {
  .at-glance-sec .glance-sec .counter-sec #counter li {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  .at-glance-sec .glance-sec .counter-sec #counter li {
    width: 100%;
  }
}

.at-glance-sec .glance-sec .counter-sec #counter li .count {
  background: linear-gradient(135deg, #FFFFFF 0%, #71717A 100%), linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.at-glance-sec .glance-sec .counter-sec #counter li .name {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  padding-bottom: 25px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .at-glance-sec .glance-sec .counter-sec #counter li .name {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .at-glance-sec .glance-sec .counter-sec #counter li .name {
    font-size: 15px;
  }
}

@media (max-width: 579px) {
  .at-glance-sec .glance-sec .counter-sec #counter li .name {
    font-size: 14px;
  }
}

.at-glance-sec .glance-sec .counter-sec #counter li .name::after {
  content: "";
  width: 64px;
  height: 5px;
  background: linear-gradient(90deg, #0A65B0 0%, #0CC7F6 40.87%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.at-glance-sec .glance-sec .counter-sec #counter span.percent:after {
  content: "+";
  display: inline-block;
}

@media (max-width: 768px) {
  .at-glance-sec {
    max-width: 100%;
    margin-top: -150px;
    margin-left: 0px;
    z-index: 100;
    position: relative;
  }
}

@media (max-width: 520px) {
  .at-glance-sec {
    margin-top: -100px;

  }
}

@media (max-width: 480px) {
  .at-glance-sec {
    margin-top: -50px;

  }
}

@media (max-width: 420px) {
  .at-glance-sec {
    margin-top: 0px;

  }
}

@media (max-width: 360px) {
  .at-glance-sec {
    margin-top: 30px;

  }
}

@media (max-width: 330px) {
  .at-glance-sec {
    margin-top: 70px;

  }
}

/*----------------company description-------------------*/
.company-desc {
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}

.company-desccard {
  background: linear-gradient(135deg, #0a0f19 0%, #131926 100%);
  max-width: 100%;
  border-radius: 16px;
  color: #bbb;
  border: 1px solid #20232a;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  transition: all 0.6s ease;
}


.company-desccard img {
  border-radius: 8px;
  margin-left: -20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.company-desc .col-lg-5,
.company-desc .row {
  padding: 0px;
  margin: 0px;
}

.company-desc .desc {
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  color: #eee;
  margin-top: 30px;
  padding-bottom: 40px;
}

.company-desc .inr-title {
  font-size: 45px;
}

.company-desc .inr-title .gradient-txt,
.company-desc .desc .gradient-txt {
  background: linear-gradient(90deg, #0A65B0 0%, #0CC7F6 40.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.company-desc .descdetail {
  padding: 70px 30px 40px 0px;
  text-align: right;
}

@media (max-width: 1679px) {
  .company-desc {
    padding: 30px 0 0;
  }
}

@media (max-width: 1199px) {
  .company-desc {
    padding: 30px 0 0;
  }
}

@media (max-width: 991px) {
  .company-desc {
    padding: 10px 0 0 0;
  }

  .company-desc .inr-title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .company-desc .descdetail {
    padding: 20px 10px;
    text-align: center;
  }

  .company-desccard img {
    margin-left: -10px;

  }
}


/*-----------------our Vision------------------------*/

.our-vision {
  padding: 40px 0 0;

}

.visioncard {
  background: linear-gradient(135deg, #0a0f19 0%, #131926 100%);
  max-width: 100%;
  border-radius: 16px;
  color: #bbb;
  border: 1px solid #20232a;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  transition: all 0.6s ease;
}


.visioncard:hover {
  box-shadow: 0 8px 24px rgba(22, 52, 85, 0.4);
}

.visioncard img {
  max-width: 100%;
  border-radius: 6px;
  z-index: -1px;
  ;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.visioncard .inr-title {
  padding: 30px 0px 0px 20px;
  text-align: left;
}

.visioncard .desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #bbb;
  text-align: left;
  padding: 0px 0px 30px 20px;
}

/*-----------------our Mission------------------------*/
.our-mission {
  padding: 40px 0 0;

}

.missioncard {
  background: linear-gradient(135deg, #0a0f19 0%, #131926 100%);
  max-width: 100%;
  border-radius: 16px;
  color: #bbb;
  border: 1px solid #20232a;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  transition: all 0.6s ease;
}


.missioncard:hover {
  box-shadow: 0 8px 24px rgba(22, 52, 85, 0.4);
}

.missioncard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  z-index: -1px;
}

.missioncard .inr-title {
  padding: 30px 20px 0px 0px;
  text-align: right;
}

.missioncard .desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #bbb;
  text-align: right;
  padding: 0px 20px 30px 0px;
}

/*------------------end-------------------*/

/*-----------------our Value Proposition------------------------*/
.valueproposition {
  padding: 60px 0 0;
}
.valueproposition::before {
  content: "";
  width:100%;
  height: 100%;
  background: url(../img/Ellipselt.png) no-repeat left bottom;
  background-size: contain;
  position: absolute;
  left: 0;
}
.valueproposition .container {

  margin: 0 auto;
  text-align: center;
  max-width: 88%;
}

.valueproposition .col {
  width: 20%;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: 30px;

}

.card2 {
  position: relative;
  width: 268px;
  height: 321px;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
  background-image: url("../img/company/polygon1.png");
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.6s ease, filter 0.6s ease;
}

.card1 {
  position: relative;
  width: 333px;
  height: 324px;
  border-radius: 16px;
  margin-left: -40px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
  background-image: url("../img/company/polygon.png");
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.6s ease, filter 0.6s ease;
}


.card2:hover,
.card1:hover {
  transform: translateY(-5px);
}

/* Image zoom & fade */
.card2 img,
.card1 img {
  position: absolute;
  top: 46%;
  left: 47%;
  transform: translate(-50%, -50%) scale(1);
  width: 98%;
  opacity: 1;
  transition: transform 0.6s ease, filter 0.6s ease, opacity 0.6s ease;
  z-index: 1;
}

.card2:hover img,
.card1:hover img {
  transform: translate(-50%, -50%) scale(1.1);
  filter: brightness(10%) contrast(80%);
  opacity: 0.4;
  filter: brightness(1.5) blur(5px);
}

.card-content {
  position: absolute;
  bottom: 5px;
  width: 85%;
  padding: 0 30px 0px 20px;
  transition: transform 0.6s ease, opacity 0.6s ease;
  z-index: 3;
  color: #eee;
  font-size: 14px;
  text-align: center;
}

.card-title {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}

/* Bottom gradient bar */
.card-caption-bg {
  position: absolute;
  bottom: -10px;
  transition: transform 0.6s ease;
  content: "";
  left: 0px;
  height: 30%;
  clip-path: polygon(8% 0, 98% 0, 100% 100%, 0% 100%);
  /* Scattered gradient background */
  background: radial-gradient(circle at 45% 0%, rgba(23, 27, 35, 0.9) 0%, rgba(43, 27, 27, 0.6) 90%, rgba(143, 168, 200, 0) 50%);
  position: absolute;
  width: 75%;
  height: 25%;
  left: 4%;
  border-radius: 50% / 10%;
  background: radial-gradient(circle at 40% 40%,
      rgba(47, 26, 26, 0.9),
    );
  filter: blur(15px);
  z-index: 0;
}

.card-caption-bg1 {
  position: absolute;
  bottom: -10px;
  transition: transform 0.6s ease;
  content: "";
  clip-path: polygon(8% 0, 98% 0, 100% 100%, 0% 100%);
  /* Scattered gradient background */
  background: radial-gradient(circle at 45% 0%, rgba(23, 27, 35, 0.9) 0%, rgba(43, 27, 27, 0.6) 90%, rgba(143, 168, 200, 0) 50%);
  position: absolute;
  width: 81%;
  height: 25%;
  left: 1%;
  border-radius: 50% / 10%;
  background: radial-gradient(circle at 40% 60%,
      rgba(47, 26, 26, 0.9),
    );
  filter: blur(15px);
  z-index: 0;

}

/* Sliding paragraph in middle */
.card-hover {
  position: absolute;
  top: 50%;
  left: 14%;
  width: 65%;
  opacity: 0;
  font-size: 0.95em;
  color: #eee;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: translateX(-25%) translateY(-50%);
  transition: transform 0.5s ease, opacity 0.5s ease;
  padding: 0 15px 0px 40px;
  z-index: 1;
}

/* Hover effects */
.card2:hover .card-content,
.card1:hover .card-content {
  transform: translateY(90px);
  opacity: 0;
}

.card2:hover .card-hover,
.card1:hover .card-hover {
  transform: translateX(0) translateY(-50%);
  opacity: 1;

}

.card2:hover p,
.card1:hover p {
  text-align: left;
}

.card2:hover .card-caption-bg1,
.card1:hover .card-caption-bg {
  transform: translateY(100%);
}

/*----------------------------clientle-------------------*/

.clientele {
  padding: 40px 0 0;
  margin-top: 30px;
}

.clientele .container {
  max-width: 88%;
  margin: 0 auto;
  text-align: center;
}

.clientele .container img {
  max-width: 100%;
  margin: 0 auto;
}

.clientele .desc {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .clientele .desc {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

/*----------------------------Our Leadership Team--------------------------*/

.team {
  padding: 40px 0 0;
  margin-top: 30px;
}

.team .container {
  margin: 0 auto;
  text-align: center;
}

.team .desc {
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.team .teamsec {
  background: linear-gradient(135deg, #0c0f16 0%, #0c0f16 100%);
  border-radius: 16px;
  max-width: 100%;
  min-height: 360px;
  color: #bbb;
  border: 1px solid #20232a;
  margin: 0 auto;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.team .teamsec:hover {
  box-shadow: 0 8px 24px rgba(22, 52, 85, 0.4);
}

.team .teamsec img {
  max-width: 300px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;

}

.team .leadname {
  font-size: 16px;
  font-weight: 500px;
  color: #fff;
  padding: 15px 0px 0px;
}

.team .leadjob {
  font-size: 14px;
  font-weight: 500px;
  text-align: center;
  color: #ccc;
}

.team p {
  font-size: 14px;
  font-weight: 500px;
  text-align: center;
  color: #bbb;
  padding: 10px;
}

.team .insta img {
  width: 24px;
}

/*----------------------------Team text slider-------------------------*/

.text-box {
  position: relative;
  width: 465px;
  min-height: 50vh;
  margin-left: -100px;
  border-radius: 12px;
  padding: 10px;
  overflow: hidden;
  transition: background 0.5s ease;
}

.qts {
  float: left;
  margin-top: 25px;
}

.qts img {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.insta {
  float: right;
  font-size: 18px;
  color: #bbb;
  font-weight: 600;
  padding: 15px 25px;
}

.teamsec .paragraph {
  position: absolute;
  left: 20px;
  right: 5px;
  top: 50px;
  transition: transform 0.6s ease, opacity 0.4s ease;
  line-height: 1.6;
  text-align: right;
}

.sec2 .teamsec .paragraph {
  right: 20px;

}

/* First paragraph visible by default */
.para1 {
  transform: translateX(0);
  opacity: 1;
}

/* Second paragraph hidden initially */
.para2 {
  transform: translateX(100%);
  opacity: 0;
  text-align: right;
}

/* Hover effect */
.text-box:hover .para1 {
  transform: translateX(-100%);
  opacity: 0;
}

.text-box:hover .para2 {
  transform: translateX(0);
  opacity: 1;
}

/* Bullet lines at bottom */
.lines {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.sec2 .lines {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.line {
  width: 25px;
  height: 3px;
  background: #555;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.line.active {
  background: #fff;
}

/* Fixed name label */
.teamsec .name {
  position: absolute;
  bottom: 25px;
  left: 40%;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  pointer-events: none;
  text-align: right;
  min-width: 250px;

}

.teamsec .name .leadname {
  text-align: right;
  padding-bottom: 5px;
}

.teamsec .name .leadjob {
  text-align: right;
}

.team .sec2 {
  max-width: 95%;
  margin: 0 auto;
  margin-bottom: 20px;
}



/*------------------technology leaders--------------------*/
.teamtech {
  max-width: 80%;
  margin: 0 auto;
  padding-top: 20px;
}

.teamtechsec {
  background: linear-gradient(135deg, #0c0f16 0%, #0c0f16 100%);
  border-radius: 16px;
  max-width: 100%;
  min-height: 86.1vh;
  color: #bbb;
  border: 1px solid #20232a;
  margin: 0 auto;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
}

.teamtechsec img {
  width: 100%;
  border-radius: 16px;
  max-width: 100%;
}

.teamtechsec .leaddetails {
  margin-top: -40px;
}

.teamtechsec .leadname,
.teamtechsec .leadjob {
  font-size: 16px;
  font-weight: 600;
}

.teamtechsec .desc {
  margin-top: 5px;
  font-size: 14px;
  padding: 15px 15px 5px;
}

@media (max-width: 1450px) {

  .text-box {
    width: 100%;
    min-height: 500px;
    border-radius: 12px;
    padding: 0px 20px;
    margin: 0 auto;
  }

  .sec2 .text-box {
    width: 100%;
    min-height: 600px;
    border-radius: 12px;
    padding: 0px 20px;
    margin: 0 auto;
  }

  .teamsec .name {
    left: 15%;
    margin-bottom: 50px;
  }

  .team .sec2 .teamsec .name {
    left: 5%;
    margin-bottom: 50px;
  }

  .lines {
    bottom: 20px;
  }

  .sec2 .lines {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
  }

  .sec2 {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .team .teamsec img {
    border: 1px solid #222;
  }

  .text-box {
    width: 100%;
    min-height: 400px;
    border-radius: 12px;
    padding: 0px 20px;
    margin: 0 auto;
    overflow: hidden;
    transition: background 0.5s ease;

  }

  .team .sec2 .text-box {
    width: 100%;
    min-height: 450px;
    border-radius: 12px;
    padding: 0px 20px;
    margin: 0 auto;
  }

  .qts {
    float: left;
    margin-top: 20px;
  }

  .qts img {
    width: 25px;
    height: 25px;
  }

  .insta {
    padding: 15px 25px;
  }

  .teamsec .paragraph {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 60px;
    transition: transform 0.6s ease, opacity 0.4s ease;
    line-height: 1.6;
    text-align: left;
  }

  .teamsec .name {
    left: 40%;
    bottom: 50px;
  }

  .team .sec2 .teamsec .name {
    left: 35%;
    bottom: 50px;
  }

}

@media (max-width: 991px) {

  .teamsec .name {
    left: 18%;
    bottom: 20px;
  }

  .team .sec2 .teamsec .name {
    left: 15%;
    bottom: 20px;
  }

  .team .sec2 .teamdesc {
    padding-bottom: 20px;
  }

  .team .sec2 .text-box {
    min-height: 500px;
  }

  .teamsec .paragraph {
    font-size: 13px;
  }

  .team .leadname {
    font-size: 14px;
    padding: 10px 0px 10px;
  }
}

@media (max-width: 768px) {
  .team .teamsec img {
    max-width: 100%;

  }

  .text-box {
    min-height: 450px;
  }

  .teamsec .name {
    left: -10%;
    text-align: center;
    margin-top: 50px;
  }

  .team .sec2 .text-box {
    min-height: 550px;
  }

  .team .sec2 .teamsec .name {
    left: -15%;
  }
}

@media (max-width: 680px) {
  .text-box {
    min-height: 550px;
  }

  .team .sec2 .text-box {
    min-height: 630px;
  }
}

@media (max-width: 620px) {
  .text-box {
    min-height: 550px;
  }

  .team .sec2 .text-box {
    min-height: 650px;
  }

}

@media (max-width: 576px) {
  .text-box {
    min-height: 350px;
  }

  .teamsec .name {
    left: 43%;
  }

  .team .sec2 .teamsec .name {
    left: 43%;
  }

  .team .sec2 .text-box {
    min-height: 400px;
  }

  .team .teamsec img {
    max-width: 100%;


  }

  .team .teamsec .teamimg img {
    width: 100%;
  }

  .teamtechsec {
    min-height: 50vh;
  }
}

@media (max-width: 480px) {
  .text-box {
    min-height: 380px;
  }

  .teamsec .name {
    left: 35%;
  }

  .team .sec2 .text-box {
    min-height: 420px;
  }

  .team .sec2 .teamsec .name {
    left: 35%;
  }

  .teamtech {
    max-width: 100%;
  }

  .teamtechsec .leadjob {
    padding: 0px 10px;
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .text-box {
    min-height: 400px;
  }

  .teamsec .name {
    left: 25%;
  }

  .team .sec2 .text-box {
    min-height: 450px;
  }

  .team .sec2 .teamsec .name {
    left: 25%;
  }

}

@media (max-width: 390px) {
  .text-box {
    min-height: 400px;
  }

  .team .sec2 .text-box {
    min-height: 480px;
  }

  .teamsec .name {
    left: 20%;
  }

  .team .sec2 .teamsec .name {
    left: 15%;
  }

  .team .teamsec img {
    margin-top: 0px;
    border: none;
  }

  .team .sec2 .teamsec img {
    width: 100%;
  }
}


@media (max-width: 360px) {
  .team .sec2 .text-box {
    min-height: 550px;
  }

  .team .sec2 .teamsec .name {
    left: 8%;
  }

  .teamsec .name {
    left: 10%;
  }
}

@media (max-width: 340px) {
  .text-box {
    min-height: 440px;
  }

  .team .sec2 .text-box {
    min-height: 540px;
  }


}

@media (max-width: 330px) {

  .team .sec2 .text-box {
    min-height: 550px;
  }

  .team .sec2 .teamsec .name {
    left: 5%;
  }

  .teamsec .name {
    left: 8%;
  }
}

/*----------------------------Quality-------------------------*/

.Quality {
  padding: 40px 0 0;
  margin-top: 10px;

}

.Quality .container {
  margin: 0 auto;
}

.qualityoutsec {
  background: linear-gradient(135deg, #050e19 0%, #050c17 100%);
  border-radius: 16px;
  max-width: 100%;
  min-height: 86.1vh;
  color: #bbb;
  border: 1px solid #20232a;
  margin: 0 auto;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
  padding: 80px;
  text-align: left;
}

.Quality .qualityhead {
  font-size: 26px;
  color: #bbb;
  padding-bottom: 10px;
}

.Quality p {
  color: #bbb;
}

.Quality .desc {
  max-width: 90%;
}

.Quality .qualitysec {
  background: linear-gradient(135deg, #0c0f16 0%, #0c0f16 100%);
  border-radius: 16px;
  max-width: 100%;
  padding: 30px;
  color: #bbb;
  border: 1px solid #20232a;
  margin: 0 auto;
  transition: all 0.3s ease;
  margin-top: 45px;
}

.Quality .qualitysec:hover {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.5);
}

.qualitysec h3 {
  text-align: left;
  background: linear-gradient(90deg, #eee 0%, #999 40.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.qualitysec ul li {
  margin-top: 20px;
  list-style: disc;
  color: #eee;
  font-weight: 400;
}

ul.custom-list li::marker {
  color: #0CC7F6;


}

.Quality .qualitysec2 {
  background: linear-gradient(135deg, #0c0f16 0%, #0c0f16 100%);
  border-radius: 16px;
  max-width: 100%;
  padding: 30px;
  color: #bbb;
  border: 1px solid #20232a;
  margin: 0 auto;
  transition: all 0.3s ease;
  text-align: center;
  margin: 20px;
  font-weight: 500px;
  margin-top: 14%;
}

.Quality .qualitysec2:hover {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.5);
}

.Quality .qualitysec2 img {
  width: 100%;
  padding-top: 40px;
}

.Quality .qualitysec2 p {
  font-size: 16px;
  background: linear-gradient(90deg, #999 0%, #eee 40.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-align: center;
  margin-top: -40px;
}

@media (max-width: 991px) {
  .qualityoutsec {
    padding: 30px;
  }

  .Quality .qualitysec2 {
    padding: 20px;
    margin: 0px;
    margin-top: 30px;
  }

  .Quality .qualitysec2 p {
    font-size: 14px;
    margin-top: -70px;
  }

  .Quality .custom-list {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .Quality .qualitysec2 p {
    font-size: 13px;
    margin-top: -30px;
  }

  .Quality .custom-list {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .Quality {
    padding: 10px 0 0;
    margin-top: 0px;

  }

  .Quality .container {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .Quality .qualitysec2 img {
    padding-top: 30px;
  }
}

/*------------------------------testimonial-----------------*/
.testimonial-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.testimonial-container {
  display: flex;
  width: 93%;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(90deg, #181d28 0%, #4b4e56 100%);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}

/* LEFT PANEL */
.left-panel {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #181d28;
  margin: 0 auto;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #0e1621 0%, #4b4e56 100%);
  width: 100%;
  padding: 1% 2%;

}

.sticky-title {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 3;
}

.sticky-title h2 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  margin: 0;
}

.sticky-title h3 {
  color: #00aaff;
  font-weight: 600;
  margin: 5px 0 0;
  font-size: 20px;
  padding-left: 50px;
}

.image-wrapper {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0px;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  margin-top: 20px;
  bottom: 0px;
}

.image-wrapper.active {
  opacity: 1;
}

/* RIGHT PANEL */
.right-panel {
  flex: 1.5;
  position: relative;
  text-align: right;
  overflow: hidden;
  background: linear-gradient(135deg, #141922 0%, #0e131c 100%);
  max-width: 100%;
  padding: 7% 5% 8%;
  color: #bbb;
  border: 1px solid #181d28;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.quote-icon {
  position: absolute;
  top: 40px;
  left: 60px;
  font-size: 48px;
  color: #00aaff;
  opacity: 0.8;
}

.quote-icon img {
  max-width: 50px;
}

.testimonial-wrapper {
  position: relative;
  min-height: 320px;
}

.testimonial {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
  pointer-events: none;
}

.testimonial.active {
  opacity: 1;
  pointer-events: all;
}

.testimonial .heading {
  font-weight: 600;
  color: #b3b8c2;
  margin-bottom: 20px;
  font-size: 20px;
}

.testimonial p {
  color: #9ba1ac;
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 30px;
}

.name {
  color: #cfd4df;
  font-weight: 600;
  font-size: 16px;
}

.designation {
  color: #8b8f97;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

/* DOTS */
.dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #444;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.dot.active {
  background-color: #00aaff;
}

@media (max-width:1200px) {
  .right-panel {
    min-height: 115vh;
  }

  .testimonial-wrapper {
    position: relative;
    margin-top: 70px;
    min-height: 100%;
  }

  .image-wrapper img {
    width: auto;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: -30px;
  }
}

@media (max-width:1025px) {
  .right-panel {
    min-height: 53vh;
  }
}

@media (max-width: 992px) {

  .testimonial-container {
    flex-direction: column;
  }

  .left-panel {
    position: relative;
    min-height: 60vh;
    padding: 0px;
    padding-top: 0px;
  }

  .left-panel,
  .right-panel {
    width: 100%;
    flex: none;
  }

  .sticky-title {
    top: 20px;
    left: 20px;
  }

  .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
  }

  .image-wrapper img {
    width: auto;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .quote-icon {
    left: 30px;
    top: 20px;
  }

  .right-panel {
    position: relative;
    padding: 40px 20px;
    min-height: 50vh;
    text-align: left;
    overflow: visible !important;
  }

  .testimonial-wrapper {
    position: relative;
    margin-top: 70px;
    overflow: visible !important;

  }
}

@media (max-width: 768px) {
  .right-panel {
    min-height: 50vh;
  }
}

@media (max-width: 576px) {
  .right-panel {
    min-height: 55vh;
  }
}

@media (max-width: 520px) {
  .right-panel {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .right-panel {
    min-height: 95vh;
  }
}

@media (max-width: 420px) {
  .right-panel {
    min-height: 106vh;
  }
}

@media (max-width: 390px) {
  .right-panel {
    min-height: 150vh;
  }
}


/*------------------------------life at Tosil--------------*/
.Lifeattosil {
  padding: 40px 0 0;
}

.Lifeattosil .container {
  max-width: 82%;
  margin: 0 auto;
}

.Lifeattosil .lifehead {
  color: #efefef;
  font-size: 16px;
  margin-bottom: 20px;
}

.Lifeattosil .lifehead {
  color: #efefef;
  font-size: 16px;
  margin-bottom: 20px;
}

.Lifeattosil .container1 {
  max-width: 95%;
  margin: 0 auto;
  margin-right: 0%;
}

.Lifeattosil .inr-title1 {
  font-size: 35px;
}

/*--------------------image slider---------------------*/
.wrapper {
  height: 60%;
  padding: 10px;
  margin-bottom: 100px;
  margin-right: -5%;
}


.slick-slider {
  min-width: 0;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: flex;
  align-items: flex-start;
}

.slider {
  position: relative;
  padding: 0px 60px;
}

.slider .slick-arrow {
  position: absolute;
  top: 100%;
  margin: 30px 0px 50px 0px;
  z-index: 10;
  font-size: 0;
  width: 40px;
  height: 40px;
  border: none;
}

.slider .slick-arrow.slick-prev {
  left: 70px;
  background: url("../img/company/btnPrev.png") 0 0 / 100% no-repeat;
}

.slider .slick-arrow.slick-next {
  left: 130px;
  background: url("../img/company/btnNext.png") 0 0 / 100% no-repeat;
}

.slider .slick-arrow.slick-disabled {
  opacity: 0.2;
}

.slider__item {
  padding: 0px 10px;
}

.slider__item img {
  max-width: 100%;
}

/*--------------------------responsive common-----------------*/
@media (max-width: 991px) {
  .our-mission {
    margin-top: 10px;
  }

  .valueproposition {
    margin-top: 5px;
  }

  .valueproposition .container {
    max-width: 95%;
  }

  .valueproposition .cards {
    justify-content: center;
  }

  .valueproposition .card1,
  .valueproposition .card2 {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .valueproposition .col {
    width: 33.33%;
  }

  .visioncard {
    margin-top: 10px;
  }

  .rocket {
    display: none;
  }

  .team .teamsec {
    margin-top: 10px;
  }

  .Quality .desc {
    max-width: 100%;
  }

  .Lifeattosil .inr-title1 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .wrapper {
    padding: 50px 10px;
  }

  .slider {
    padding: 0px 40px;
  }

  .inr-title {
    font-size: 26px;
    line-height: 28px;
  }

  .inr-title1 {
    font-size: 23px;
    line-height: 25px;
  }

  .valueproposition .col {
    width: 100%;
  }

  .Lifeattosil .inr-title1 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 480px) {
  .Lifeattosil .inr-title1 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 0px;
  }

  .wrapper {
    padding: 30px 10px;
    margin-right: 0%;
  }
}

@media (max-width: 360px) {
  .Lifeattosil .inr-title1 {
    font-size: 18px;
    line-height: 22px;
  }
}