@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, #ddd 0%, #999 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 .bnr-left .bnr-btn {
  background-color: #2F30F2;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 15px 20px;
  border-radius: 10px;
  overflow: hidden;
  width: 224px;
  height: 48px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  margin-top: 45px;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.banner .bnr-left .bnr-btn span {
  position: relative;
  z-index: 1;
}

.banner .bnr-left .bnr-btn span::after {
  content: "";
  width: 16px;
  height: 13px;
  display: inline-block;
  margin-left: 13px;
  background: url(../img/btn-icon.svg) no-repeat center;
  background-size: contain;
}

.banner .bnr-left .bnr-btn:hover {

  background: linear-gradient(to bottom, #6b4eff, #3a35ff);
}

.banner .bnr-left .bnr-btn1 {
  background-color: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 15px 20px;
  border-radius: 10px;
  overflow: hidden;
  width: 224px;
  height: 48px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-top: 45px;
  transition: all 0.6s ease;
}

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


.banner .img-blk {
  max-width: 800px;
  height: auto;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  margin-bottom: -100px;
}

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

.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;
}



@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: 65%;
  margin: 0 auto;
  margin-top: -70px;
  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: 1200px) {
  .at-glance-sec {
    margin-top: -200px;
  }
}

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

@media (max-width: 767px) {
  .at-glance-sec {

    margin-top: 50px;

  }
}

@media (max-width: 570px) {
  .at-glance-sec {

    margin-top: 80px;

  }
}

@media (max-width: 520px) {
  .at-glance-sec {

    margin-top: 100px;

  }
}

@media (max-width: 480px) {
  .at-glance-sec {

    margin-top: 180px;
  }
}

@media (max-width: 410px) {
  .at-glance-sec {

    margin-top: 220px;

  }
}

@media (max-width: 360px) {
  .at-glance-sec {

    margin-top: 280px;

  }

}

.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;
}

.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;
}

@media (max-width: 767px) {
  .at-glance-sec .glance-sec .counter-sec #counter {
    padding: 20px 0;
  }
}

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

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

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

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

@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 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;
  font-size: 45px;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, #0CC7F6 0%, #0e1b25 90.87%) 1;
}

.at-glance-sec .glance-sec .counter-sec #counter li .name {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  max-width: 200px;
  min-height: 50px;
}

.at-glance-sec .glance-sec .counter-sec #counter li .name p {
  font-weight: 300;
  font-size: 14px;
}


@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 span.plus:after {
  content: "+";
  display: inline-block;
}

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


/*-----------------our services------------------------*/
.services {
  padding: 60px 0 0;
}

.services .container {

  margin: 0 auto;
  text-align: center;
}

.services .col-lg-3 {
  padding: 20px;
}
.services {
  z-index: 10000px;
  position: relative;
  background-repeat: no-repeat;
  background: url('../img/Ellipsert.png') no-repeat right bottom;
  background-size: contain;
}

.services::before {
  content: "";
  width:100%;
  height: 100%;
  background: url(../img/Ellipselt.png) no-repeat left;
  background-size: contain;
  position: absolute;
  left: 0;
}
/* ---------- Card ---------- */
.card {
  position: relative;
  width: 100%;
  min-height: 590px;
  color: #fff;
  font-weight: normal;
  background: linear-gradient(135deg, #000712 0%, #11161f 100%);
  border-radius: 20px;
  overflow: hidden;
  color: white;
  transition: all 0.6s ease;
  margin-top: 30px;
}

/* ---------- Image ---------- */
.image-container {
  position: relative;
  width: 100%;
  height: 60%;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

/* Gradient overlay */
.image-container .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 17, 31, 0.95) 0%, rgba(10, 17, 31, 0.4) 60%, transparent 100%);
  transition: opacity 0.5s ease;
}

/* ---------- Text Content ---------- */
.card-content {
  position: relative;
  padding: 35px 25px;
  text-align: left;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
}

.card-content h3 {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  max-width: 85%;
  line-height: 28px;
  margin-bottom: 20px;
  transition: transform 0.6s ease;
}

.card-content .desc {
  color: #b9c1d2;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400px;
  transition: all 0.6s ease;
}

/* ---------- Hover List ---------- */
.hover-list {
  position: absolute;
  left: 0;
  width: 100%;
  list-style: none;
  text-align: left;
  padding-left: 25px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.25, 1, 0.3, 1);
}

.hover-list li {
  padding: 6px 0;
  font-size: 13px;
  color: #b9c1d2;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s ease;
  text-align: left;
  line-height: normal;
  list-style: disc;
  line-height: 15px;
  font-weight: normal;
  margin-left: 20px;
}

.card ul li::marker {
  color: #00aaff;
}

/* ---------- Hover Effects ---------- */
.card:hover {
  box-shadow: 0 0 10px rgba(0, 200, 255, 0.2);
}

.card:hover .image-container img {
  transform: scale(1.25);
}

.card:hover h3 {
  transform: translateY(-30px);
}

.card:hover .desc {
  transform: translateY(40px);
  opacity: 0;
}

.card:hover .hover-list {
  opacity: 1;
  transform: translateY(-10);
}

/* Animate list items one by one */
.card:hover .hover-list li {
  opacity: 1;
  transform: translateY(0);
}

.card:hover .hover-list li:nth-child(1) {
  transition-delay: 0.1s;
}

.card:hover .hover-list li:nth-child(2) {
  transition-delay: 0.2s;
}

.card:hover .hover-list li:nth-child(3) {
  transition-delay: 0.3s;
}

.card:hover .hover-list li:nth-child(4) {
  transition-delay: 0.4s;
}

@media (max-width: 768px) {
  .card {
    margin-top: 20px;
  }
}

/*----------------------------service Overview-------------------*/

.overview {
  padding: 40px 0 0;
  margin-top: 30px;
  gap: 20px;
  overflow: visible;
  z-index: 10000px;
  position: relative;
  background-repeat: no-repeat;
  background: url('../img/Ellipsert.png') no-repeat right bottom;
  background-size: contain;
}

.overview .container {
  margin: 0 auto;
  text-align: left;
  display: flex;
}



.overview-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
  transform-origin: top;
  margin-bottom: 30px;
}




/* ---------- Left column (sticky heading) ---------- */
.ltcol {
  flex: 1;
  position: sticky;
  top: 120px;
  align-self: flex-start;
  margin-bottom: 100px;
}


/* ---------- Right column (scrollable content) ---------- */
.rtcol {
  flex: 1;
}


/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .overview .container {
    flex-direction: column;
    gap: 40px;
  }

  .left-col {
    position: relative;
    top: auto;
  }
}

@media (max-width: 520px) {
  .ltcol {
    position: relative;
    top: -10px;
    margin-bottom: 30px;
  }
}

/* smooth bounce animation */
@keyframes outer-bounce {
  0% {
    transform: scaleY(0.94);
  }

  50% {
    transform: scaleY(1.03);
  }

  70% {
    transform: scaleY(0.98);
  }

  85% {
    transform: scaleY(1.01);
  }

  100% {
    transform: scaleY(1);
  }
}

.overview-item.active {
  border-color: rgba(0, 191, 255, 0.3);
  box-shadow: 0 0 24px rgba(0, 191, 255, 0.12);
  animation: outer-bounce 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.overview-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 22px 28px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  gap: 16px;
  position: relative;
}

.overview-header .icon {
  font-size: 24px;
  color: #fff;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), color 0.4s ease;
}

.overview-item.active .overview-header .icon {
  transform: rotate(45deg);
  color: #00bfff;
}

/* open/close content transition */
.overview-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    max-height 1s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.8s ease 0.1s,
    transform 0.9s cubic-bezier(0.25, 1, 0.5, 1);
  padding: 0 28px;
}

.overview-item.active .overview-content {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
  padding-bottom: 24px;
}

.overview-content ul {
  list-style-type: disc;
  padding-left: 24px;
  margin: 10px 0 0 0;
}

.overview-content li {
  color: #cfd8e3;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 8px;
}

.overview-content li::marker {
  color: #00bfff;
}

/*-----------------our development process------------------------*/

.timeline-section {
  display: flex;
  justify-content: center;
  padding: 60px 0 0;
  margin-bottom: 100px;
   z-index: 10000px;
  background-repeat: no-repeat;
  background: url('../img/Ellipselt.png') no-repeat left bottom;
  background-size: contain;
}

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

.timeline-section .desc {
  max-width: 800px;
  margin: 0 auto;
}

.timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 50px;
}

/* Dashed line touches bottom of icons */
.timeline::before {
  content: "";
  position: absolute;
  top: 167px;
  left: 8%;
  right: 8%;
  border-bottom: 3px dashed rgba(255, 255, 255, 1);
  z-index: 0;
}

.timeline-step {
  position: relative;
  width: 16%;
  text-align: center;
  z-index: 2;
}

/* Icon circle */
.timeline-icon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.timeline-icon img {
  width: 147px;
  height: 150px;
}

/* Dark circle (dot) — sits on the line */
.timeline-dot {
  position: absolute;
  top: 168px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: #0a1633;
  border: 3px solid #eee;
  border-radius: 50%;
  z-index: 4;
}

/* Content boxes below the timeline */
.timeline-content {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 20px;
  max-width: 230px;
  margin: 40px auto 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  position: relative;
  min-height: 250px;
}

.timeline-content:hover {
  box-shadow: 0 0 15px rgba(0, 119, 255, 0.3);
}

.timeline-content h3 {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 22px;
  font-weight: 300;
  color: #eee;
  margin-bottom: 30px;
}

.timeline-content p {
  font-size: 14px;
  color: #cfd8e3;
  line-height: 1.5;
  transition: 0.6s;
  font-weight: 300;
}

.timeline-content p:hover {
  transform: translateY(-12px);
}

@media (max-width: 992px) {
  .timeline {
    flex-direction: column;
    align-items: center;
  }

  .timeline {
    flex-direction: column;
    align-items: center;
  }

  .timeline::before {
    display: none;
  }

  .timeline-step {
    width: auto;
    margin-bottom: 50px;
  }

  .timeline-icon {
    margin-bottom: 5px;
  }

  .timeline-dot {
    display: none;
  }

  .timeline-content {
    top: 0;
    margin-top: 15px;
    max-width: 300px;
  }
}

/*----------------------------technologies------------------*/
.technologies {
  padding: 40px 0 0;
  margin-top: 30px;
  padding: 70px;
  background-color: #0d1622;
  width: 100%;
  min-height: 350px;
}

.technologies .container {
  text-align: center;
}

.tech-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
  max-width: 1100px;
  line-height: 1.8;
  margin: 0 auto;
  margin-top: 50px;
}

.tech-item {
  color: #e5e7eb;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  padding: 0 12px;
}

.tech-item::after {
  content: "|";
  position: absolute;
  right: -12px;
  color: #6b7280;
}

.tech-item:last-child::after {
  content: "";
}

@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }

  p {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .tech-item {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .tech-container {
    gap: 12px 16px;
  }

  .tech-item {
    font-size: 0.9rem;
  }
}

/*----------------------whychoosetosil----------------------------*/

.whychoosetosil {
  padding: 60px 0 80px;
}

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

.whychoosetosil .card {
  position: relative;
  width: 77%;
  margin: 0 auto;
  min-height: 350px;
  color: #fff;
  font-weight: normal;
  background: linear-gradient(135deg, #000712 0%, #11161f 100%);
  border-radius: 50px;
  overflow: hidden;
  color: white;
  transition: all 0.6s ease;
  margin-top: 50px;
  padding: 10px;
}

.whychoosetosil .card:hover {
  box-shadow: 0 0 10px rgba(0, 200, 255, 0.2);
}

/* ---------- Text Content ---------- */
.whychoosetosil .card-content {
  position: relative;
  padding: 15px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
}

.whychoosetosil img {
  max-width: 64px;
  margin: 0 auto;
  margin-top: 50px;
}

.whychoosetosil .card-content h3 {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  max-width: 85%;
  line-height: 28px;
  margin: 0 auto;
  margin-bottom: 20px;
  transition: transform 0.6s ease;
}

.whychoosetosil .card-content .desc {
  color: #b9c1d2;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400px;
  transition: all 0.6s ease;
}

.whychoosetosil .card:hover .desc {
  transform: translateY(5px);
  opacity: 1;
}

.whychoosetosil .card:hover h3 {
  transform: translateY(-5px);
}

@media (max-width: 767px) {
  .whychoosetosil .card {
    margin: 0 auto;
    margin-bottom: 50px;
  }
}