.pricing-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 20px 0px;
}
.plan_header_title{
    text-align: left;
      padding: 14px 20px 10px;
}
.plan_list{
      padding: 20px 20px 0px;
}
.plan_bottom_btn_box{
     padding: 0px 20px 10px;
    text-align: center;
}
.plan {
  background: #fff;
  border-radius: 20px;
  padding: 0px;
  width: 310px;
  max-width: 100%;
  position: relative;
  
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.plan:hover {
  transform: translateY(-5px);
}

.plan h2 {
  margin: 0px 0;
  font-size: 24px;
}

.plan h4 {
  font-size: 14px;
 
  margin-bottom: 0px;
}

.price {
  font-size: 20px;
  margin: 10px 0;
}

.old-price {
  text-decoration: line-through;
  color: #000;
  margin-right: 5px;
}

.new-price {
  color: #d60073;
  font-weight: bold;
  font-size: 22px;
}

.tag {
  background: #c0f0e8;
  color: #2c726d;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 15px;
  display: inline-block;
  margin: 10px 0;
}

.plan ul {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.plan ul li {
  padding-left: 24px;
  margin-bottom: 20px;
  position: relative;
     font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
}

.plan ul li::before {
  content: "";
  position: absolute;
  left: 0;
   background: url(../images/plans/tick.svg);

    color: #00b894;
    width: 16px;
    top: 3px;
    height: 16px;
}
.price_box_left{
    color:#000; width:65%
}
.price_box_right{
    width:35%
}



.price_strike {
  font-size: 48px;
  font-weight: bold;
  position: relative;
  line-height: 1;
}

.currency {
  font-size: 18px;
  vertical-align: super;
}

.price-with-line {
  color: black;
  position: relative;
  margin: 0 0px 0 -7px;
  display: inline-block;
}

.price-with-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: red;
  transform: translateY(-50%);
}

.per-month {
  font-size: 18px;
}

.discounted-price {
  font-size: 30px;
  font-weight: bold;
  color: #d60073;
  margin: 0;
}

@media (max-width: 480px) {
  /*.price_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }*/

  .price_box_left,
  .price_box_right {
    text-align: left;
  }

  .price_strike {
    font-size: 28px;
  }

  .discounted-price {
    font-size: 24px;
  }
}
.button_plan {
font-size: 18px;
    font-weight: 900;
    width: auto;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #5B2DAC;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #5B2DAC;
    border-radius: 25px 25px 25px 25px;
    padding: 8px 0px 8px 0px;
    display: block;
    width: 100%;
    text-align: center;
}
.button_plan:hover {
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    fill: #FFFFFF;
    color: #FFFFFF;
     border-color: #000;
       background-color: #000;
}

.note {
  font-size: 12px;
  color: #555;
  margin-top: 5px;
}

/* Most Popular Badge */
.most-popular .badge {
  position: absolute;
  top: -7px;
  right: 24px;

}
h4.plan-heading-title_final{
   color: #C3046B;
    font-size: 48px;
    font-weight: 900;
    line-height: 35px;
}
.price_box{
	padding-bottom: 10px;
    display: flex;
	align-items: center;
}

/* 🔁 Responsive Media Queries */
@media screen and (max-width: 1024px) {
  .pricing-table {
    justify-content: space-evenly;
  }
}

@media screen and (max-width: 768px) {
  .plan {
    width: 45%;
  }
}

@media screen and (max-width: 480px) {
  .plan {
    width: 100%;
  }

  .plan h2 {
    font-size: 20px;
  }

  .plan .price {
    font-size: 18px;
  }

  .button {
    font-size: 13px;
    padding: 8px 16px;
  }
}



.pricing-box {
      position: relative;
      background: #f1f0f3;
      padding: 20px;
    
    }

    .regular-price {
        color: #000000;
    font-size: 13px;
    line-height: 18px;
          font-weight: 600;
    }

    .original-price {
      font-size: 32px;
      font-weight: bold;
      color: #000;
      position: relative;
      display: inline-block;
    }

    .original-price::after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 2px;
      background: red;
      transform: rotate(-5deg);
    }

    .monthly {
      font-size: 16px;
      margin-left: 5px;
    }

    .discounted-price {
      font-size: 36px;
      font-weight: bold;
      color: #e1007e;
      margin-left: 20px;
    }
    .badge_great{
		position: absolute;
		bottom: -22px;
		left: -14px;
		background: url(../images/plans/stirp-green.svg);
		padding:15px 36px;
		font-size: 16px;
		font-weight: bold;
		width: 232px;
		height: 53px;
		color: #4C695C;
		font-size: 20px;
		font-weight: 600;
    }

   

@media (max-width: 400px) {
  .pricing-box {
	padding: 15px;
  }
  .discounted-price {
	font-size: 28px;
  }
}
