/* Mobile/tablet hero: banner photo covers full slider height */
@media (max-width: 1199px) {
  /* Hide slider-1-bg-1.png overlay so photo is visible */
  .main-slider .main-slider__shape-1 {
    display: none !important;
  }

  .main-slider .main-slider__item {
    position: relative;
    overflow: hidden;
  }

  /* Light dark wash for text readability (no PNG) */
  .main-slider .main-slider__item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
      180deg,
      rgba(22, 22, 23, 0.45) 0%,
      rgba(22, 22, 23, 0.35) 50%,
      rgba(22, 22, 23, 0.55) 100%
    );
  }

  /* Fill entire banner area (fixes black gap under image) */
  .main-slider .main-slider__shape-3 {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 100%;
    z-index: 0;
    background-color: transparent;
    transform: none !important;
    overflow: hidden;
  }

  .main-slider .main-slider__shape-3 img,
  .main-slider .owl-item .main-slider__shape-3 img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  .main-slider .active .main-slider__shape-3 {
    opacity: 1;
    transform: none !important;
  }
}
