.elementor-9729 .elementor-element.elementor-element-c234408{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9729 .elementor-element.elementor-element-a97ab4e{width:100%;max-width:100%;--image-border-color:#335AA7;--image-border-radius:15px;--image-transition-duration:300ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}@media(min-width:768px){.elementor-9729 .elementor-element.elementor-element-c234408{--content-width:100%;}}/* Start custom CSS for gallery, class: .elementor-element-a97ab4e *//* Outer container with gradient background */
.elementor-widget-gallery .elementor-gallery-item {
  padding: 20px;
  background: linear-gradient(135deg, #182B7E, #335AA7);
  border-radius: 15px;
  overflow: hidden;
}

/* Image block with background image and animation */
.elementor-widget-gallery .e-gallery-image {
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}

/* Hover effect: image scales slightly */
.elementor-widget-gallery .elementor-gallery-item:hover .e-gallery-image {
  transform: scale(1.05);
}/* End custom CSS */