@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: 980px;
  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: 850px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  top: -100px;
}

@media (max-width:991px) {
  .banner .img-blk img {
    max-width: 850px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    top: 0px;
  }
}

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

#aimlengineering {
 width: 100%;
 height:730px;
 background: url("../img/ai-ml/aimlbg.png") no-repeat center center;
  width: 100%;
  object-fit: fit;background-size: cover;
  position: relative;z-index: -1;
  top: 0px;bottom: 0px;}

/*-----------------banner slider------------------------*/
.img-slider{display:flex;}
.carousel {
  width: 100%;
  max-width: 750px;
  height: 68vh;             /* responsive height */
  max-height: 700px;
  position: relative;
  overflow: hidden;
}

.slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide {
  position: absolute;
  top: 50%;
  left:35%;
  transform-origin: bottom center;
  border-radius: 18px;
  overflow: hidden;
  opacity: 0;
  transition: transform 1s cubic-bezier(.25,.8,.25,1), filter 1s ease,
  opacity 1s ease;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* DOTS */
.dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  display: none;
}

.dot {
  width: 10px;
  height: 10px;
  background: #ffffff40;
  border-radius: 50%;
  transition: .3s;
}

.dot.active {
  background: #fff;
}

/* --- RESPONSIVE TWEAKS FOR SMALL SCREENS --- */
@media (max-width: 600px) {
  .carousel {
    max-width: 100%;
    height: 60vh;
  }
  .dot {
    width: 8px;
    height: 8px;
  }
}
@media (max-width:480px) {
  .carousel {
    max-width: 100%;
    height: 60vh;margin-top: 400px;
  }
  .dot {
    width: 8px;
    height: 8px;
  }
}


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

.services .container {

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

.services .col-sm-3 {
 width:30%
}
.services .col-sm-2 {
 width:20%
}
.aimlservices .desc{
  max-width: 800px;
  margin: 0 auto;
}
.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 bottom;
  background-size: contain;
  position: absolute;
  left: 0;
}
/* ---------- Card ---------- */
.card {
  position: relative;
  width: 100%;
 height: 600px;
  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: 100%;
  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;z-index: 1;
  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: 65%;
  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: 1200px) {
 .services .col-sm-3 {
 width:40%
}
.services .col-sm-2 {
  width:10%
}
}
@media (max-width: 991px) {
 .services .col-sm-3 {
 width:50%
}
.services .col-sm-2 {
  width:100%
}
}
@media (max-width: 768px) {
  .card {
    margin-top: 20px;
  }
   .services .col-sm-3 {
 width:70%; margin: 0 auto;
}
}
@media (max-width: 480px) {
    .services .col-sm-3 {
 width:90%; margin: 0 auto;
}
}
@media (max-width: 390px) {
    .services .col-sm-3 {
 width:100%; margin: 0 auto;
}
}
/*-----------------our development process------------------------*/

.timeline-section {

  display: flex;
  justify-content: center;
  padding: 60px 0 0;
  margin-bottom: 100px;
}

.timeline-section::before {
  content: "";
  width:100%;
  height: 100%;
  background: url(../img/Ellipselt.png) no-repeat left bottom;
  background-size: contain;
  position: absolute;
  left: 0;
}
.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: 230px;
}

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

  .timeline-section {

    margin-bottom: 50px;
  }
}

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


.technologies .container {
  text-align: center;
  max-width: 66%;
}

.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;
    margin-top: 20px;

  }

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

/*----------------------whychoosecsilicon engineering----------------------------*/

.whychoosesilicon {
  padding: 60px 0 80px;
}
.whychoosesilicon::before {
  content: "";
  width:100%;
  height: 100%;
  background: url(../img/glow2.png) no-repeat left;
  background-size: contain;
  position: absolute;
  left: 0;
}
.whychoosesilicon .container {
  margin: 0 auto;
  text-align: center;
  width: 75%;
  padding: 0px 0px 0px 20px;
}

.circlecard {
  position: relative;
  width: 330px;
  height: 400px;
  background: #0e1525;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  margin-top: 50px;
}

.circle,
.circle.outer {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all .8s cubic-bezier(0.17, 0, 0.175, 1);

}

.circle {
  width: 400px;
  height: 400px;
  background: #181e6e;
  left: 5%;
  z-index: 2;
}

.circle.outer {
  width: 460px;
  height: 460px;
  background: rgba(13, 22, 53, 0.8);
  left: 5%;
  z-index: 1;
}

/* ===== Icon ===== */
.circlecard .icon {
  position: absolute;
  top: 35px;
  right: 25px;
  font-size: 20px;
  color: #fff;
  z-index: 3;
  transition: transform 0.6s ease, color 0.6s ease;
}

/* ===== Content ===== */
.content1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  width: 80%;
  text-align: center;
  text-align: right;
  transition: transform 1.5s ease, color 0.6s ease;
}

h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px;
  transition: all 1.3s cubic-bezier(0.77, 0, 0.175, 1);
}

p {
  font-size: 15px;
  color: #c9d1e3;
  line-height: 1.5;

}

/* ===== Hover Effects ===== */
.circlecard:hover .circle,
.circlecard:hover .circle.outer {
  left: 95%;
}

.circlecard:hover .content1 {
  transform: translate(-40%, -50%);
  opacity: 0.95;
  text-align: right;
}

.circlecard:hover .icon {
  transform: scale(1.20);
  color: #aab6ff;
}

@media (max-width: 1400px) {
  .whychoosesilicon .container {
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    align-items: center;
  }

  .circlecard {
    max-width: 280px;
  }
}

@media (max-width: 1200px) {
  .whychoosesilicon .container {
    margin: 0 auto;
    text-align: center;
    max-width: 70%;
    align-items: center;
  }

  .circlecard {
    max-width: 330px;
  }
}

@media (max-width: 991px) {
  .whychoosesilicon .container {
    max-width: 330px;
    padding: 0px;
    margin: 0 auto;
  }
}

@media (max-width: 420px) {
  .whychoosesilicon .container {
    max-width: 300px;
    padding: 0px;
    margin: 0 auto;
  }

  .circlecard {
    max-width: 300px;
    margin-top: 30px;
  }
}

@media (max-width: 340px) {
  .whychoosesilicon .container {
    max-width: 280px;
  }

  .circlecard {
    max-width: 280px;
  }
}