/* هماهنگی صفحه اصلی المنتور با قالب مایسل */
.mycell-home .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100%;
}

.mycell-home .elementor-widget-mycell_hero,
.mycell-home .elementor-widget-mycell_honors,
.mycell-home .elementor-widget-mycell_service_tiles,
.mycell-home .elementor-widget-mycell_service_tiles .elementor-widget-container,
.mycell-home .elementor-widget-mycell_doctors,
.mycell-home .elementor-widget-mycell_treatments,
.mycell-home .elementor-widget-mycell_treatments .elementor-widget-container,
.mycell-home .treatments-map__split {
  width: 100% !important;
  max-width: 100% !important;
}

.mycell-home .elementor-widget-mycell_service_tiles,
.mycell-home .elementor-widget-mycell_service_tiles .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.mycell-home .treatments-map__split {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (max-width: 900px) {
  .mycell-home .treatments-map__split {
    grid-template-columns: 1fr !important;
  }

  .mycell-home .treatments-map__map {
    order: -1;
  }
}

.mycell-home .elementor-widget-mycell_service_tiles,
.mycell-home .elementor-widget-mycell_treatments,
.mycell-home .elementor-widget-mycell_magazine,
.mycell-home .elementor-widget-mycell_glass_strip,
.mycell-home .elementor-widget-mycell_showcase,
.mycell-home .elementor-widget-mycell_companions,
.mycell-home .elementor-widget-mycell_social_bar,
.mycell-home .elementor-widget-mycell_partners {
  width: 100%;
}

.mycell-home .elementor-section {
  padding: 0 !important;
  margin: 0 !important;
}

.mycell-home .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

/* جلوگیری از شکستن object-fit تصاویر اسلایدرها توسط CSS المنتور */
.mycell-home .showcase-slider__img,
.mycell-home .site-hero__img,
.mycell-home .site-hero__video {
  max-width: none !important;
}

.mycell-home .showcase-slider,
.mycell-home .showcase-slider__stage,
.mycell-home .elementor-widget-mycell_showcase,
.mycell-home .elementor-widget-mycell_showcase .elementor-widget-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.mycell-home .showcase-slider__stage {
  position: relative;
  isolation: isolate;
}

.mycell-home .showcase-slider__img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.mycell-home .showcase-slider__content {
  position: absolute;
  inset: 0;
  z-index: 3;
  max-width: 500px;
  margin-inline-end: auto;
  min-height: 0;
  pointer-events: none;
}

.mycell-home .showcase-slider__content a,
.mycell-home .showcase-slider__content button {
  pointer-events: auto;
}

.mycell-home .showcase-slider__dots {
  pointer-events: none;
}

.mycell-home .companions__card-video-native {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
}
