  .container {
        max-width: calc(1440px - 240px);
        width: 100%;
        margin: 0 auto;
    }
    /* SECTION */
.ez-hero {
  padding: 100px 20px 50px;
  background: linear-gradient(180deg, #EFEAF4, #FAF8F4);
}

.hero-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LEFT */
.hero-content {
  flex: 1;
}

.hero-tag {
  font-size: 12px;
  letter-spacing: 2px;
  color: #7a6fb3;
  text-transform: uppercase;
  display: block;
  /* margin-bottom: 20px; */
}

.hero-content h1 {
  font-size: 60px;
  font-weight: 700;
  color: #2b2735;
  margin: 10px 0px;
  line-height: normal;
}

.hero-content h1 span {
  color: #7a6aa6;
  font-style: italic;
}

.hero-content p {
  font-size: 18px;
  color: #5c5c66d4;
  max-width: 500px;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 25px;
}

.hero-btn {
  display: inline-block;
  background: #7a6aa6;
  color: #fff;
  padding: 14px 30px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0 8px 20px rgba(142,124,195,0.3);
}

.hero-btn:hover {
  background: #7564b0;
  transform: translateY(-3px);
}

/* RIGHT */
.hero-image {
  flex: 1;
  position: relative;
}

.hero-image img {
  width: 100%;
  border-radius: 20px;
  display: block;
  margin: auto;
}

/* RESPONSIVE */
@media (max-width: 992px) {

  .hero-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 40px;
  }

  .hero-content p {
    margin: 0px auto 10px;
	font-size: 16px;
  }

  .hero-image {
    margin-top: 40px;
  }
	
	.hero-tag-hide{
		display: none;
	}

}

 /* SECTION - 2*/

 .ez-care-section {
  padding: 60px 20px 0px;
  background: #FAF8F4;
  margin-bottom: -60px;
}

/* HEADER */
.section-header {
  text-align: center;
  margin-bottom: 70px;
}

.section-tag {
  font-size: 12px;
  letter-spacing: 3px;
  color: #7a6aa6;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.section-header h2 {
  font-size: 48px;
  font-weight: 700;
  color: #2b2735;
  margin-bottom: 15px;
}

.section-header h2 span {
  color: #7a6aa6;
  font-style: italic;
}

.section-header p {
  font-size: 18px;
  color: #666;
}

/* GRID */
.care-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: 90%;
  margin: auto;
}

/* CARDS */
.care-card {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  position: relative;
  transition: 0.3s ease;
}

.care-card.large {
  grid-column: span 2;
  background: #ece9f6;
}

.care-card.full {
  grid-column: span 3;
}

.care-card.dark {
  background: linear-gradient(90deg, #1c1c1f, #2b2b30);
  color: #fff;
}

.care-card:hover {
  transform: translateY(-6px);
}

.care-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.care-card p {
  font-size: 15px;
  color: #555;
  line-height: 25px;
}

.care-card.dark p {
  color: #ccc;
}

/* BIG NUMBER */
.card-number {
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 40px;
  font-weight: 600;
  color: rgba(0,0,0,0.08);
}

.care-card.dark .card-number {
  color: rgba(255,255,255,0.15);
}
.care-card-br{
  display: none;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  .care-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .care-card.large {
    grid-column: span 2;
  }

  .care-card.full {
    grid-column: span 2;
  }
}

@media (max-width: 992px) {

  .section-header h2 {
    font-size: 36px;
  }

  .care-grid {
    grid-template-columns: 1fr;
  }

  .care-card,
  .care-card.large,
  .care-card.full {
    grid-column: span 1;
  }
  .hero-tag {
    line-height: 25px;
}
.ez-hero{
	padding: 50px 10px 30px;
}
  .ez-care-section {
    padding: 40px 11px 0px;
    margin-bottom: 0;
  }
  .ez-results-section{
    padding: 30px 20px; 
     margin-top: 0px !important;
  }
  .journey{
     padding: 30px 20px; 
  }
  .section-header p {
    font-size: 16px;
  }
  .care-card-br{
    display: block;
  }
}

/* Section 3 */

.ez-results-section {
  padding: 0px 20px;
  background: #F5F3F5;
  text-align: center;
  margin-top: -60px;
}

/* HEADER */
.section-tag {
  font-size: 14px;
  letter-spacing: 3px;
  color: #7a6aa6;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.section-header h2 {
  font-size: 44px;
  font-weight: 700;
  color: #2b2735;
  margin: 10px 0px;
}

.section-header h2 span {
  color: #7a6aa6;
  font-style: italic;
}

.section-header p {
  color: #666;
  margin-bottom: 50px;
}

/* RESULT CARDS */
.result-card {
  background: #ece9f6;
  border-radius: 20px;
  padding: 40px;
  margin: 20px 0px;
}
.result-card-width{
  width: 45%;
  margin: auto;
}
.main-card h3 {
  font-size: 90px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #2b2735;
}

.main-card p {
  font-size: 18px;
  color: #666;
}

.stats-row {
  display: flex;
  gap: 25px;
  justify-content: center;
}

.small-card {
  flex: 1;
  background: #ffffff !important;
  padding: 35px;
}

.small-card h4 {
  font-size: 40px;
  margin: 10px 0px;
  color: #2b2735;
}

.small-card p {
  color: #777;
}

/* BENEFITS */
.benefits-card {
  margin-top: 0px;
  background: linear-gradient(90deg, #efe7dd, #e8dfd6);
  padding: 35px;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.benefits-card p {
  background: #ffffff;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 14px;
  color: #444;
  display: flex;
      align-items: center;
    justify-content: center;
    width: 200px;
}
.benefits-card p img{
 width: 12%;
 margin-right: 10px;
}
/* .benefits-card span img{
	width: 5%;
} */

/* RESPONSIVE */

@media (max-width: 768px) {

  .section-header h2 {
    font-size: 30px;
  }

  .main-card h3 {
    font-size: 50px;
  }

  .stats-row {
    flex-direction: column;
  }
  .benefits-card p {
  font-size: 12px;
    width: 140px;
}
.benefits-card p img{
 width: 18%;
}
.benefits-card {
  padding: 30px 10px;
  gap: 10px;
}

}

/* Section FAQS */
.faq-section {
  background: #F5F3F5;
  padding: 60px 20px 0px;
  /* margin-bottom: -60px; */
}

.faq-subtitle {
  letter-spacing: 4px;
  font-size: 14px;
  color: #7a6ea8;
  margin-bottom: 0px;
  text-align: center;
}

.faq-title {
  font-size: 43px;
  font-weight: 600;
  margin-bottom: 60px;
  color: #222;
  text-align: center;
  margin-top: 10px;
}

.faq-box {
  background: #FAF8F4;
  padding: 50px;
  border-radius: 20px;
  text-align: left;
  width: 70%;
  margin: auto;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.faq-item:hover{
	color: #7a6db0;
}

.faq-question {
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  font-size: 15px;
  color: #666;
  margin: 10px 0px;
  display: none;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  display: block;
}

.faq-item.active .icon {
  transform: rotate(45deg);
}

.icon {
  transition: 0.3s ease;
  font-size: 22px;
}

/*  */

.science-section {
  padding: 00px 20px 0px;
  color: #ffffff;
  background: #1D1823;
  margin: -60px 0px;
}

.section-label {
  letter-spacing: 3px;
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 20px;
  color: #6f5ca8ff;
}

.main-heading {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 10px;
}

.main-heading span {
  color: #6f5ca8;
  font-style: italic;
}

.section-description {
  font-size: 17px;
  color: #b8b3c7;
  margin-bottom: 60px;
}

/* Info Blocks */
.info-block {
  margin-bottom: 60px;
}

.info-block h3 {
  font-size: 24px;
  margin: 15px 0 10px;
  font-weight: 600;
}

.info-block p {
  font-size: 16px;
  color: #ddddddcc;
  max-width: 550px;
  line-height: 25px;
}

/* Pills */
.pill {
  display: inline-block;
  padding: 6px 16px;
  font-size: 13px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  color: #d4ccff;
}

/* SEction 4 */

.journey {
  padding: 60px 20px 0px;
  background: #F5F3F5;
  margin-bottom: -60px;
}
.journey h2{
	margin: 10px 0px 50px 0px;
	font-weight: 700;
	font-size: 44px;
}
.journey .icon img{
	filter: brightness(0) saturate(100%) invert(39%) sepia(7%) saturate(4055%) hue-rotate(214deg) brightness(94%) contrast(82%);
	width: 50%;
}

.subtitle {
  text-align: center;
  letter-spacing: 3px;
  font-size: 14px;
  color: #8c7bb8;
  margin-bottom: 10px;
}

h2 {
  text-align: center;
  font-size: 48px;
  margin-bottom: 80px;
}

h2 span {
  font-style: italic;
  color: #6f5ca8;
}

.steps {
    width: 70%;
    margin: auto;
}

.step {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  position: relative;
}

.step.left {
  flex-direction: row;
}

.step.right {
  flex-direction: row-reverse;
  text-align: right;
}

.icon {
  width: 70px;
  height: 70px;
  /* background: #e9e4f3; */
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 30px;
}
.journey .icon{
  background: #e9e4f3;
}

.content {
  width: 80%;
}

.badge {
  display: inline-block;
  background: #e9e4f3;
  color: #6f5ca8;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.journey .content p{
	 line-height: 25px;
}

h3 {
  margin: 0 0 10px 0;
  font-size: 22px;
}

p {
  margin: 0;
  color: #6b6b75;
  /* line-height: 1.2; */
}


.results-section-testimonials {
  padding: 0px 20px;
  text-align: center;
  background: #FAF8F4;
  margin-top: -60px;
}

/* Responsive */
@media (max-width: 992px) {

  .step {
    flex-direction: row !important;
        /* border: 1px solid #6f5ca8; */
        border-radius: 18px;
        padding: 10px;
  }
  .steps .step .icon{
	margin: 0 10px;
  }
	.steps .step{
	margin-bottom: 30px;
  }
  .steps .step.right{
	text-align: left;
  }
  .faq-box{
	width: 100%;
	padding: 25px;
  }
  .faq-item{
    padding: 20px 0px;
  }
  .faq-box .icon {
    position: absolute;
    left: 0;
    margin: 0;
	display: none;
  }
  .result-card-width{
	width: 100%;
  }
  .benefits-card{
	margin-top: 20px;
  }

  .info-block h3{
	font-size: 22px;
  }
  .info-block {
    margin-bottom: 40px;
}
  .content {
    max-width: 100%;
  }

  h2 {
    font-size: 32px;
  }
.faq-title {
    font-size: 36px;
}
.main-heading {
  font-size: 36px;
}
.journey .steps {
    width: 100%;
}
.stats-row {
  gap: 0;
}
.science-section {
  padding: 35px 20px;
  margin: 0;
}
.results-section-testimonials {
    padding: 30px 20px;
    margin-top: 0;
  }
.journey {
    padding: 20px 20px;
     margin-bottom: 0;
  }
.faq-section {
  margin-bottom: 0px;
   padding: 40px 20px 0px;
}
}

/*  */


/* Heading */
.section-tag-testimonials {
  letter-spacing: 3px;
  font-size: 14px;
  color: #8e7cc3;
  margin-bottom: 10px;
}

.section-title-testimonials {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 60px;
  margin-top: 10px;
  color: #222;
}

.section-title-testimonials span {
  color: #7a6db0;
  font-style: italic;
}

/* Grid */
.results-grid-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Cards */
.result-card-testimonials {
  border-radius: 18px;
  overflow: hidden;
  /* box-shadow: 0 10px 25px rgba(0,0,0,0.06); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* background: #fff; */
}

.result-card-testimonials img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

/* Hover effect */
.result-card-testimonials:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 992px) {
  .results-grid-testimonials {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .results-grid-testimonials {
    grid-template-columns: 1fr;
  }

  .section-title-testimonials {
    font-size: 34px;
  }
}

.final-cta-section{
    background: #1F1F1F;
    padding: 1px 20px 100px;
	text-align: center;
}
.final-cta-title{
	color: #fff;
	margin: 10px 0px 15px;
  font-size: 42px;
}
.final-cta-subtitle{
	color: #ddd;
	text-align: center;
  font-size: 18px;
}
.final-cta-btn{
	margin: 30px 0px 0px 0px;
	background: #E4C3AA;
	color: #000;
}


.result-card-testimonials {
  padding: 0 15px;
}

.result-card-testimonials img {
  width: 100%;
  border-radius: 18px;
  display: block;
}

/* Remove default slick outline */
.slick-slide {
  outline: none;
}

/* Optional better arrows spacing */
.slick-prev {
  left: -40px;
}

.slick-next {
  right: -40px;
}


/* form */
/* Overlay */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  overflow-y: auto;
}
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Modal Box */
.popup-box {
  background: #f6f5f8;
  width: 100%;
  max-width: 620px;
  border-radius: 28px;
  padding: 30px 30px;
  position: relative;
  animation: popupFade 0.3s ease;
  max-height: 90vh;
  overflow-y: auto;
  margin-top: 4%;
}

/* Animation */
@keyframes popupFade {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Close Button */
.close-popup {
  position: absolute;
  top: 15px;
  right: 13px;
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
  color: #666;
}

/* Heading */
.popup-box h2 {
  font-size: 28px;
  margin: 10px 0px;
  color: #222;
}

.popup-box  .subtitle {
  font-size: 14px;
  color: #777;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

/* Form */
.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #222;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 16px 20px;
  border-radius: 20px;
  border: 2px solid #d6d1e4;
  background: #fff;
  font-size: 16px;
  outline: none;
  transition: 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #8b7bbf;
  box-shadow: 0 0 0 3px rgba(139,123,191,0.15);
}

textarea {
  resize: none;
  min-height: 120px;
}

/* Button */
.submit-btn {
  width: 100%;
  padding: 20px;
  border-radius: 50px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: white;
  background: #8b7bbf;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #7867b2;
}

/* Demo button */
.open-popup {
  padding: 12px 24px;
  background: #8b7bbf;
  color: white;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}
@media (max-width: 768px) {
	.popup-box{
		padding: 25px 18px;
	}
	.popup-box .subtitle{
		font-size: 12px;
		margin-bottom: 20px;
	}
  .final-cta-title{
  font-size: 32px;
}
 .final-cta-section{
    padding: 1px 20px 60px;
}
}

.slick-arrow {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50%;
    position: absolute;
    z-index: 99;
    top: 0 !important;
    bottom: 0;
    margin: auto;
    font-size: 0;
    border: none;
    cursor: pointer;
    background: #fff!important;
    box-shadow: 0 10px 20px rgb(0 0 0 / .04), 0 2px 6px rgb(0 0 0 / .04), -1px 2px 7px 3px rgb(122 109 176);
}
  .slick-arrow.slick-next:before, .slick-arrow.slick-prev:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.slick-arrow.slick-next:before {
    background: url(https://ezweight.co/wp-content/uploads/2026/02/arrow-next.png) center / 50% no-repeat;
}
.slick-arrow.slick-prev:before {
    background: url(https://ezweight.co/wp-content/uploads/2026/02/arrow-prev.png) center / 50% no-repeat;
}

 @media (max-width: 992px) {
   .slick-arrow.slick-next {
    right: 12px;
  }
  .slick-arrow.slick-prev {
    left: 12px;
  }
  }
    .wave svg {
    display: block;
    width: 100%;
    height: auto;
    background: #F5F3F5;
  }
  .wave{
    margin-bottom: -1px;
  }
   .mobile-btn{
    display: none;
  }
  @media (max-width: 992px) {
    .desktop-btn{
      display: none;
    }
    .mobile-btn{
        display: flex;
        width: fit-content;
        margin: 20px auto 0px;
    }
  }
    .wave2{
    background: #F5F3F5;
    margin-bottom: -6px;
    /* height: 200px; */
  }
  .wave1{
    background: #1D1823;
    margin: -6px 0px;
    /* height: 200px; */
  }
   @media (max-width: 992px) {
    .wave1, .wave2{
    height: auto;
  }
  }
    .wave4{
    background: #FAF8F4;
    margin-bottom: -4px;
    /* height: 200px; */
  }
  @media (max-width: 992px) {
    .wave4{
    height: auto;
  }
  }