.elementor-298 .elementor-element.elementor-element-6fb44137{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-298 .elementor-element.elementor-element-7d3e450{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-7d3e450 *//* ===== Razorpay subscribe buttons (monthly + annual) ===== */

.rzp-subscribe-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 380px;
}

.rzp-subscribe-btn {
  position: relative;
  width: 100%;
  padding: 18px 20px;
  border-radius: 12px;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  transition: transform .2s ease, box-shadow .2s ease;
}

/* Annual = the highlighted "best value" option */
.rzp-annual {
  border: 2px solid #0f4c5c;
}

/* Monthly = quieter */
.rzp-monthly {
  border: 1px solid #d0d0d0;
}

.rzp-subscribe-btn:hover {
     background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(15, 76, 92, 0.18);
}
.rzp-subscribe-btn:active { transform: translateY(0); }

.rzp-label { display: flex; flex-direction: column; gap: 2px; }
.rzp-title { font-size: 16px; font-weight: 500; color: #0f4c5c; }
.rzp-sub   { font-size: 13px; color: #6b6b6b; }

/* "Best value" flag on the annual button */
.rzp-badge {
  position: absolute;
  top: -10px;
  left: 16px;
  background: #0f4c5c;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 6px;
}

/* Processing state */
.rzp-subscribe-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  .rzp-subscribe-btn { transition: none; }
}/* End custom CSS */