.elementor-9 .elementor-element.elementor-element-d498350{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.6;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:250px;--padding-bottom:200px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-d498350:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-d498350 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://stagingflimas.flimaspay.co.zw/wp-content/uploads/2026/03/exercise-activity-family-outdoors-vitality-healthy-scaled-1-e1773905564348.jpg");background-position:top center;background-repeat:no-repeat;background-size:cover;}.elementor-9 .elementor-element.elementor-element-d498350::before, .elementor-9 .elementor-element.elementor-element-d498350 > .elementor-background-video-container::before, .elementor-9 .elementor-element.elementor-element-d498350 > .e-con-inner > .elementor-background-video-container::before, .elementor-9 .elementor-element.elementor-element-d498350 > .elementor-background-slideshow::before, .elementor-9 .elementor-element.elementor-element-d498350 > .e-con-inner > .elementor-background-slideshow::before, .elementor-9 .elementor-element.elementor-element-d498350 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-astglobalcolor7 );--background-overlay:'';}.elementor-9 .elementor-element.elementor-element-9598dd3{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-13ed86a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-13ed86a{text-align:center;}.elementor-9 .elementor-element.elementor-element-13ed86a .elementor-heading-title{color:#FFFFFF;}.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%;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-9 .elementor-element.elementor-element-d498350{--content-width:950px;}}@media(min-width:1025px){.elementor-9 .elementor-element.elementor-element-d498350:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-d498350 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:1024px){.elementor-9 .elementor-element.elementor-element-d498350{--padding-top:200px;--padding-bottom:175px;--padding-left:25px;--padding-right:25px;}.elementor-9 .elementor-element.elementor-element-13ed86a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-9 .elementor-element.elementor-element-d498350{--padding-top:150px;--padding-bottom:100px;--padding-left:20px;--padding-right:20px;}.elementor-9 .elementor-element.elementor-element-13ed86a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* 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 */