.elementor .e-7ecc976{padding:0px;margin:0px;flex-direction:column;/* ==========================================
 FITDOG HERO – Elementor Pro
 Designed for RTL / Hebrew
 ========================================== */

selector {
  --fitdog-green: #2f7d24;
  --fitdog-green-dark: #1f6519;
  --fitdog-green-light: #eaf4e7;
  --fitdog-black: #202020;
  --fitdog-border: #d7e2d5;
  --fitdog-white: #ffffff;
  position: relative;
  overflow: hidden;
  direction: rtl;
  isolation: isolate;
  background:
      radial-gradient(circle at 94% 15%, rgba(47,125,36,.06) 0 2px, transparent 2.4px) 0 0/18px 18px,
      linear-gradient(90deg, #ffffff 0%, #ffffff 74%, #f8fbf7 100%);
}

/* subtle decorative arc on the copy side */
selector::after {
  content: "";
  position: absolute;
  width: 720px;
  height: 360px;
  right: -120px;
  bottom: -280px;
  border: 2px solid rgba(47,125,36,.22);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

selector .fitdog-media,
selector .fitdog-copy {
  position: relative;
  z-index: 2;
}

/* Image */
selector .fitdog-media {
  overflow: hidden;
  min-height: 495px;
}

selector .fitdog-hero-img img {
  width: 100%;
  height: 100%;
  min-height: 495px;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.015);
  animation: fitdogKenBurns 11s ease-in-out infinite alternate;
}

@keyframes fitdogKenBurns {
  from { transform: scale(1.015) translate3d(0,0,0); }
  to   { transform: scale(1.065) translate3d(-7px,-3px,0); }
}

/* Typography */
selector .fitdog-title-green .elementor-heading-title {
  color: var(--fitdog-green);
  font-size: clamp(58px, 6.2vw, 92px);
  line-height: .88;
  font-weight: 900;
  letter-spacing: -2px;
}

selector .fitdog-title-black .elementor-heading-title {
  color: var(--fitdog-black);
  font-size: clamp(52px, 5.7vw, 84px);
  line-height: .92;
  font-weight: 900;
  letter-spacing: -2px;
}

selector .fitdog-subtitle .elementor-heading-title {
  color: #232323;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.25;
  font-weight: 800;
}

selector .fitdog-copy-text {
  color: #454545;
  font-size: 18px;
  line-height: 1.85;
}

selector .fitdog-highlight .elementor-heading-title {
  color: var(--fitdog-green);
  font-size: 22px;
  font-weight: 900;
}

/* Heart mark */
selector .fitdog-heart .elementor-icon {
  color: var(--fitdog-green);
  transition: transform .28s ease, color .28s ease;
}

selector .fitdog-heart:hover .elementor-icon {
  transform: rotate(-8deg) scale(1.08);
  color: var(--fitdog-green-dark);
}

/* Feature strip */
selector .fitdog-features {
  width: 100%;
}

selector .fitdog-feature {
  position: relative;
  transition: transform .28s ease;
}

selector .fitdog-feature:not(:last-child)::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 14%;
  width: 1px;
  height: 72%;
  background: #c9d7c6;
}

selector .fitdog-feature:hover {
  transform: translateY(-5px);
}

selector .fitdog-feature .elementor-icon {
  color: var(--fitdog-green-dark);
  transition: transform .28s ease;
}

selector .fitdog-feature:hover .elementor-icon {
  transform: scale(1.13);
}

selector .fitdog-feature-title .elementor-heading-title {
  color: #252525;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
}

/* Buttons */
selector .fitdog-btn-primary .elementor-button,
selector .fitdog-btn-secondary .elementor-button {
  min-height: 48px;
  padding: 13px 27px;
  border-radius: 8px;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

selector .fitdog-btn-primary .elementor-button {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #2f8b24 0%, #26751e 100%);
  color: #fff;
  box-shadow: 0 8px 20px rgba(47,125,36,.20);
}

selector .fitdog-btn-primary .elementor-button::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -30%;
  width: 28%;
  height: 180%;
  background: rgba(255,255,255,.22);
  transform: skewX(-22deg);
  transition: right .55s ease;
}

selector .fitdog-btn-primary .elementor-button:hover::before {
  right: 115%;
}

selector .fitdog-btn-primary .elementor-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 13px 28px rgba(47,125,36,.28);
}

selector .fitdog-btn-secondary .elementor-button {
  background: #fff;
  color: #282828;
  border: 1px solid #2f7d24;
}

selector .fitdog-btn-secondary .elementor-button:hover {
  transform: translateY(-3px);
  background: #f4faf2;
  box-shadow: 0 10px 24px rgba(25,55,20,.10);
}

/* Entrance helpers */
selector .fitdog-reveal {
  animation: fitdogFadeUp .7s both;
}

selector .fitdog-delay-1 { animation-delay: .10s; }
selector .fitdog-delay-2 { animation-delay: .20s; }
selector .fitdog-delay-3 { animation-delay: .30s; }
selector .fitdog-delay-4 { animation-delay: .40s; }

@keyframes fitdogFadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  selector *,
  selector *::before,
  selector *::after {
      animation: none !important;
      transition: none !important;
      scroll-behavior: auto !important;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  selector .fitdog-media,
  selector .fitdog-hero-img img {
      min-height: 430px;
  }

  selector .fitdog-copy {
      padding: 34px 28px !important;
  }

  selector .fitdog-feature-title .elementor-heading-title {
      font-size: 13px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  selector {
      background: #fff;
  }

  selector::after {
      width: 500px;
      height: 260px;
      right: -230px;
      bottom: -205px;
  }

  selector .fitdog-media,
  selector .fitdog-hero-img img {
      min-height: 310px;
  }

  selector .fitdog-copy {
      padding: 30px 20px 34px !important;
  }

  selector .fitdog-title-green .elementor-heading-title,
  selector .fitdog-title-black .elementor-heading-title,
  selector .fitdog-subtitle .elementor-heading-title,
  selector .fitdog-highlight .elementor-heading-title,
  selector .fitdog-copy-text {
      text-align: center !important;
  }

  selector .fitdog-title-green .elementor-heading-title {
      font-size: 58px;
  }

  selector .fitdog-title-black .elementor-heading-title {
      font-size: 52px;
  }

  selector .fitdog-subtitle .elementor-heading-title {
      font-size: 21px;
  }

  selector .fitdog-copy-text {
      font-size: 16px;
      line-height: 1.7;
  }

  selector .fitdog-feature:not(:last-child)::after {
      display: none;
  }

  selector .fitdog-feature {
      min-width: calc(50% - 6px);
  }

  selector .fitdog-buttons {
      width: 100%;
  }

  selector .fitdog-btn-primary,
  selector .fitdog-btn-secondary {
      width: 100%;
  }

  selector .fitdog-btn-primary .elementor-button,
  selector .fitdog-btn-secondary .elementor-button {
      width: 100%;
      justify-content: center;
  }
}\n}.elementor .e-2aa3259{flex-direction:column;}