.elementor-6638 .elementor-element.elementor-element-73173cb{--display:flex;}.elementor-6638 .elementor-element.elementor-element-48dfa0a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-6638 .elementor-element.elementor-element-48dfa0a .elementor-heading-title{font-size:54px;text-transform:uppercase;}.elementor-6638 .elementor-element.elementor-element-e42bb42 .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-6638 .elementor-element.elementor-element-e42bb42 .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-6638 .elementor-element.elementor-element-e42bb42{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;--galleries-title-color-normal:var( --e-global-color-cf377ef );}.elementor-6638 .elementor-element.elementor-element-e42bb42 .elementor-gallery-title{font-weight:500;text-transform:uppercase;}@media(max-width:768px){.elementor-6638 .elementor-element.elementor-element-48dfa0a .elementor-heading-title{font-size:40px;}}/* Start custom CSS for html, class: .elementor-element-2149d47 *//* ── TABS: Luxury styling ── RTL VERSION */
.elementor-gallery__titles-container {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: center;
  direction: rtl !important;
  padding: 0 !important;
  gap: 0 !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  white-space: nowrap;
  transition: box-shadow 0.3s ease;
  background: rgba(250, 248, 245, 0.97);
}
.elementor-gallery__titles-container::-webkit-scrollbar {
  display: none !important;
}
/* Spacer injected by JS to prevent layout jump */
.mnrl-tabs-spacer {
  display: none;
}
.mnrl-tabs-spacer.mnrl-active {
  display: block;
}
/* ── Each tab ── */
.elementor-gallery__titles-container .elementor-gallery-title {
  position: relative !important;
  display: inline-flex !important;
  align-items: center;
  flex-shrink: 0 !important;
  min-width: max-content !important;
  padding: 18px 30px !important;
  font-family: 'Montserrat', 'Helvetica Neue', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  text-decoration: none !important;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.3s ease !important;
  -webkit-tap-highlight-color: transparent;
  border: none !important;
  background: none !important;
}
/* Vertical divider — RTL: right במקום left */
.elementor-gallery__titles-container .elementor-gallery-title + .elementor-gallery-title::before {
  content: '';
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: rgba(180, 155, 120, 0.4);
}
/* Animated underline — RTL: transform-origin מימין */
.elementor-gallery__titles-container .elementor-gallery-title::after {
  content: '' !important;
  position: absolute !important;
  bottom: 12px !important;
  left: 30px !important;
  right: 30px !important;
  height: 1px !important;
  background: #5a4535 !important;
  transform: scaleX(0) !important;
  transform-origin: right center !important;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.elementor-gallery__titles-container .elementor-gallery-title:hover {
  color: #5a4535 !important;
}
.elementor-gallery__titles-container .elementor-gallery-title:hover::after {
  transform: scaleX(1) !important;
}
.elementor-gallery__titles-container .elementor-gallery-title.elementor-item-active {
  color: #2e1f10 !important;
  font-weight: 500 !important;
}
.elementor-gallery__titles-container .elementor-gallery-title.elementor-item-active::after {
  transform: scaleX(1) !important;
}
/* ── Fade edge — RTL: fade בצד שמאל ── */
.mnrl-tabs-wrap {
  position: relative;
}
.mnrl-fade-edge {
  display: none;
  position: absolute;
  left: 0;
  right: auto;
  top: 0; bottom: 0;
  width: 50px;
  background: linear-gradient(to right, rgba(250,248,245,1) 0%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .mnrl-fade-edge { display: block; }
  .elementor-gallery__titles-container {
    justify-content: flex-start !important;

  }
  .elementor-gallery__titles-container .elementor-gallery-title {
    padding: 15px 12px !important;
  }
  .elementor-gallery__titles-container .elementor-gallery-title::after {
    left: 12px !important;
    right: 12px !important;
    bottom: 10px !important;
  }
}/* End custom CSS */