
   /*heading*/
   .allTrends {
     margin: 20px 8px;
     line-height: 1.4;
   }

   h2.heading {
     font-size: 35px;
     margin-top: 10px;
     margin-bottom: 10px;
     color: #0E5283;
     border-bottom: 2px solid red;
     display: inline-block;
   }

   h4.subheading {
     font-size: 25px;
     margin-bottom: 5px;
     color: #0E5283;
   }

   .circle {
     background-color: #04234f;
     color: #fff;
     border-radius: 20px;
     border: 2px solid #000;
     display: inline-block;
     text-align: center;
     margin: 10px;
     line-height: 1.5;
     font-size: 13px;
     padding: 20px;
   }

   .allTrends a {
     color: #0E5283;
     font-weight: bold;
     font-style: italic;
     text-decoration: none;
     font-size: 12px;
   }

   .link {
   text-align: left;
     font-size: 16px;
   }

   .inner-text {
     text-align: justify;
     font-weight: bold;
   }

   hr {
     height: 3px;
     background-color: #000000;
     margin: 25px 0;
   }

   .subheadingtext {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 20px;
   }

   .textColumn {
     flex: 1;
     font-size: 16px;
   }

   .hexagon img{
    width: 200px;
  
   }
  

   /*  Image */
   .imageColumn img {
     width: 250px;
     border: 2px solid #000;
   }

   /*industrial automation*/
   .image img {
     width: 250px;
     border: 2px solid #000;
   }

   /*augmented reality*/
   .info-columns {
     display: flex;
     gap: 20px;
   }

   .column {
     display: flex;
     flex-direction: column;
     padding: 10px;
     box-sizing: border-box;
   }

   .subheading {
     font-size: 18px;
     margin-bottom: 10px;
   }
   .text {
     font-size: 16px;
     text-align: justify;
   }

   /*advirtsment css*/
   .alladverisement {
  margin: 20px 8px;
  line-height: 1.4;
}


.ad-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}

.ad-box {
  width: 200px; 
  border: 1px solid #000;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.ad-box img {
  width: 100%; 
  height: 250px; 
  object-fit: cover; 
  display: block;
  padding: 5px;
}

figcaption {
  font-size: 14px; 
  color: #333; 
  font-weight: bold;
  text-align: center; 
}
  
   /*  responsive */
@media (max-width: 1115px) {
  .allTrends {
    padding: 0px 16px;
  }
}

@media (max-width: 937px) {
  .subheadingtext {
    flex-direction: column; 
    text-align: center;
  }
 
  .allTrends {
    padding: 0px 12px;
  }
  h2.heading {
    font-size: 28px; 
  }
  h4.subheading {
    font-size: 20px;
  }
  .circle {
    width: 300px; 
  }
  .text{
    text-align: left;
  }

}

@media (max-width: 769px) {
  .subheadingtext {
    flex-direction: column; 
    text-align: center;
  }
  .circle {
    margin: 10px auto;
  }
  .text{
    text-align: left;
  }

  .imageColumn img {
    width: 200px; 
  }
  .allTrends {
    margin: 10px;
  }
}
  @media (max-width: 700px){
.info-columns{
  display: flex;
  flex-direction: column;
}
.inner-text{
  text-align: left;
}
  }
  @media (max-width: 480px){
  h4.subheading {
      font-size: 16px;
  }
  .link {
    padding-left: 1%;
    font-size: 16px;
    text-align: left
}
h2.heading{
  font-size: 20px;
}
}



