.elementor-3592 .elementor-element.elementor-element-b3e9ad2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3592 .elementor-element.elementor-element-e2f88c7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3592 .elementor-element.elementor-element-2d7e52b{--display:flex;}.elementor-3592 .elementor-element.elementor-element-de04fd9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3592 .elementor-element.elementor-element-178327f{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-74aa788 */.flimas-product-hero {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  min-height: 480px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;

  background:
    linear-gradient(115deg,
      rgba(8, 23, 34, 0.92) 0%,
      rgba(98, 32, 46, 0.82) 45%,
      rgba(212, 44, 76, 0.50) 100%
    ),
    url("http://vbj0hk57xn0.c.updraftclone.com/wp-content/uploads/2026/05/healthpatner-scaled.jpg");

  background-size: cover;
  background-position: center;
}

.flimas-product-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 50%, rgba(255,255,255,0.08), transparent 40%);
  backdrop-filter: blur(1px);
  z-index: 1;
}

.flimas-product-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px;
}

.flimas-product-hero-content span {
  display: inline-block;
  background: #f4a3b0;
  color: #62202e;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 16px;
}

.flimas-product-hero-content h1 {
  color: #ffffff;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.05;
  margin: 0 0 18px;
  font-weight: 900;
}

.flimas-product-hero-content p {
  color: rgba(255,255,255,0.88);
  font-size: 19px;
  max-width: 680px;
  line-height: 1.7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-166af9e */.flimas-cta-full {
  position: relative;

  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);

  padding: 100px 20px;

  background-image: url('https://images.unsplash.com/photo-1505751172876-fa1923c5c528?q=80&w=1600&auto=format&fit=crop');
  background-size: cover;
  background-position: center;

  color: #fff;
  text-align: center;
  overflow: hidden;
}

/* Overlay */
.flimas-cta-full::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    135deg,
    rgba(212, 44, 76, 0.85),
    rgba(34, 16, 22, 0.75)
  );

  z-index: 1;
}

/* Content above overlay */
.flimas-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.flimas-cta-full h2 {
  font-size: 42px;
  margin-bottom: 14px;
}

.flimas-cta-full p {
  font-size: 18px;
  margin-bottom: 28px;
  color: rgba(255,255,255,0.9);
}

.flimas-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.flimas-btn-primary,
.flimas-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 15px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Main button */
.flimas-btn-primary {
  background: #ffffff;
  color: #d42c4c !important;
  border: 2px solid #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.flimas-btn-primary:hover {
  background: #ffe8ee;
  border-color: #ffe8ee;
  color: #b8223f !important;
  transform: translateY(-2px);
}

/* Secondary button */
.flimas-btn-outline {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  border: 2px solid rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.flimas-btn-outline:hover {
  background: #ffffff;
  color: #d42c4c !important;
  border-color: #ffffff;
  transform: translateY(-2px);
}/* End custom CSS */