.vision-heading2 h4 span {
    color: var(--Brand-Red,#F00);
    font-family: var(--font-transducer);
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.vision-heading2 h4{
    font-family: var(--font-transducer);
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.sec-title h2{
	font-size: 20px;

}

.pageTitle-wrap1 h1{
	display: block;
	color: #000;
	grid-gap: 10px;
	margin-top: -78px;
}


/*.lightbox-image-img img{
height: 487px;
    width: 137px;
    object-fit: cover;
      clip-path: polygon(0 0,100% 22%,100% 100%,0 78%);
    overflow: hidden;

}

.lightbox-image21 img{
	height: 487px;
    width: 137px;
    object-fit: cover;
      clip-path: polygon(0 0,100% 22%,100% 100%,0 78%);
    overflow: hidden;
    
    margin-top: -341px;
    margin-left: 167px;
}*/





.bg-gredient1{
    background-color: #f1f4f9;
}


.text-light2 {
    --bs-text-opacity: 1;
    color: rgb(63 73 84) !important;
}





  .card-container-line {
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap;
      gap: 10px;
      padding: 82px;
    }

    .card {
      flex: 1;
     /* min-width: 180px;
      max-width: 220px;*/
/*      background-color: #f5f5f5;
*/      border-radius: 10px;
/*      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
*/      text-align: center;
      padding: 20px;
    }

    .card img {
      max-width: 80px;
      margin-bottom: 15px;
      margin-left: 50px;

    }

    .card h3 {
      margin: 10px 0 10px;
      font-size: 18px;
      color: #333;
    }

    .card p {
      font-size: 14px;
      color: #555;
    }

      /* Mobile friendly horizontal scroll for nav */
  @media (max-width: 767px) {
   /* .navigation-landscape {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }*/
    .nav-menu {
      display: flex;
      flex-wrap: nowrap;
    }
    .nav-menu > li {
      white-space: nowrap;
    }
    /* Hide all dropdowns by default on mobile */
    .nav-dropdown {
      display: none;
    }
  }

  .card img {
  transition: transform 0.5s ease;
}

.card:hover img {
  transform: rotate(360deg);
}


