@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;
  padding: 8px 16px;
  text-transform: uppercase;
  display: inline-flex;letter-spacing: 2px;
}

.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: 0 auto  ; 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;
  }
}



 .gradient-txt {
  background: linear-gradient(90deg, #0A65B0 0%, #0aadd6 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 {
width: 650px;
  height: auto;
  position: relative;
  border-radius: 8px;
  text-align: left;
}

.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: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;margin-top: -50px;

}

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

    /* ===== Container ===== */
    .cards-wrap {
      display: flex;
      gap: 20px;
      width: 100%;
      max-width: 1400px;
    }
.banner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url('../img/Eclipse1.png') no-repeat left bottom;
  background-size: contain;
  position: absolute;
  left: 0;
}
 .card {
      position: relative;
      width: 250px;
      height: 550px;
      padding: 40px 34px;
      border-radius: 28px;
      background:
        linear-gradient(135deg,
          rgba(255, 255, 255, 0.12) 0%,
          rgba(255, 255, 255, 0.05) 35%,
          rgba(255, 255, 255, 0.00) 60%),

        linear-gradient(160deg,
          #23384f 0%,
          #162c45 35%,
          #0e2137 65%,
          #08192b 100%);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .10),
        0 30px 70px rgba(0, 0, 0, .45);

      overflow: hidden;

      flex: 1;
      transition:
        height .7s ease,
        flex .7s ease,
        transform .7s ease;


    }

   /* Hover: height decrease */
    .card:hover {
      height: 368px;
    }

    /* Neighbour cards shrink */
    .cards-wrap:hover .card {
      flex: 0.8;
    }

    /* Hovered card expands */
    .cards-wrap:hover .card:hover {
      flex: 2;
      z-index: 2;
    }

    /* ===== CENTER THE HOVERED CARD ===== */
    .cards-wrap {
      justify-content: center;
    }

    /* Move hovered card toward center */
    .cards-wrap:hover .card:hover {
      transform: translateY(70px);
    }

    .card .light {
      width: 560px;
      height: 550px;
      position: absolute;
      top: -25px;
      left: -250px;

      background: linear-gradient(185deg,
          rgba(255, 255, 255, 0.28),
          rgba(255, 255, 255, 0.14),
          rgba(255, 255, 255, 20));

      clip-path: polygon(0% 60%, 100% 0%, 110% 70%);
      border-bottom-left-radius: 80px;
      /* smooth left-bottom corner */

      filter: blur(32px);
      opacity: 0.07;
      transform-origin: 70% 30%;
      transform: rotate(-40deg);
      transition: transform 0.9s cubic-bezier(.22, .61, .36, 1);

    }

    /* hover rotation */
    .card:hover .light {
      transform: rotate(-100deg);
    }


    /* ===== Text ===== */
    .card-content {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 100%;
      pointer-events: none;
      /* optional */
    }

    .card h3 {
      font-size: 24px;
      margin-bottom: 18px;
    }

    .card p {
      font-size: 15px;
      line-height: 1.6;
      opacity: .85;
      margin-bottom: 14px;color: #bbb;font-weight: 400;
    }

    .card strong {
      color: #ccc;font-size: 15px;
    }

    /* ===== Neighbor shrink ===== */
    .cards-wrap:hover .card {
      flex: 0.9;
    }

    .cards-wrap:hover .card:hover {
      flex: 2;
    }

   
/* Tablets */
@media (max-width: 1100px){
  .cards-wrap{
   flex-direction: column;
    align-items: center;
    gap: 22px;
  }
  .card{
    width: 100%;
    max-width: 420px;
    height: auto;
    min-height: 420px;
  }

  .cards-wrap:hover .card:hover{
    transform: none;
  }
}

/* Mobile */
@media (max-width: 768px){
  body{
    padding: 24px;
  }

  .cards-wrap{
    flex-direction: column;
    align-items: center;
    gap: 22px;
  }

  .card{
    width: 100%;
    max-width: 420px;
    height: auto;
    min-height: 420px;
  }

  .card:hover{
    height: auto;
  }

  .cards-wrap:hover .card,
  .cards-wrap:hover .card:hover{
    flex: 1;
    transform: none;
  }
}

/* Small phones */
@media (max-width: 480px){
  .card{
    padding: 28px 24px;
  }

  .card h3{
    font-size: 18px;
  }

  .card p{
    font-size: 13px;
  }
}

@media (max-width: 768px) {

  .banner {
    padding-top: 60px;
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
    height: auto;

  }

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

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

@media (max-width: 520px) {
  .banner {
    margin-top: 150px;

  }
}

@media (max-width: 420px) {
  .banner {
    margin-top: 200px;

  }
}

@media (max-width: 390px) {
  .banner {
    margin-top: 250px;

  }
}

@media (max-width: 370px) {
  .banner {
    margin-top: 300px;

  }
}

@media (max-width: 370px) {
  .banner {
    margin-top: 300px;

  }
}

@media (max-width: 350px) {
  .banner {
    margin-top: 350px;
  }
}

@media (max-width: 320px) {
  .banner {
    margin-top: 400px;

  }
}

/*-----------------industriaoliot------------------------*/


.industrialiot {
  padding: 60px 0 0;
}

.industrialiot .container {
  margin: 0 auto;
}

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

.industrialiot {
  z-index: 10000px;
  position: relative;
  background-repeat: no-repeat;
  background: url('../img/Ellipsert.png') no-repeat right bottom;
  background-size: contain;
}

.industrialiot::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url('../img/Eclipse1.png') no-repeat left bottom;
  background-size: contain;
  position: absolute;
  left: 0;
}
.industrialiot .header-text {
  text-align: center;margin-top: 30px;
  margin-bottom: 40px;
}
.cards-layout{
  display:grid;
  grid-template-columns: auto auto;
  gap:30px;
  padding:60px;
  justify-content:center;
  align-items:start;
}
.cards-layout{
  display:grid;
  grid-template-columns: 650px 540px; /* left cards + tall card */
  grid-auto-rows: auto;
  gap: 32px 36px; /* row gap | column gap */
  padding:60px;
  justify-content:center;
  align-items:start;
}
.ic-card,
.ic-card3,
.ic-card4 {
  justify-self: start;
}

/* tall card stays perfectly aligned */
.ic-card2 {
  justify-self: end;
}
/* Tall card (right column spanning 2 rows) */
.cards-layout .ic-card2{
  grid-row: span 2;
}

/* Wide card bottom spanning both columns */
.cards-layout .ic-card5{
  grid-column: span 2;
  justify-self:center;
}

/* ===== Cards ===== */
    .ic-card {
      position: relative;
      width: 580px;
      height: 300px;
      padding: 48px 56px;
      border-radius: 26px;
      overflow: hidden;
      color: #fff;
      background: linear-gradient(145deg, #0b2b46, #061a2f);
      box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
    }

    .ic-card2 {
      position: relative;
      width: 594px;
      height: 630px;
      border-radius: 26px;
      overflow: hidden;
      padding: 40px;
      background: linear-gradient(145deg, #0b2b46, #061a2f);
      box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
      color: #fff;
        display: flex;
  align-items: center; padding-top: 0px;     /* vertical center */
    }

    .ic-card3 {
       position: relative;
  width: 730px;
  height: 300px;
  padding: 48px 56px;
  border-radius: 26px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(145deg, #0b2b46, #061a2f);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .45);

    }


    .ic-card4 {
      position: relative;
      width: 460px;
      height: 300px;
      border-radius: 26px;
      overflow: hidden;
      padding: 40px;
      background: linear-gradient(145deg, #0b2b46, #061a2f);
      box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
      color: #fff;margin-left: 80px;
    }

    .ic-card5 {
      position: relative;
      width: 1225px;
      height: 280px;
      border-radius: 26px;
      overflow: hidden;
      padding: 40px;
      background: linear-gradient(145deg, #0b2b46, #061a2f);
      box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
      color: #fff;margin:0 auto;
    }


    /* ===== Background lights ===== */
    .bg-circle {
      width: 550px;
      height: 550px;
      position: absolute;
      pointer-events: none;
      transition: transform .8s ease;
      opacity: .7;
      background:
        radial-gradient(circle,
          rgba(255, 255, 255, .22) 0%,
          rgba(255, 255, 255, .14) 20%,
          rgba(255, 255, 255, .08) 38%,
          rgba(255, 255, 255, .04) 55%,
          rgba(255, 255, 255, .015) 65%,
          rgba(255, 255, 255, 0) 50%);

    }

    .circle {
      position: absolute;
      border-radius: 50%;
      pointer-events: none;
      transition: transform .8s ease;
      background: radial-gradient(circle at center,
          rgba(255, 255, 255, .1),
          rgba(255, 255, 255, 0));
      opacity: .7;
    }

    .bg-cone {
      position: absolute;
      pointer-events: none;
      transition: transform .8s ease;
      background:
        linear-gradient(145deg,
          rgba(255, 255, 255, .28),
          rgba(255, 255, 255, .14),
          rgba(255, 255, 255, 0));

      clip-path: polygon(0% 100%,
          100% 0%,
          100% 90%);
      width: 560px;
      height: 420px;
      filter: blur(10px);

    }
/* Large circle*/
    .bg-circle.big {

      bottom: -280px;
      left: -200px;
    }

    .bg-circle.big1 {

      bottom: -300px;
      right: -200px;
    }

    .bg-circle.big3 {

      top: -80px;
      left: -250px;
    }

    /* Cone */
    .bg-cone.cone1 {
      opacity: 0.1;
      top: -215px;
      left: -250px;      position: absolute;

    }

    .bg-cone.cone3 {
      opacity: 0.051;
      top: -80px;
      right: -250px;      position: absolute;

    }

    /* circle */
    .circle.big {
      width: 700px;
      height: 700px;
      top: -10px;
      right: -220px;
    }

    .circle.big1 {
      width: 450px;
      height: 450px;
      top: -20px;
      left: -200px;
    }

    /* smallcircle */
    .circle.small {
      width: 380px;
      height: 380px;
      bottom: -175px;
      left: -90px;
    }
    .circle.small1 {
      width: 450px;
      height: 450px;
      bottom: -240px;
      right: -200px;
    }


    /*  hover motion */
    /*.....card1..........*/
    .ic-card:hover .big {
      transform: translate(425px, -15px);
    }
    /*.....card2..........*/

    .ic-card:hover .big1 {
      transform: translate(40px, -300px);
    }

    .ic-card:hover .cone1 {
      transform: translate(0px, 130px);
    }
    /*.....card3..........*/

    .ic-card2:hover .circle.big {
      transform: translate(-70px, -50px);
    }

    .ic-card2:hover .circle.small {
      transform: translate(380px, 0);
    }
    /*.....card4..........*/

    .ic-card3:hover .big3 {
      transform: translate(150px, 125px);
    }

    .ic-card3:hover .cone3 {
      transform: translate(-230px, 0);
    }

    /*.....card5..........*/

    .ic-card4:hover .circle.big1 {
      transform: translate(350px, -30px);
    }

    .ic-card4:hover .circle.small1 {
      transform: translate(-120px, -70px);
    }
    /*.....card6..........*/

    .ic-card5:hover .circle.big1 {
      transform: translate(750px, -30px);
    }

    .ic-card5:hover .circle.small1 {
      transform: translate(-120px, 200px);
    }

    .ic-card:hover .ic-content, .ic-card2:hover .ic-content,
    .ic-card3:hover .ic-content, .ic-card4:hover .ic-content,
    .ic-card5:hover .ic-content, .ic-card1:hover .ic-content {
      transform: scale(1.04);
    }
        /* ===== Content ===== */
    .ic-content {
      position: relative;
      z-index: 1;
      transition: transform .8s ease;
    }
  
.ic-card5 .ic-content {
     padding-left: 20px;
    }


.ic-card2 .ic-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 520px;
  text-align: left;
}
   .ic-content h2 {
      margin: 0 0 18px;
      font-size: 26px;
            font-weight: 600;

    }

    .ic-content p {
      font-size: 15px;
      line-height: 1.6;
      opacity: .85;
      margin-bottom: 22px;width: 100%;
    }

   .ic-content ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .ic-content li {
      position: relative;
      padding-left: 08px;
      margin-bottom: 14px;
      font-size: 15px; list-style-image: url("../img/listicon.png");margin-left: 30px;
    }

   .ic-content li::before {
      position: absolute;
      
      left: 0;
      top: 0;
      color: #2ecbff;
      font-weight: bold;
    }

    /*ROBOTiCS and motion control */
.roboticsmotioncontrol {
  padding: 0px;
}

.roboticsmotioncontrol .container {

  margin: 0 auto;
  text-align: center;padding-top: 30px;padding-bottom: 30px;
}

.roboticsmotioncontrol .col-lg-3 {
  padding: 20px;
}

.roboticsmotioncontrol {
  padding: 0px;
  z-index: 10000px;
  position: relative;
  background-repeat: no-repeat;
  background: url('../img/Ellipsert.png') no-repeat right bottom / 650px 650px;
}

.roboticsmotioncontrol::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/Eclipse1.png) no-repeat left;
  background-size: contain;
  position: absolute;
  left: 0;
}
.robocards {
      display: flex;
      gap: 40px;
      justify-content: center;
      padding: 60px;
    }

    /* ===== Robo Card ===== */
    .robocard {
      width: 320px;
      height: 450px;
      border-radius: 26px;
      overflow: hidden;
      background: radial-gradient(circle at top, #0b2b46, #050e1c);
      box-shadow: 0 30px 80px rgba(0, 0, 0, .6);
      position: relative;
      cursor: pointer;
    }

    /* ===== Image ===== */
    .robocard-media {
      position: absolute;
      inset: 0;
      transition: transform 0.7s cubic-bezier(.22, .61, .36, 1);
    }

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

    /* dark overlay */
    .robocard::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to top,
          rgba(0, 0, 0, .85),
          rgba(0, 0, 0, .3),
          rgba(0, 0, 0, .15));
      z-index: 1;
    }

    /* ===== Content ===== */
    .robocard-content {
      position: absolute;
      bottom: -50px;     
      right: 12px;
      z-index: 2;
      color: #fff;text-align: left;padding-left: 25px;
      transition: transform 0.7s cubic-bezier(.22, .61, .36, 1);
    }

    .robocard-content h3 {
      font-size: 22px;
      line-height: 1.35;
      margin-bottom: 12px;
    }

    /* Hidden description */
    .robocard-desc {
      font-size: 15px;
      line-height: 1.6;
      color: #cfd8e3;
      opacity: 0;
      transform: translateY(30px);
      transition:
        opacity 0.6s ease,
        transform 0.6s ease;
    }
.robocard3 .robocard-content {
    bottom: -100px;
    }
    /* ===== Hover Effects ===== */
    .robocard:hover .robocard-media {
      transform: translateY(-150px);
      filter: blur(3px);
    }

    .robocard:hover .robocard-content {
      transform: translateY(-100px);
    }

    .robocard:hover .robocard-desc {
      opacity: 1;
      transform: translateY(0);
    }

    /*-----------hmi--------------------*/

.hmi {
  margin:60px 0 60px;
 
}

.hmi .container {
  margin: 0 auto;
}


.hmi::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/Eclipse1.png) no-repeat left;
  background-size: contain;
  position: absolute;
  left: 0;
}

    .hmicard{
  position:relative;
  width:100%;
  max-width:1400px;
  height:360px;
  margin:auto;
  border-radius:26px;
  overflow:hidden;
  background:linear-gradient(120deg,#0b2a4a,#07182e);
  display:flex;
  align-items:center;
  box-shadow:0 40px 90px rgba(0,0,0,.6);
}

/* LEFT CONTENT */
.hmi-content{
  position:relative;
  z-index:2;
  width:50%;
  padding:60px;
  color:#fff;
}

.hmi-content h2{
  font-size:38px;
  font-weight:600;
  margin-bottom:18px;
}

.hmi-content p{
  max-width:440px;
  line-height:1.7;
  color:#cfd9e3;
  font-size:16px;
}

/* RIGHT IMAGE */
.hmi-image{
  position:absolute;
  inset:0;text-align: right;
}

.hmi-image img{
  width:852px;
  height: 372px;
  object-fit:cover; 
}

/* DARK FADE OVER IMAGE */
.hmicard::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      to right,
      rgba(7,24,46,.95) 0%,
      rgba(7,24,46,.75) 40%,
      rgba(7,24,46,.25) 65%,
      rgba(7,24,46,0) 100%
    );
  z-index:1;
}
/* Lifecycle sec */
.lifecycle-section{
  padding:60px 30px;
  margin: 60px 0;
}
.lifecycle-section {
  padding: 0px;
  z-index: 10000px;
  position: relative;
  background-repeat: no-repeat;
  background: url('../img/Ellipsert.png') no-repeat right bottom / 750px 650px;
}

/* OUTER CARD */
.lifecycle-outercard{
  max-width:1300px;
  margin:auto;
  position:relative;
  border-radius:34px;
  padding:150px 80px;
  overflow:hidden;
  background:
    linear-gradient(145deg, rgba(7,20,40,.95), rgba(4,12,25,.95));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.06),
    0 40px 120px rgba(0,0,0,.8);
}


/* BACKGROUND WAVE IMAGE */
.lifecycle-bg{
  position:absolute;
  top:0;
  left:0;
 max-width:921px;
  height:auto;
  pointer-events:none;
  z-index:0;
}

/* INNER GRID */
.lifecycle-container{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:70px;
}

/* TITLE */
.lifecycle-title{
  font-size:44px;
  line-height:1.25;
  margin-bottom:60px;
}

.lifecycle-title span{
  color:#1fd1ff;
}

/* SMALL CARD */
.lifecycle-smallcard{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  padding:36px;
  backdrop-filter:blur(14px);
}

/* BIG CARD */
.lifecycle-bigcard{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.1);
  border-radius:28px;
  padding:46px;
  backdrop-filter:blur(18px);
}

/* HEADINGS */
.lifecycle-smallcard h3,
.lifecycle-bigcard h3{
  font-size:26px;
  margin-bottom:24px;
}

/* LIST */
.lifecycle-section ul{
  list-style:none;
  padding:0;
  margin:0;
}

.lifecycle-section li{
  position:relative;
  padding-left:12px;
  margin-bottom:22px;
  color:#d2dbea;
  line-height:1.6;
  list-style-image: url("../img/listicon.png");
  margin-left: 30px;
}

.lifecycle-section li::before{
  margin-left: 30px;
  position:absolute;
  left:0;
  top:0;
  color:#1fd1ff;
  font-weight:600;
}

/* RESPONSIVE */
@media(max-width:1000px){
  .lifecycle-outercard{
    padding:60px 40px;
  }
  .lifecycle-container{
    grid-template-columns:1fr;
  }
  .lifecycle-title{
    font-size:34px;
  }
}