.elementor-536 .elementor-element.elementor-element-1b762eb > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-536 .elementor-element.elementor-element-3f611b7{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-536 .elementor-element.elementor-element-3f611b7 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-3f611b7 *//* =========================
   БАННЕР
========================= */

.plant-banner {
  position: relative;
  width: 100%;
  min-height: 640px;
  padding: 60px 5%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  box-sizing: border-box;
}

/* === ФОНЫ (3 СЛОЯ) === */
.plant-banner::before,
.plant-banner::after,
.plant-banner .banner-bg-3 {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 1.6s ease-in-out;
  z-index: 0;
  pointer-events: none;
}

/* Фон 1 */
.plant-banner::before {
  background-image: url("https://greenoasis-flo.ru/wp-content/uploads/2026/01/banner-home-1.webp");
  opacity: var(--bg1, 1);
}

/* Фон 2 */
.plant-banner::after {
  background-image: url("https://greenoasis-flo.ru/wp-content/uploads/2026/01/banner-sukkulenti-1.webp");
  opacity: var(--bg2, 0);
}

/* Фон 3 - новый слой */
.plant-banner .banner-bg-3 {
  background-image: url("https://greenoasis-flo.ru/wp-content/uploads/2026/02/banner_0027-2.webp");
  opacity: var(--bg3, 0);
}

/* =========================
   ЛИСТЬЯ (остаётся без изменений)
========================= */

.plant-leaves {
  position: absolute;
  bottom: -60px;
  left: 20%;
  transform: translateX(-55%);
  width: 440px;
  z-index: 2;
  animation: sway 6s ease-in-out infinite alternate;
  transform-origin: bottom center;
  filter: blur(2px) drop-shadow(0 6px 8px rgba(0, 0, 0, 0.18));
  pointer-events: none;
}

@keyframes sway {
  0%   { transform: translateX(-55%) rotate(0deg); }
  50%  { transform: translateX(-55%) rotate(2deg); }
  100% { transform: translateX(-55%) rotate(-2deg); }
}

/* =========================
   ТЕКСТ (остаётся без изменений)
========================= */

.banner-text {
  position: relative;
  z-index: 3;
  max-width: 700px;
  padding: 20px;
  color: #000;
  font-family: "Segoe UI", system-ui, -apple-system, Roboto, sans-serif;
}

.banner-text::before {
  content: "";
  position: absolute;
  inset: -10px -30px -10px -10px;
  background: rgba(255,255,255,0.3);
  backdrop-filter: blur(6px) brightness(1.15);
  border-radius: 14px;
  z-index: -1;
}

.banner-text h3 {
  font-size: 38px;
  margin-bottom: 18px;
  line-height: 1.15;
}

.banner-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.banner-list li {
  margin: 8px 0;
  font-size: 1.9rem;
  color: #2e2e2e;
  padding-left: 20px;
  position: relative;
}

.banner-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #a68152;
}

.banner-btn {
  display: inline-block;
  padding: 10px 40px;
  background: #e6dcc7;
  color: #3a3a3a;
  text-decoration: none;
  font-size: 1.8rem;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,.08);
  transition: .25s;
}

/* =========================
   АДАПТАЦИЯ (остаётся без изменений)
========================= */

@media (max-width: 768px) {
  .plant-banner {
    justify-content: center;
    text-align: center;
  }

  .plant-leaves {
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
  }

  .banner-text h3 {
    font-size: 26px;
  }

  .banner-list li {
    font-size: 1.6rem;
  }
}/* End custom CSS */