.page-template-landingpage .faq-accordion .accordion-button {  padding-left: 15px!important;}

.page-template-landingpage .hero-banner-cta {
    font-size: 18px!important;
    width: auto!important;
    padding: 15px 30px!important;
    text-transform: uppercase!important;

}

.page-template-landingpage .tagline-item {
    justify-content: center;
}

.page-template-landingpage header .hero-banner-cta, .page-template-landingpage-two header .hero-banner-cta{width: auto!important;}
.page-template-landingpage .condition-heading-wrap .price-wrap h3 {    font-size: 28px!important;font-weight: normal!important;}


.single-term-banner-section.pt-2.pb-5.bg-gradient-1 {
  padding: 60px 0 !important;
}

.page-template-landingpage .condition-heading-wrap .price-wrap {
    width: 100%;
    flex: 0 0 100%;
  }
.quick-link li a:hover {
  color: #fff !important;
  text-decoration: underline;
}

section.weight-loss-how-it-works.py-5{background: linear-gradient(360deg, #ffc6ea 5%, #E6F7FE 95%)!important;}

.how-card h4{color:#fff;}

/* Section background */
.weight-loss-how-it-works {
  background: linear-gradient(180deg, #eaf4ff 0%, #fde7f3 100%);
}

/* Headings */
.weight-loss-how-it-works .section-title {
  font-size: 32px;
  font-weight: 700;
  color: #0b1b3f;
}

.weight-loss-how-it-works .section-subtitle {
  max-width: 620px;
  margin: 0 auto;
  color: #4b5b7c;
  font-size: 16px;
}

/* Cards */
.how-card {
  height: 100%;
  padding: 35px 25px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(180deg, #4fa3f7 0%, #f03bbd 100%);
  text-align: left;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.icon-img i {
    color: #fff;
    font-size: xx-large;
    padding-right: 10px;
}


.how-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.how-card p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Icons */
.how-card .icon {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.how-card .icon i {
  font-size: 26px;
  color: #fff;
}

/* Button */
.btn-consultation {
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 30px;
  background: linear-gradient(90deg, #1b75ff, #6f42ff);
  border: none;
}

.btn-consultation:hover {
  opacity: 0.9;
}

/* Remove left padding from first column */
.weight-loss-how-it-works .row > [class*="col-"]:first-child {
  padding-right: 40px;
}

/* Remove right padding from last column */
.weight-loss-how-it-works .row > [class*="col-"]:last-child {
  padding-left: 40px;
}

/*********start*********/
.page-template-landingpage-php .accordion-body p{color: var(--theme-text-color)!important;}

.age-card a.btn.age-btn{color:#fff}

.age-card {
    background: var(--theme-btn-primary-color);
    color: var(--theme-primary-btn-txt-color);
    font-size: var(--btn-font-size);
    font-weight: 600;
    font-size: 22px;
    width: 400px;
    padding: 16px 28px 16px 28px;
    border-radius: var(--btn-radius);
    display: inline-block;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    overflow: hidden;
    text-align: center;
}
.age-card:before {
    content: '';
    position: absolute;
    background: var(--theme-bg-gradient-3);
    border-radius: var(--btn-radius);
    z-index: -1;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
}
.age-card:after {
    content: '';
    position: absolute;
    background: var(--theme-btn-primary-color);
    border-radius: var(--btn-radius);
    z-index: -1;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    transition: 0.2s all ease-out;
    -webkit-transition: 0.2s all ease-out;
    -moz-transition: 0.2s all ease-out;
    -o-transition: 0.2s all ease-out;
}
	
	
.sec-area {
    display: flex;
    align-items: center;
    justify-content: start;
	gap: 20px;
}

.description {    width: 70%;	background:#4C2B6D;padding:15px;border-radius:15px;}

.page-template-landingpage-php .step-item .step-counter {    margin-right: 40px!important;}

.page-template-landingpage-php .step-item .step-counter {    z-index: 1;}

.page-template-landingpage-php .step-item:not(:last-child)::after {    background: linear-gradient(360deg, #FF27B7 0%, #00ADF1 100%)!important;}


.step-card .step-icon i {
    font-size: 3rem;
    color: #fff;
}

.cta-btn {    position: relative;    margin: 15px 0px;}
.cta-btn a {
	padding: 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    font-weight: 600;
}

.desc-img {    max-width: 30%;}

.desc-img img{    border-radius: 30px;}
.sec-area {
  display: flex;
  align-items: stretch; /* makes children equal height */
  gap: 24px;
}

/* Text section */
.sec-area .description {
  flex: 1;
  background: rgba(255, 255, 255, 0.12);
  padding: 24px;
  border-radius: 16px;

  display: flex;
  flex-direction: column;
  justify-content: space-between; /* keeps CTA at bottom */
}

/* Image section */
.sec-area .desc-img {
  flex: 1;
  display: flex;
}

.sec-area .desc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.how-it-works-section .section-title h2, .how-it-works-section .section-title p{color:#fff;}

/******end**********/


/********Why choose start*********/

/* Section */
.why-choose-section {
  background: #ffffff;
}

/* Title */
.why-title {
  font-size: 32px;
  font-weight: 700;
  color: #0b1b3f;
  margin-bottom: 10px;
}

/* Item */
.why-item {
    display: flex;
    align-items: start;
    justify-content: center;
}

.why-item h6 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 6px;
  margin-bottom: 4px;
  color: var(--theme-btn-primary-color);
}

.why-item p {
  font-size: 14px;
  color: var(--theme-btn-primary-color);
  margin: 0;
}

/* Icon container */
.why-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}

/* Image inside icon */
.why-icon img {
  object-fit: contain;
  display: block;
	min-width: 56px!important;
}

.small-content {text-align: left;}


.review-list {
  max-width: 800px;     /* controls overall width */
  margin: 0 auto;        /* centers it */
}

/*******Next step section CSS Start*******/

section.next-step-section.py-5 {    background: linear-gradient(360deg, #fff 5%, #FFE9F8 95%);}

.step-card {
    background: linear-gradient(180deg, #4fa3f7 0%, #f03bbd 100%);
}
.step-card h4, .step-card p{color:#fff;}


.next-step-section .step-card {    padding: 40px;border-radius: 30px;}
.step-card h4{font-weight:600; margin-top:20px;}


.step-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.next-step-section .step-icon {
    min-height: 70px;
    height: auto;
}
.next-step-section .step-card h4 {

    font-size: 24px;
}
.about-condition-content a.hero-banner-cta {
    color: #ffff!important;
    text-decoration: none!important;
}
/********CSS end******/

/*******FAQ start********/


/* Section background */
.faq-section, .faq-section h4 {
  color: #fff!important;
}

/* Left text */
.faq-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2; color: #fff!important;
}

.faq-subtitle {
  font-size: 15px;
  color: #e5dfff;
  margin: 15px 0 25px;
}

.age-card a.btn.age-btn {
   border:1px solid #fff;
}

.age-card a.btn.age-btn:hover {
	background:#fff;
	color:var(--theme-btn-primary-color);
}


/* CTA */
.faq-cta {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.faq-cta:hover {
  background: #fff;
  color: #0b043f;
}

/* Accordion */
.faq-accordion .accordion-item {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  border: none;
  margin-bottom: 14px;
  overflow: hidden;
}

.faq-accordion .accordion-button {
  background: transparent;
  color: #fff;
  font-weight: 600;
  padding: 18px 22px;
  box-shadow: none;
}

.faq-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
}


.faq-accordion .accordion-body {
  color: #f1f1ff;
  font-size: 14px;
  line-height: 1.6;
  padding: 18px 22px 22px;
}

/* Remove default borders */
.accordion-button:focus {
  box-shadow: none;
}


section.faq-section {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

/*******FAQ end*******/

footer{background:#060349;color:#fff;}

footer ul.social-links li a{ color:#fff;}
footer ul li a, footer p, footer h2{color:#fff;}
footer h3, footer ul li a i{color:#FE27B7;}

.footer-address a{color:#fff;}
.footer-address a i{color:#FE27B7;}

footer h3{    font-size: 25px;}

.footer-email {
    margin-bottom: 20px;
}
footer .hero-banner-cta:after {
    background: #060349!important;
}

.footer-email{	margin-top:30px;}

.footer-email a {
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    width: auto;
    display: inline-block;
    text-align: center;
    font-weight: 700;
}
.footer-bottom-content{font-style: italic;}
.footer-bottom-content p {    font-size: 15px;}

.quick-link ul li a:hover{color:#fff;}

ul.quick-link{display: flex;    justify-content: center; align-items: center; flex-direction:column;}

ul.social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.social-links li {
    float: none!important;
    width: auto!important;
    height: auto!important;
    margin-right: unset!important;
}

.social-links li a span::before{ color: #FE27B7;}


@media (min-width: 992px) and (max-width: 1199.98px) {
	
	.next-step-section .row > [class*="col-"] {
	  padding-left: 10px;
	  padding-right: 10px;
	}
	
	.next-step-section .row > [class*="col-"]:last-child {
	  padding-right: 0;
	}
	
}

@media (max-width: 1199.98px) {
	.why-item {
	  justify-content: start;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  body .section-cta.text-right {
    text-align: center !important;
	margin-top:40px;
  }
}

@media (max-width: 991px) {

.single-term-banner-section [class*="col-"]:last-child {    padding-top: 30px;  }

	.page-template-landingpage .hero-banner-cta {
	  font-size: 14px !important;
	  padding: 15px !important;
	}
	
	
	.condition-heading-wrap {
    flex-flow: column;
  }
   .single-term-banner-section [class*="col-"]:last-child {    background: transparent!important;  }
   
	.sec-area {	  flex-direction: column;	}
	
	.sec-area .description{width:100%;}
	.desc-img img {  width: 60% !important;  margin: 0 auto;}
	
	.desc-img {  max-width: 100%;}
	
	 .condition-heading-wrap {    flex-flow: column!important;  }
	
}


@media (min-width: 481px) and (max-width: 575px) {
.top-header .col-md-8.col-sm-6.text-end{width: 55%!important;}
.top-header .col-md-4.col-sm-6{width: 45%!important;}
}

@media (max-width: 768px) {
  body .position-relative .section-cta.text-right {
    text-align: center!important;
    margin-top: 30px !important;
	}  
	
	
	  
}



/* Responsive */
@media (max-width: 767px) {
	
	
	.next-step-title.mb-5 {
	  margin-bottom: 0px !important;
	}

	.next-step-section .step-icon {
	  min-height: auto;
	  height: auto;
	}
	.section-cta {
    justify-content: center!important;
  }
	
	
	
	.step-counter img{width:50px!important}
	.step-item .step-counter span {	  font-size: 22px;	}

.page-template-landingpage-php .step-item .step-counter {  margin-right: 10px !important;}
	
	
  .why-title {
    font-size: 26px;
  }

  .why-icon {
    width: 50px;
    height: 50px;
  }

  .why-icon img {
    width: 40px;
    height: 40px;
  }

  .weight-loss-how-it-works .section-title {
    font-size: 26px;
  }
  
   .sec-area {
    flex-direction: column;
  }

  .sec-area .desc-img img {
    height: auto;
  }
  
   .faq-title {
    font-size: 28px;
  }
	
	.top-header .hero-banner-cta {  font-size: 17px;  width: auto;		padding: 15px;}
	  .footer-logo {
	  text-align: center;
	}
	.footer-email {
	  text-align: center;
	}
	.footer-bottom-content {
	  text-align: center;
	}
	
	
	.why-item {  justify-content: start!important;}

	
}


@media (max-width: 480px) {
	
	.age-card {		width: 90%;}
	
	.hero-banner-cta {padding: 15px!important;}
	
	.top-header .col-md-4.col-sm-6 {  width: 75%!important;}
	.top-header .col-md-8.col-sm-6.text-end{  width: 23%!important;}
	.top-header .col-md-8.col-sm-6.text-end a span{display:none!important}
	.top-header .col-md-8.col-sm-6.text-end .hero-banner-cta i{display:block!important; font-size: 20px;}
	
	.page-template-landingpage-php .top-header .hero-banner-cta::before {	background: unset!important;}
	.page-template-landingpage-php .top-header .hero-banner-cta{background: unset!important;padding-top: 10px !important;
    padding-bottom: 0px !important;}
	.page-template-landingpage-php .top-header .hero-banner-cta::after {background:unset;}
	
	.page-template-landingpage-php .top-header .col-md-8.col-sm-6.text-end .hero-banner-cta i {
		padding: 8px;
		border-radius: 30px; 
		background:var(--theme-btn-primary-color);
	  }

	.cta-btn a {  padding: 5px 10px;  font-size: 11px;}
	
	.step-item .step-counter span {    font-size: 17px;  }

	
}
@media (max-width: 375px) {

	.age-card {		width: 100%;}
	
	.page-template-landingpage .condition-heading-wrap .price-wrap h3 {	font-size: 24px !important;}
	
}