/* Subscription Popup Css Start */
/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* Card */
.popup-card {
  position: relative;
  background: #ffffff;
  padding: 2rem;
  border-radius: 16px;
  text-align: center;
  overflow: auto;
  max-height: 570px;
  width: 90%;
  max-width: 790px;

  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);

  animation: popupScale 0.3s ease;
}

/* Title */
.popup-title {
  font-weight: 600;
  color: #16a34a;
  text-align: center;
  font-size: 28px;
  margin-bottom: 15px;
}

.popup-body {
  margin-top: 15px;
}

.popup-left {
  margin-top: 18px;
  border-right: 2px solid #dee2e6;
}


.popup-small-title {
  font-size: 13px;
  color: #555;
  margin-bottom: 5px;
  text-align: center;
}

.popup-highlight {
  font-size: 18px;
  text-align: center;
  margin: 5px 0;
  color: #e6325f;
}

.popup-desc {
  margin-bottom: 10px;
  text-align: center;
}

.popup-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 10px 15px;
  text-align: start;
}

.popup-list li {
  font-size: 14px;
  margin-bottom: 5px;
}

.popup-list .disabled {
  color: #dc3545;
}

.popup-note {
  font-size: 13px;
  color: #555;
  margin-top: 10px;
}

.popup-section {
  text-align: center;
}

.popup-section h5 {
  margin-bottom: 5px;
  color: #e6325f;
}

/* Highlight line */
.Early-highlight {
  color: #16a34a;
  font-size: 1.25rem;
  font-weight: 600;
}

.popup-section p {
  margin-bottom: 2px;
  font-size: 14px;
}

.subscription-section {
  margin-top: 20px;
}

.popup-footer-text {
  text-align: center;
  font-weight: 500;
  padding-top: 10px;
}

/* Text */
.popup-text {
  color: #6c757d;
  margin-bottom: 20px;
}

/* Primary Button */
.popup-btn-primary {
  width: 50%;
  padding: 10px;
  border: none;
  border-radius: 8px;
  background: #ff3d6c;
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.2s;
}

.popup-btn-primary:hover {
  background: #e6325f;
}

/* Secondary Button */
.popup-btn-close {
  background: none;
  border: none;
  position: absolute;
  top: 4px;
  font-size: 17px;
  right: 5px;
  color: #6c757d;
  cursor: pointer;
}

/* Animation */
@keyframes popupScale {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.hr-sm {
  display: none;
}

.hr,
.hr-sm {
  height: 2px;
  background-color: #E6E6E6;
  background-image: -o-linear-gradient(left, white 2%, #E6E6E6 50%, white 98%);
  background-image: -moz-linear-gradient(left, white 2%, #E6E6E6 50%, white 98%);
  background-image: -webkit-linear-gradient(left, white 2%, #E6E6E6 50%, white 98%);
  background-image: -ms-linear-gradient(left, white 2%, #E6E6E6 50%, white 98%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0.02, white), color-stop(0.5, gray), color-stop(0.98, white));
}

.hr-vertical {
  width: 2px;
  background-color: #E6E6E6;
  background-image: -o-linear-gradient(top bottom, white 2%, #E6E6E6 50%, white 98%);
  background-image: -moz-linear-gradient(top bottom, white 2%, #E6E6E6 50%, white 98%);
  background-image: -webkit-linear-gradient(top bottom, white 2%, #E6E6E6 50%, white 98%);
  background-image: -ms-linear-gradient(top bottom, white 2%, #E6E6E6 50%, white 98%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0.02, white), color-stop(0.5, gray), color-stop(0.98, white));
}


/* Media query for Subscription */

@media (max-width: 768px) {
  .popup-card {
    padding: 20px;
    overflow: scroll;
    max-height: 80vh;
  }

  .popup-title {
    font-size: 25px;
  }

  .popup-body {
    gap: 0;
    margin-top: 0;
  }

  .popup-left {
    border-right: none;

  }

  .popup-right {
    margin-top: 15px;
  }

  .popup-btn-primary {
    width: 100%;
  }

  .hr-sm {
    display: block;
  }
}

/* Subscription Popup Css End */

/* Pricing Page Start */

.free-info-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 13px 15px;
  max-width: 850px;
  width: 100%;
  text-align: center;
  /* ✨ Smooth hover */
  transition: all 0.25s ease;
}

.price-free-left {
  margin: 13px 0;
  border-right: 2px solid #dee2e6;
}

.price-free-right {
  margin: 13px 0 0 0 ;
}


/* Highlight line */
.trial-highlight {
  color: #16a34a;
  font-size: 13px;
  font-weight: 600;
}

.discount-tag {
  position: absolute;
  top: 8px;
  right: 10px;
  padding: 20px 18px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;

  color: #fff;
  background: linear-gradient(135deg, #7b2ff7, #f107a3);
}

.discount-tag-padding {
  padding: 1px;
}

.clip-burst {
  clip-path: polygon(50% 0%,
      60% 18%,
      80% 10%,
      75% 30%,
      100% 35%,
      88% 50%,
      100% 65%,
      75% 70%,
      80% 90%,
      60% 82%,
      50% 100%,
      40% 82%,
      20% 90%,
      25% 70%,
      0% 65%,
      15% 50%,
      5% 35%,
      25% 30%,
      20% 10%,
      40% 18%);
}

.subsOffer {
  width: 49%;
  margin-left: 20px;
}

.trialOffer {
  width: 49%;
}

@media (max-width: 768px) {


  .price-free-left {
    border-right: none;
  }

  .price-free-right {
    margin-top: 15px;
  }

  .popup-btn-primary {
    width: 100%;
  }

  .hr-sm {
    display: block;
  }
}

/* Pricing Page End */

/* Blogs Start */
.tag-badge{
  padding: 3.15px 5.85px;
  font-size: 10px;
  margin-right: 2px;
}
/* Blogs End */