:root {
  --welpri: #2bab45;
  --welsec: #97d30f;
  --welpri-gradient: linear-gradient(60deg, #2bab45, #97d30f); 
  --text: #414141;
   --white: #fff;
  
  --header-bg: #444;
 
}

body {
  margin: 0;
  padding: 0;
  height: 100vh;
      font-family: 'Montserrat', 'Poppins', sans-serif;
 overflow-x:hidden;
}

.pro-header {
  background-color: var(--header-bg);
  padding: 10px 0;
  border-top: 3px solid var(--join-bg);
}
/* Sticky header for all sections */
.pro-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #000000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.pro-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pro-logo img {
  height: 80px;
  margin-left: 20px;
}

.pro-menu {
  flex: 1;
  text-align: center;
}

.pro-menu ul {
  margin: 0;
  padding: 0;
}

.pro-menu li {
  display: inline-block;
  margin: 0 15px;
}

.pro-menu a {
  color:var(--white);
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}

.pro-join {
margin-top: 50px;
}

.pro-btn-join {

  color: white;
  font-weight: bold;
  border: none;
  font-size: 16px;
}
.pro-btn-join{

    background:var(--welpri-gradient);
  padding: 10px 20px;
  /* clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%); */
  margin: 0 auto;
  border-radius: 4px;
}
.pro-btn-join:hover{
  background: var(--welsec) !important;
  color: #fff;
  text-decoration: none;
}

.pro-started-btn:hover{
  background: var(--welsec) !important;
  color: #fff;
  text-decoration: none;
}
/* Make header sticky */
.pro-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #000000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Hide mobile header on desktop */
.mobile-header {
    display: none;
}

/* Mobile Menu Styles */
.mobile-menu {
    display: none;
    background: #fff;
    padding: 15px;
}
.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-menu li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.hamburger {
    font-size: 24px;
    background: none;
    border: none;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .desktop-header {
        display: none;
    }
    .mobile-header {
        display: block;
    }
    .logo-text p {
    color: #000000;
    font-size: 1.5rem!important;
    margin-bottom: 30px!important;
}
.wellness-feature-wrapper{
  width: 90%;
}
.pro-about-heading{
  font-size: 22px!important;
}
.pro-about-sub{
  font-size: 18px!important;
}
.fitness-section h1{
    font-size: 32px!important;
}
.subcard-box{

  width: 100%!important;
}
.pro-started-btn{
   width: 100%!important;
}
.pro-logo img{
   width: 100%!important;
   height: 100%!important;
}
}

.fitness-section {
    position: relative;
    color: white;
    padding: 40px 20px;
    height: 600px;
    overflow: hidden;
}

.fitness-section video.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.fitness-section .op-section {
    position: relative;
    z-index: 1;
}

.fitness-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6); /* semi-transparent black */
    z-index: 1;
}

.fitness-section > .container,
.fitness-section h1,
.fitness-section p,
.fitness-section .google-rating-widget,
.fitness-section .btn {
    position: relative;
    z-index: 2;
}


    .fitness-section h1 {
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .fitness-section p {
      font-size: 22px;
      color: white;
      font-weight: 400;
    }

    .btn-primary-custom {
      background-color: var(--welpri);
      border-color: var(--welpri);
      color: white;
    }

    .btn-secondary-custom {
      background-color: white;
      color: var(--welpri);
      border: 2px solid white;
      font-weight: bold;
    }

    .google-rating-widget {
      margin-top: 20px;
      background: transparent;
      color: white;
    }



    .pro-review-section {
    padding: 40px 15px;
    background-color: #f2f2f2;
    color: #3b3e45;
}

.pro-seen-on {
    font-weight: bold;
    color: #5c5c5c;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.pro-logos {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-evenly;
}

.pro-logo-img {
    height: 50px;
    margin: 0 15px;
    opacity: 0.4;
    vertical-align: middle;
}

.pro-review-heading {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 10px;
}

.pro-subtitle {
    margin-bottom: 20px;
}

.pro-link-highlight {
    color: #00bcd4;
    font-weight: bold;
    text-decoration: none;
}

.pro-review-text {
    font-size: 22px;
    font-style: italic;
    max-width: 900px;
    margin: 0 auto 20px;
    color: #3b3e45;
}

.pro-review-name {
    font-size: 20px;
    color: #00bcd4;
    font-style: italic;
    margin-bottom: 10px;
}

.pro-stars {
    font-size: 28px;
    color: #ffb700;
    margin-bottom: 30px;
}

.pro-carousel {
    margin-top: 30px;
}

.pro-carousel-control {
    background-image: none !important;
    color: #bbb;
}

.pro-arrow {
    font-size: 24px;
    color: #bbb;
}


.pro-about-wrapper {
    padding: 60px 20px;
}

.pro-about-logo {
    height: 60px;

  
}

.pro-about-heading {
    font-size: 2.5rem;
    font-weight: 800;
       font-family: 'Montserrat', 'Poppins', sans-serif;
    color: #000000;

    
}
.mar-top {
  margin-top: 30px;
}

.wel-head p{
      font-size: 18px;

 
    color: #000000;
}
.pro-about-sub {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 30px;
    color: #000000;
        font-family: 'Montserrat', 'Poppins', sans-serif;
  
    
}
.pro-about-description {
    font-size: 18px;
    max-width: 850px;
    margin: 0 auto 50px auto;
    line-height: 1.6;
    color: #5a5a5a;
}

.pro-about-quote-block {
    margin-top: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 50px;
}

.pro-about-author-img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.pro-about-quote {
    font-size: 22px;
    color: #3b3e45;
    margin-bottom: 10px;
    font-style: italic;
}

.pro-about-author {
    font-size: 16px;
    color: #7d7d7d;
}


.pro-expect-section {
  background: #f2f2f2;
  padding: 60px 0;
  color: #ffffff;
}

.pro-expect-left {
  padding-right: 30px;
}

.pro-expect-title {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-left: 5px solid var(--welpri);
  padding-left: 15px;
}

.pro-expect-text {
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 30px;
  max-width: 540px;
}

.pro-expect-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pro-expect-list li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  background: #f4f9fb;
  padding: 12px 18px;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  transition: background 0.3s ease;
}

.pro-expect-list li:hover {
  background: #e6f9fd;
}

.pro-expect-icon {
  width: 22px;
  height: 22px;
  margin-right: 12px;
  filter: hue-rotate(180deg); /* Makes it teal/blue instead of green */
}


.pro-expect-right {
  text-align: center;
  position: relative;
}

.pro-expect-circle-wrapper {
  position: relative;
  width: 360px;
  height: 360px;
  margin: 0 auto;
}

.pro-expect-center-img {
  width: 100%;
  height: 100%;

  object-fit: cover;

}

.pro-expect-badge {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  padding: 10px;
  position: absolute;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.badge-top {
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.badge-left {
  bottom: 50%;
  left: -30px;
  transform: translateY(50%);
}

.badge-bottom {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

/* Optional curved arrow (replace with SVG if desired) */
.pro-expect-arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid  var(--welpri);
  border-radius: 50%;
  border-top-color: transparent;
  border-left-color: transparent;
  animation: spin 10s linear infinite;
  top: 0;
  left: 0;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 50px;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.pro-fitness-section {
  padding: 60px 15px;
}

.pro-fitness-left {
  position: relative;
  text-align: center;
  padding-bottom: 40px;
}

.pro-fitness-media {
  position: relative;
  width: 100%;
}

.pro-fitness-icon {
  width: 50px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.pro-fitness-woman-img {
  width: 100%;
  max-width: 360px;
  border-radius: 8px;
  z-index: 1;
  position: relative;
}

.pro-fitness-phone-left,
.pro-fitness-phone-right {
  position: absolute;
  width: 140px;
  z-index: 2;
}

.pro-fitness-phone-left {
  left: -30px;
  bottom: -10px;
}

.pro-fitness-phone-right {
  right: -40px;
  bottom: -10px;
}

.pro-fitness-right {
  padding: 20px 30px;
}

.pro-fitness-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.pro-fitness-subtitle {
  font-size: 16px;
  color: var(--welpri);
  font-weight: bold;
  margin-bottom: 30px;
}

.pro-fitness-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.pro-fitness-list li {
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
  line-height: 2.0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.pro-fitness-btn {
  background:var(--welpri-gradient) ;
  color: white;
  border: none;
  font-weight: bold;
  padding: 10px 25px;
  box-shadow: 0 4px 6px rgba(0, 188, 212, 0.2);
  transition: all 0.3s ease;
}

.pro-fitness-btn:hover {
  background-color: var(--welsec);
  color: white;
}
.grey-back{
    background-color: #f2f2f2!important;
}


.pro-testimonial-section {
  background:var(--welpri-gradient) ;
  padding: 60px 20px;
  color: #ffffff;
}

.pro-testimonial-header {
  margin-bottom: 10px;
}

.pro-testimonial-google-icon {
  width: 24px;
  vertical-align: middle;
  margin-right: 5px;
}

.pro-testimonial-stars {
  font-size: 18px;
  color: #ffc107;
  vertical-align: middle;
}

.pro-testimonial-title {
  font-size: 32px;
  font-weight: bold;
  margin: 15px 0;
}

.pro-testimonial-link {
  display: inline-block;
  color: #e0f7fa;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 30px;
}

.pro-testimonial-link:hover {
  text-decoration: underline;
}

.pro-testimonial-videos {
  margin-top: 20px;
}

.pro-testimonial-question {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  min-height: 60px;
}

.pro-testimonial-video iframe {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.pro-started-section {
  background-color: #f5f6f8;
  padding: 60px 20px;
  color: #333;
}

.pro-started-title {
  font-size: 32px;
  font-weight: bold;
  color: #2b2b2b;
  margin-bottom: 5px;
}

.pro-started-subtitle {
  font-size: 16px;
  font-weight: bold;
  color: var(--welpri);
  margin-bottom: 40px;
}

.pro-started-icon {
  width: 64px;
  height: auto;
  margin-bottom: 20px;
}

.pro-started-step-title {
  font-size: 18px;
  font-weight: bold;
  color:#000;
  margin-bottom: 15px;
}

.pro-started-step-desc {
  font-size: 14px;
  color:#000;
  max-width: 320px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

.pro-started-btn {
  background:var(--welpri-gradient) ;
  color: white;
  padding: 12px 30px;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}

.pro-started-btn:hover {
  background-color: var(--welpri);
  color: #fff;
  text-decoration: none;
}

    .subpage-wrapper {
      background: #f9f9f9;
      padding: 40px 0;
    }

    .subcard-container {
      text-align: center;
          display: flex
;
    justify-content: space-evenly;
    align-items: center;
    }

    .subcard-box {
      background: #fff;
      border: 1px solid #e0e0e0;
      border-radius: 10px;
      padding: 30px 20px;
      margin: 15px 0;
      width: 350px;
      transition: all 0.3s ease;
      color: var(--text);
      min-height: 400px;
    }

    .subcard-box:hover {
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

    .subcard-header {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 15px;
      color: var(--welpri);
    }

    .subcard-price {
      font-size: 36px;
      font-weight: bold;
      margin: 15px 0;
      color: var(--welpri);
    }

    .subcard-features {
      list-style: none;
      padding: 0;
      margin-bottom: 20px;
    }

    .subcard-features li {
      padding: 8px 0;
      border-bottom: 1px solid #eee;
    }

    .subcard-btn {
      background: var(--welpri);
      border: none;
      padding: 10px 25px;
      border-radius: 25px;
      color: #fff;
      font-size: 16px;
      transition: background 0.3s ease;
    }

    .subcard-btn:hover {
      background: var(--welsec);
      color: #fff;
    }

    .subcard-featured {
      background: var(--welpri-gradient);
      color: #fff;
      box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    }

    .subcard-featured .subcard-header,
    .subcard-featured .subcard-price {
      color: #fff;
    }

    .subcard-featured .subcard-btn {
      background: #fff;
      color: var(--welpri);
    }

    .subcard-featured .subcard-btn:hover {
      background: #eee;
      color: var(--welpri);
    }



    @media screen and (max-width: 920px) {
.subcard-container{
        display: block!important;  
}
.btn-primary-custom{
    margin-bottom: 10px;
}
.pro-logos img{
    width: 100%;
}
.pro-about-quote-block{
    display: block!important;
}
.flex{
      display: block!important;  
}
.no-image-placeholder{
   width: 100%!important; 
}
.mobile-flex{
    display: flex;
    align-items: center;
}
    }

       .faqbox-section {
      padding: 50px 20px;
      background: #f9f9f9;
    }

    .faqbox-heading {
      text-align: center;
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 40px;
      color: var(--welpri);
    }

    .faqbox-panel {
      border: none;
      border-radius: 5px;
      margin-bottom: 15px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    }

    .faqbox-panel .panel-heading {
      background: var(--welpri);
      color: #fff;
      padding: 15px 20px;
      border-radius: 5px 5px 0 0;
      cursor: pointer;
      font-size: 16px;
      font-weight: 600;
    }

    .faqbox-panel .panel-heading:hover {
      background: var(--welsec);
    }

    .faqbox-panel .panel-body {
      background: #fff;
      padding: 20px;
      color: var(--text);
      border-radius: 0 0 5px 5px;
      border-top: 1px solid #e0e0e0;
    }


       .footbox-footer {
      background-color: var(--header-bg);
      color: #fff;
      padding: 50px 20px 20px;
    }

    .footbox-footer h4 {
      color: var(--welsec);
      margin-bottom: 20px;
      font-weight: 600;
    }

    .footbox-about p {
      color: #ccc;
      line-height: 1.8;
    }

    .footbox-links ul,
    .footbox-contact ul {
      list-style: none;
      padding: 0;
    }

    .footbox-links ul li,
    .footbox-contact ul li {
      margin-bottom: 10px;
      color: #ccc;
    }

    .footbox-links ul li a {
      color: #ccc;
      text-decoration: none;
    }

    .footbox-links ul li a:hover {
      color: var(--welpri);
    }

    .footbox-social a {
      display: inline-block;
      margin-right: 10px;
      color: #fff;
      font-size: 18px;
      transition: color 0.3s ease;
    }

    .footbox-social a:hover {
      color: var(--welpri);
    }

    .footbox-bottom {
      text-align: center;
      padding-top: 20px;
      border-top: 1px solid #666;
      font-size: 14px;
      color: #aaa;
    }

    @media (max-width: 768px) {
      .footbox-footer .col-sm-4 {
        margin-bottom: 30px;
      }
    }

    .no-image-placeholder {
  width: 600px;
  height: 600px;
  background-color: #e0e0e0;
  color: #777;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-size: 16px;
  border: 2px dashed #ccc;
}
 .proSlider-wrapper {
      position: relative;
      max-width: 800px;
      margin: 50px auto;
    }

    .proSlider-carousel .item {
      text-align: center;
    }

    .proSlider-carousel img {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .proSlider-indicators {
      bottom: -30px;
    }

    .proSlider-indicators li {
      background-color: #d1d1d1;
      border-radius: 50%;
      width: 10px;
      height: 10px;
      margin: 0 5px;
    }

    .proSlider-indicators .active {
      background-color: #65bc47;
    }
.carousel-control.right , .carousel-control.left{
     background-image: linear-gradient(to right, rgb(255 255 255 / 50%) 0, rgb(255 255 255 / 0%) 100%)!important;
}
.logo-text p{
color: #000000;
font-size: 2.5rem;
}

.wellness-feature-wrapper {
    padding: 40px 0;
}

.wellness-feature-item {
    text-align: center;
    margin-bottom: 40px;
}

.wellness-icon-box {
    width: 120px;
    height: 120px;
    margin: 0 auto 15px auto;
    border: 3px solid #27ae60; /* Green border */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
}

.wellness-icon-box img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.wellness-feature-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.wellness-feature-desc {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
}

.fitness-section{
display: flex; align-items: center; min-height: 400px;
}




    .wel-section {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 60px;
      margin-bottom: 70px;
      padding: 40px 0;
      background: #fff;
      border-radius: 18px;
      box-shadow: 0 8px 32px rgba(44, 62, 80, 0.07);
      position: relative;
      overflow: hidden;
    }

    .wel-section::before {
      content: "";
      position: absolute;
      left: -80px;
      top: -80px;
      width: 220px;
      height: 220px;
      background: var(--welpri-gradient);
      opacity: 0.08;
      border-radius: 50%;
      z-index: 0;
    }

    .wel-content {
      padding-right: 40px;
      z-index: 1;
      max-width: 620px;
    }

    .wel-title {
      font-size: 2.5rem;
      font-weight: 800;
      margin-bottom: 18px;
      color: #000000;
      letter-spacing: 0.5px;
      font-family: 'Montserrat', 'Poppins', sans-serif;
      line-height: 1.2;
    }

    .wel-subtitle {
      font-size: 1.3rem;
      line-height: 1.8;
      color: #444;
      margin-bottom: 28px;
      font-family: 'Montserrat', sans-serif;
    }

    .wel-btn {
      background: var(--welpri-gradient);
      color: #fff;
      padding: 12px 32px;
      border-radius: 30px;
      font-size: 1rem;
      border: none;
      font-weight: 700;
      box-shadow: 0 4px 18px rgba(43, 171, 69, 0.10);
      transition: background 0.25s, box-shadow 0.25s, transform 0.18s;
      cursor: pointer;
      letter-spacing: 0.5px;
      outline: none;
    }

    .wel-btn:hover, .wel-btn:focus {
      background: linear-gradient(60deg, #23963b, #7bbd0b);
      box-shadow: 0 8px 24px rgba(43, 171, 69, 0.18);
      transform: translateY(-2px) scale(1.03);
    }

    .wel-image {
      z-index: 1;
      flex: 1 1 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .wel-image img {
      width: 100%;
      max-width: 440px;
      border-radius: 14px;
      box-shadow: 0 8px 32px rgba(44, 62, 80, 0.13);
      object-fit: cover;
      transition: transform 0.25s;
    }

    .wel-image img:hover {
      transform: scale(1.025) rotate(-1deg);
    }

    .wel-subtitle ul {
      padding-left: 22px;
      margin: 0 0 0.5em 0;
      list-style-type: none;
    }

    .wel-subtitle ul li {
      margin-bottom: 10px;
      font-size: 1.3rem;
      color: #333;
      position: relative;
      padding-left: 18px;
    }

    .wel-subtitle ul li::before {
      content: '';
      display: inline-block;
      width: 7px;
      height: 7px;
      background: var(--welpri);
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 9px;
    }

    @media (max-width: 991px) {
      .wel-section {
display: block;
      }
      .wel-content {
        padding: 0;
        max-width: 100%;
        text-align: center;
        margin-bottom: 40px;
        margin-right: 8px;
             margin-left: 8px;
      }
      .wel-image {
        justify-content: center;
      }
      .wel-image img {
        max-width: 90vw;
      }
      .wel-subtitle ul{
        margin-bottom: 30px!important;
      }
    }

    