.elementor-9 .elementor-element.elementor-element-e493a78{--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-9 .elementor-element.elementor-element-3947d5b{--display:flex;}.elementor-9 .elementor-element.elementor-element-7f151b0{--display:flex;}.elementor-9 .elementor-element.elementor-element-2f7d885{width:100%;max-width:100%;}.elementor-9 .elementor-element.elementor-element-98802c4{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-afcbef8 */.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-f56259e */.flimas-wellness-services {
  padding: 80px 20px;
}

.flimas-section-intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 50px;
}

.flimas-section-intro h2 {
  margin: 0 0 12px;
  font-size: 40px;
  line-height: 1.15;
  color: #1f2937;
}

.flimas-section-intro p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #6b7280;
}

.flimas-wellness-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.flimas-wellness-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.flimas-wellness-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.10);
}

.flimas-wellness-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.flimas-wellness-card h3 {
  margin: 22px 22px 10px;
  font-size: 22px;
  color: #1f2937;
}

.flimas-wellness-card p {
  margin: 0 22px 24px;
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
}

@media (max-width: 767px) {
  .flimas-wellness-grid {
    grid-template-columns: 1fr;
  }

  .flimas-section-intro h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .flimas-wellness-grid {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 10px;

    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .flimas-wellness-grid::-webkit-scrollbar {
    display: none;
  }

  .flimas-wellness-grid {
    scrollbar-width: none;
  }

  .flimas-wellness-card {
    flex: 0 0 85%; /* card width */
    scroll-snap-align: start;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2f7d885 */.flimas-wellness-cta-strip {
  padding: 40px 20px 70px;
  background: #ffffff;
}

.flimas-wellness-cta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background: #fff8f9;
  border: 1px solid #f3d4db;
  border-radius: 18px;
  padding: 28px 32px;
}

.flimas-wellness-cta-row h3 {
  margin: 0 0 8px;
  font-size: 28px;
  color: #1f2937;
}

.flimas-wellness-cta-row p {
  margin: 0;
  color: #6b7280;
}

@media (max-width: 767px) {
  .flimas-wellness-cta-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

.flimas-wellness-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  background: linear-gradient(135deg, #d42c4c, #ff4d6d);
  color: #ffffff !important;
  text-decoration: none;

  padding: 14px 26px;
  border-radius: 999px; /* pill shape */
  font-size: 15px;
  font-weight: 700;

  box-shadow: 0 10px 25px rgba(212, 44, 76, 0.25);
  transition: all 0.3s ease;
}

.flimas-wellness-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 18px 40px rgba(212, 44, 76, 0.35);
  background: linear-gradient(135deg, #c02643, #ff5c7a);
}

.flimas-wellness-btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 15px rgba(212, 44, 76, 0.2);
}/* End custom CSS */