.elementor-4867 .elementor-element.elementor-element-78a7c9c{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-1a0d866 */.ashok-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 3fr));
  gap: 15px;
  padding: 10px;
}

.ashok-gallery a {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.ashok-gallery img {
  width: 100% !important;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 8px;
}


.ashok-gallery img:hover {
  transform: scale(1.05);
}
 
 /* Force show Elementor Lightbox navigation arrows */
.elementor-lightbox .elementor-swiper-button {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 9999 !important;
}

/* Make the arrow icons visible */
.elementor-lightbox .elementor-swiper-button svg {
  fill: #fff !important; /* Change color if needed */
  width: 40px;
  height: 40px;
}/* End custom CSS */