.elementor-3412 .elementor-element.elementor-element-4ae439e{--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;--padding-top:120px;--padding-bottom:120px;--padding-left:0px;--padding-right:0px;}.elementor-3412 .elementor-element.elementor-element-9bcb1d8 .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-3412 .elementor-element.elementor-element-9bcb1d8 .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-3412 .elementor-element.elementor-element-9bcb1d8{--titles-container-justify-content:flex-start;--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:0px;--content-transition-duration:800ms;--content-transition-delay:800ms;--galleries-title-color-normal:var( --e-global-color-astglobalcolor2 );--galleries-title-color-hover:var( --e-global-color-astglobalcolor8 );--gallery-title-color-active:var( --e-global-color-astglobalcolor8 );}.elementor-3412 .elementor-element.elementor-element-9bcb1d8 .elementor-gallery-title{font-family:"Inter", Sans-serif;font-weight:500;text-transform:uppercase;--space-between:2px;}.elementor-3412 .elementor-element.elementor-element-9bcb1d8 .elementor-gallery__titles-container{margin-bottom:32px;}@media(max-width:1024px){.elementor-3412 .elementor-element.elementor-element-4ae439e{--padding-top:72px;--padding-bottom:72px;--padding-left:24px;--padding-right:24px;}}@media(max-width:767px){.elementor-3412 .elementor-element.elementor-element-4ae439e{--padding-top:72px;--padding-bottom:72px;--padding-left:16px;--padding-right:16px;}}/* Start custom CSS for gallery, class: .elementor-element-9bcb1d8 */.elementor-gallery__titles-container {
  display: flex;
  gap: 1rem;
}

@media (max-width: 768px) {
  .elementor-gallery__titles-container {
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 1rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    box-shadow: inset -15px 0 10px -10px rgba(200,200,200,0.3);
  }
  
  .elementor-gallery__titles-container::-webkit-scrollbar { display: none; }
  .elementor-gallery-title { flex-shrink: 0; white-space: nowrap; }
}

.elementor-gallery-title {
  position: relative;
  padding: 0.5rem 0;
  color: #999;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

.elementor-gallery-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #333;
  transition: width 0.3s ease;
}

.elementor-gallery-title:hover,
.elementor-gallery-title.elementor-item-active {
  color: #333;
}

.elementor-gallery-title:hover::after,
.elementor-gallery-title.elementor-item-active::after {
  width: 100%;
}

.elementor-gallery-title.elementor-item-active {
  font-weight: 600;
}/* End custom CSS */