@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: 601px;
  height: auto;
  position: relative;
  border-radius: 8px;
  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: 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;
  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-right: 10px;
  flex-shrink: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.cards-container .card1 h3 {
  margin: 10px 0;
  font-size: 20px;
  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.5s ease;
  /* this moves ALL items together */
}

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

@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 {
  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 ---------- */
.cards {
  margin: 0 auto;
  margin-top: 30px;
}

.card {
  width: 425px;
  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: 55%;
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
}

/* CONTENT AREA */
.card-content {
  position: absolute;
  bottom: 0;
  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-desc {
  font-size: 14px;
  color: #bbb;
  opacity: 1;
  transition: all 1.0s ease;
}

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

.card-list li {
  color: #bbb;
  margin: 15px 0;
  text-align: left;
  font-size: 14px;
  opacity: 0;
  transform: translate(-60%, 0);
  transition: transform 2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card-list li::marker {
  color: #00bfff;
}

/* Hover Effects */
.card:hover .card-img {
  transform: translateY(-58%);
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

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

.card:hover .list1 .card-list {
  opacity: 1;
  transform: translateY(160px);
}

.card:hover .list2 .card-list {
  opacity: 1;
  transform: translateY(115px);
}

.card:hover .list3 .card-list {
  opacity: 1;
  transform: translateY(0px);
}

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

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

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

.card:hover .list3 .card-title {
  transform: translateY(-260px);
  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;
}

@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) {
  .card:hover .list1 .card-list {
    opacity: 1;
    transform: translateY(160px);
  }

  .card:hover .list2 .card-list {
    opacity: 1;
    transform: translateY(80px);
  }

  .card:hover .list3 .card-list {
    opacity: 1;
    transform: translateY(0px);
  }


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

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

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

@media(max-width:420px) {
  .card:hover .list1 .card-list {
    opacity: 1;
    transform: translateY(180px);
  }

  .card:hover .list2 .card-list {
    opacity: 1;
    transform: translateY(110px);
  }

  .card:hover .list3 .card-list {
    opacity: 1;
    transform: translateY(20px);
  }

}

@media(max-width:360px) {
  .card-title {
  font-size: 1.2rem;  
}

  .card:hover .list1 .card-list {
    opacity: 1;
    transform: translateY(170px);
  }

  .card:hover .list2 .card-list {
    opacity: 1;
    transform: translateY(80px);
  }

  .card:hover .list3 .card-list {
    opacity: 1;
    transform: translateY(30px);
  }
}

@media(max-width:350px) {
  .card:hover .list1 .card-title {
    transform: translateY(-340px);   
  }

  .card:hover .list2 .card-title {
    transform: translateY(-340px);
    
  }
.card:hover .list2 .card-list {
    opacity: 1;
    transform: translateY(110px);
  }
  .card:hover .list3 .card-title {
    transform: translateY(-280px);
   
  }
 
}
@media(max-width:340px) {
    .card-title {
  font-size: 1.0rem;  
}
  .card:hover .list1 .card-title {
    transform: translateY(-360px);   
  }
.card:hover .list1 .card-list {
    opacity: 1;
    transform: translateY(150px);
  }
 .card:hover .list2 .card-title {
    transform: translateY(-360px);    
  }
  .card:hover .list2 .card-list {
    transform: translateY(90px);
  }
.card:hover .list3 .card-title {
    transform: translateY(-260px);
   
  }
}
/*----------------------whychoosec TOSIL for ASIC & Edge AISolutions----------------------------*/

.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: 40px 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;
  }
}