* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}


.text-image,
.img360 {
    width: 100%;
    display: block;
    height: auto;
}


.sm-cards {

    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px #39615F40 inset;

    box-shadow: 0px 4px 4px 0px #39615F40;
    margin: 10px 20px;
    padding: 5px;
    text-align: center;
    border-top: none;
    height: 200px;

}

.row-title,
.feature-number {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    font-family: Inria serif;
    color: #003399;
}

.feature-description {
    font-family: poppins;
    font-weight: 400;
    color: #000000;
    width: 70%;
    text-align: center;
    margin-top: 40px;
    margin-left: 14%;
}


.frame-container {
    position: relative;
    width: 400px;
    /* adjust to fit your frame image */
}

.frame-image {
    width: 100%;
    height: auto;
    display: block;
}

.frame-text {
    position: absolute;
    top: 40%;
    /* adjust based on your frame */
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Poppins', sans-serif;
    /* or any font you like */
    font-size: 20px;
    color: #333;
    text-align: center;
    width: 70%;
    /* adjust to stay within frame borders */
}

.img-container {
    margin-left: 3rem;
}


/* body {
    background: #f3f4f6;
    font-family: "Segoe UI", sans-serif;
  } */

  .card-sec-icons{
    width: 100%;
  }
 .card-sec-main-row-columns{
    display: flex;
    justify-content: center;
 }
  
  .engineering-cards-sec{
    margin-top: 5% !important;
  }
  .v-notch-card {
    position: relative;
    /* width: 360px; */
    /* margin: 120px auto; */
    padding: 100px 30px 30px;
    border-radius: 16px;
    clip-path: polygon(0 0, 0% 0, 50% 100px, 100% 0, 100% 0, 100% 100%, 0 100%);
    text-align: center;
    transition: background 0.4s ease; 
    /* width: 100%; */
    height: 100%;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  }

  .v-notch-card:hover {
    background: rgba(197, 212, 241, 1);
    cursor: pointer; /* optional */
  }
  

  .circle img {
    width: 40px;
    height: 40px;
  }
  
  .v-notch-card h3 {
    margin-top: 5%;
    margin-bottom: 8%;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "Inter", sans-serif;
  }
  
  .v-notch-card p {
    margin-top: 10px;
    font-size: 1rem;
   font-weight: 400;
   font-family: "Poppins", sans-serif;
  }
  
  
  
  .card-wrapper {
    position: relative;
    width: 85%;
  }
  
  .circle {
      position: absolute;
      top: -112px;
      left: 50%;
      transform: translateX(-50%);
      /* background: rgba(197, 212, 241, 1); */
      width: 150px;
      height: 150px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
      box-shadow: 0px 0px 6px 4px rgba(5, 26, 67, 0.1);
      transition: background 0.4s ease; 
  }

  .circle:hover {
    background: rgba(197, 212, 241, 1);
    cursor: pointer; /* optional */
  }
  
  .circle img {
    width: 100px;
    height: 100px;
  }

  .sec-5-main-div{
    margin-bottom: 12% !important;
  }

  .section-title{
    margin-top: 5%;
  }

@media (max-width: 576px) {
    .feature-description {
        font-size: 14px;
        text-align: center;
    }

    .feature-box {
        padding: 10px;
    }

    .img360 {
        margin-top: 20px;
    }
}

@media (max-width: 990px) {

    .text-image,
    .img360 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        width: 80%;

    }

    .image-container {
        margin: 0 auto;
        text-align: center;
        width: 60%;
    }
}

@media(max-width:993px) {
    .img-container {
        margin-left: 0.8rem;

    }

    .image-container {
        width: 90%;
    }
}

@media(min-width:993px) and (max-width:1260px) {
    .sm-cards {
        height: 260px;
    }
}


@media(min-width:320px) and (max-width:991px){
   .card-sec-main-row{
    justify-content: center;
   }

   .card-wrapper{
    width: 50%;
   }


   .v-notch-card {
    position: relative;
    padding: 100px 30px 30px;
    border-radius: 16px;
    clip-path: polygon(0 0, 0% 0, 50% 100px, 100% 0, 100% 0, 100% 100%, 0 100%);
    text-align: center;
    height: fit-content;
   }


   .circle {
    position: relative;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0px 0px 6px 4px rgba(5, 26, 67, 0.1);
   }
   
}




@media (min-width: 320px) and (max-width: 480px) {
  .v-notch-card {
      position: relative;
      padding: 100px 30px 30px;
      border-radius: 16px;
      clip-path: polygon(0 0, 0% 0, 50% 100px, 100% 0, 100% 0, 100% 100%, 0 100%);
      text-align: center;
      height: fit-content;
      width: 181%;
      margin-left: -72px;
  }

  .circle {
    position: relative;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0px 0px 6px 4px rgba(5, 26, 67, 0.1);
}
}


@media (max-width: 320px) {
  .v-notch-card {
      position: relative;
      padding: 100px 30px 30px;
      border-radius: 16px;
      clip-path: polygon(0 0, 0% 0, 50% 100px, 100% 0, 100% 0, 100% 100%, 0 100%);
      text-align: center;
      height: fit-content;
      width: 181%;
      margin-left: -54px;
  }
}