@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: 643px;
  height: auto;
  position: relative;
  border-radius: 8px;
  text-align: center;
  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;
}

.banner .img-blk img {
  max-width: 486px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;

}

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

@media (max-width: 768px) {
  .banner .img-blk {
    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;
  }
}

.cards-container {
  max-width: 100%;
  margin: 0 auto;
  z-index: 1px;
}

.cards-container .card1 {
  background: #0f1a2b;
 border-radius: 20px 20px 0 20px;
  padding: 30px 20px;
  text-align: right;
  transition: transform 0.3s, background 0.3s;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  min-height: 240px;
  max-width: 350px;
  margin: 0 auto;
  align-items: end;
  flex-shrink: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  margin-bottom: 20px;
}

.cards-container .card1:hover {
  background: #121f33;

}

.crdcnt {
  transition: transform 0.5s ease, opacity 0.5s ease;

}

h3 .crdicon img {
  max-width: 50px;
  margin-left: 10px;
  flex-shrink: 0;
  float: left;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.cards-container .card1 h3 {
  margin: 10px 0;
  font-size: 19px;
  color: #1eb8e6;
}

.cards-container .card1 p {
  font-size: 13px;
  line-height: 1.6;
  color: #ccc;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}

.crdcnt {
  gap: 15px;
  transition: transform 0.8s ease;
  /* this moves ALL items together */
}

.card1:hover .crdcnt {
  transform: translateX(-15px);
}

@media (max-width: 768px) {
  .cards-container {
    grid-template-columns: 1fr 1fr;
  }

  .banner {
    padding-top: 60px;
    /* enough to show top content */
    margin-top: 50px;
    /* adjust if needed */
    flex-direction: column;
    /* stack content */
    align-items: center;
    height: auto;

  }

  .banner .bnr-left {
    position: absolute;
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    /* keeps it visible */
    text-align: center;
  }

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

@media (max-width: 520px) {
  .banner {
    margin-top: 150px;
    /* adjust if needed */

  }
}

@media (max-width: 420px) {
  .banner {
    margin-top: 200px;
    /* adjust if needed */

  }
}

@media (max-width: 390px) {
  .banner {
    margin-top: 250px;
    /* adjust if needed */

  }
}

@media (max-width: 370px) {
  .banner {
    margin-top: 300px;
    /* adjust if needed */

  }
}

@media (max-width: 370px) {
  .banner {
    margin-top: 300px;
    /* adjust if needed */

  }
}

@media (max-width: 350px) {
  .banner {
    margin-top: 350px;
    /* adjust if needed */

  }
}

@media (max-width: 320px) {
  .banner {
    margin-top: 400px;
    /* adjust if needed */

  }
}

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

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

.services .col-xl-4 {
  padding: 21px;
  margin: 0 auto;
  align-items: center;
}


.services::before {
  content: "";
  width:100%;
  height: 100%;
  background: url(../img/Ellipselt.png) no-repeat left bottom;
  background-size: contain;
  position: absolute;
  left: 0;
}
.automotive .card-desc {
  text-align: center;
  transition: all 1.0s ease;
  max-width: 600px;
  margin: 0 auto;
}

/* ---------- Card ---------- */
.cards {
  margin: 0 auto;
  margin-top: 30px;
}

.card {
  width: 100%;
  min-height: 420px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  backdrop-filter: blur(11px);
  margin-right: 19px;
  transition: 2.0s ease-in-out;
  margin-bottom: 50px;
}

.card-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  height: 100%;
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
}


.card:hover .card-img {
  transform: translateY(58%);
  filter: blur(23px);
  -webkit-filter: blur(33px);
}

/* CONTENT AREA */
.card-content {
  position: absolute;
  bottom: 140;
  width: 100%;
  text-align: center;
  padding: 20px 10px 28px;
  transition: 2s cubic-bezier(.25, .46, .45, .94);
}

.card-title {
  font-size: 1.45rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #efefef;
  transition: transform 2s ease;
}

.card-list {
  list-style: none;
  margin-top: 18px;
  opacity: 0;
  pointer-events: none;
  position: relative;
  text-align: left;
  margin: 0 auto;
}

.card-list li {
  color: #bbb;
  margin: 15px 0;
  padding-left: 10px;
  font-size: 14px;
  opacity: 0;
  transform: translateY(190px);
  transition: transform 2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card-title {
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}

/*------------------list1---------------------*/

.list1 .card-list {
  max-width: 280px;
}

.list1 .card-title {
  transform: translateY(20px);
}

.card:hover .list1 .card-list {
  opacity: 1;
  transform: translateY(115px);
  list-style-image: url("../img/automotive/listicon.png");

}

.card:hover .list1 .card-title {
  transform: translateY(-200px);
  transition-delay: 0s;
  color: #efefef;
  z-index: 1000;
}

/*------------------list2---------------------*/
.list2 .card-list {
  max-width: 750px;
}

.list2 .card-title {
  transform: translateY(-50px);
}

.card:hover .list2 .card-list {
  opacity: 1;
  transform: translateY(60px);
  list-style-image: url("../img/automotive/listicon.png");

}

.card:hover .list2 .card-title {
  transform: translateY(-330px);
  transition-delay: 0s;
  color: #efefef;
  z-index: 1000;
}

/*------------------list3---------------------*/

.list3 .card-list {
  max-width: 500px;
}

.list3 .card-title {
  transform: translateY(80px);
}

.card:hover .list3 .card-list {
  opacity: 1;
  transform: translateY(100px);
  list-style-image: url("../img/automotive/listicon.png");


}

.card:hover .list3 .card-title {
  transform: translateY(-130px);
  transition-delay: 0s;
  color: #efefef;
  z-index: 1000;
}

/*------------------list4---------------------*/
.list4 .card-list {
  max-width: 750px;
}

.list4 .card-title {
  transform: translateY(-20px);
}

.card:hover .list4 .card-list {
  opacity: 1;
  transform: translateY(80px);
  list-style-image: url("../img/automotive/listicon.png");

}

.card:hover .list4 .card-title {
  transform: translateY(-250px);
  transition-delay: 0s;
  color: #efefef;
  z-index: 1000;
}

/*------------------list5---------------------*/
.list5 .card-list {
  max-width: 750px;
}

.list5 .card-title {
  transform: translateY(40px);
}

.card:hover .list5 .card-list {
  opacity: 1;
  transform: translateY(120px);
  list-style-image: url("../img/automotive/listicon.png");

}

.card:hover .list5 .card-title {
  transform: translateY(-160px);
  transition-delay: 0s;
  color: #efefef;
  z-index: 1000;
}

/* Stagger animation */
.card:hover .card-list li:nth-child(1) {
  transition-delay: .05s;
  transform: translateX(0);
  opacity: 1;
}

.card:hover .card-list li:nth-child(2) {
  transition-delay: .12s;
  transform: translateX(0);
  opacity: 1;
}

.card:hover .card-list li:nth-child(3) {
  transition-delay: .19s;
  transform: translateX(0);
  opacity: 1;
}

.card:hover .card-list li:nth-child(4) {
  transition-delay: .26s;
  transform: translateX(0);
  opacity: 1;
}

.card:hover .card-list li:nth-child(5) {
  transition-delay: .33s;
  transform: translateX(0);
  opacity: 1;
}

.card:hover .card-list li:nth-child(6) {
  transition-delay: .40s;
  transform: translateX(0);
  opacity: 1;
}

/*------------------end---------------------*/
/*----------------------automotive technlology----------------------------*/

.automotive-technology {
  padding: 60px 0 80px;
}
.automotive-technology::before {
  content: "";
  width:100%;
  height: 100%;
  background: url(../img/glow2.png) no-repeat left;
  background-size: contain;
  position: absolute;
  left: 0;
}
.card1 {
  width: 100%;
  min-height: 620px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  backdrop-filter: blur(11px);
  margin-right: 19px;
  transition: 2.0s ease-in-out;
  margin-bottom: 0px;
}

.card1-img {
  position: absolute;
  inset: 0;
  background-size: 100% 100%;width: 70%;
  background-position: center;margin-left: 30%;
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
}


.card1:hover .card1-img {
  transform: translateX(13%);
 
}

/* CONTENT AREA */
.card1-content {
  position: absolute;
  bottom: 20;
  width: 70%;
  text-align: left;
  padding: 20px 10px 28px; transform: translateY(-100px);
  transition: 2s cubic-bezier(.25, .46, .45, .94);
}

.card1-title {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #efefef;
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);

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

.card1-list {
  list-style: none;
  margin-top: 18px;
  opacity: 0;
  pointer-events: none;
  position: relative;
  text-align: left;
  margin: 0 auto;   

}

.card1-list li {
  color: #bbb;
  margin: 15px 0;
  padding-left: 10px;
  font-size: 13px;
  opacity: 0;list-style: none;
  transform: translateY(200px);
  transition: transform 2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
/*------------------list---------------------*/
.list .card1-list {
  max-width:800px;
}
.card1-list h4{font-size: 18px;font-weight: 600;}
.list .card1-title {
  text-align: center;max-width: 800px;transform: translateY(-60px);
}
.list .desc {
  transform: translateY(20px);text-align: center;max-width: 800px;
}
.card1:hover .list .card1-list {
  opacity: 1;max-width: 800px;
 list-style-type: disc;
  transform: translateY(280px);

}

.card1:hover .list .card1-title {
  transition-delay: 0s;
  color: #efefef;
  z-index: 1000;   transform: translateY(-220px);

}

/* Stagger animation */
.card1:hover .card1-list li:nth-child(1) {
  transition-delay: .05s;
  transform: translateX(0);
  opacity: 1;
}

.card1:hover .card1-list li:nth-child(2) {
  transition-delay: .16s;
  transform: translateX(0);
  opacity: 1;
}

.card1:hover .card1-list li:nth-child(3) {
  transition-delay: .25s;
  transform: translateX(0);
  opacity: 1;
}

.card1:hover .card1-list li:nth-child(4) {
  transition-delay: .36s;
  transform: translateX(0);
  opacity: 1;
}
.card1:hover .card1-list li:nth-child(5) {
  transition-delay: .46s;
  transform: translateX(0);
  opacity: 1;
}
.card1:hover .card1-list li:nth-child(6) {
  transition-delay: .56s;
  transform: translateX(0);
  opacity: 1;
}
.card1:hover .card1-list li:nth-child(7) {
  transition-delay: .66s;
  transform: translateX(0);
  opacity: 1;
}
.card1:hover .card1-list li:nth-child(8) {
  transition-delay: .76s;
  transform: translateX(0);
  opacity: 1;
}

.blue-disc-list {
  list-style: none;
  padding-left: 0;
}

.blue-disc-list li {
  position: relative;
  padding-left: 18px; /* control gap here */
  margin-bottom: 10px;
}

.blue-disc-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: radial-gradient(
    circle at top left,
    #8fc9ff,
    #3b82f6,
    #1e40af
  );
}
/*----------------------responsive----------------------------*/
@media(max-width:991px) {
  .cards {
    flex-direction: column;
    align-items: center;
  }

  .services .container {
    max-width: 450px;
  }

  .card {
    width: 100%;
    height: 480px;
    margin-bottom: 10px;
  }
}

@media(max-width:768px) {}

@media(max-width:420px) {}

@media(max-width:360px) {}

@media(max-width:350px) {}

@media(max-width:340px) {}

/*----------------------whychoosec TOSIL for ASIC & Edge AISolutions----------------------------*/

.whychoosesilicon {
  padding: 60px 0 80px;
}
.whychoosesilicon::before {
  content: "";
  width:100%;
  height: 100%;
  background: url(../img/Ellipselt.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: 60px 0 20px;
  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;
  }
}