 body {
      background: #f8f9fa;
    }

    .gallery-item {
      margin-bottom: 25px;
    }

    .gallery-img {
      width: 100%;
      height: 185px;
      object-fit: cover;
     /* border-radius: 10px;*/
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      cursor: pointer;
    }

    .gallery-img:hover {
      transform: scale(1.05);
      box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    }

    h2 {
      font-weight: 600;
      text-align: center;
      margin-bottom: 30px;
    }
	
	.lb-data .lb-details
 {
     text-align: center;
	 width:90%;
    }