/*Razorpay css*/

   .mt-2{
        margin-top: 20px;
    }

.btn-black {
    background-color: #000;
}


/*pricing*/

/* ===== Scope everything to the pricing card ===== */
.mcg-pricing {
  position: relative;
  overflow: hidden;
  border-radius: 30px;  /* bigger curve */
  transform: translateY(-3px);
  transition: all 0.3s ease;
  filter: brightness(1.02);
  box-shadow: 0 14px 28px rgba(0,0,0,.2);
  /*background: linear-gradient(145deg, #e5e5e5, #f0f0f0) !important;*/
  /*background: #f0f0f0 !important;*/
  background: #c5dec5 !important;  /* fallback for old browsers */
}

.mcg-pricing .card-content {
  padding: 22px 22px 8px;
}

/* Header */
.mcg-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.mcg-icon {
  font-size: 22px;
  color: #00c853; /* Material green accent for trust */
}
.mcg-title {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .2px;
}

/* Price block */
.mcg-price-block {
  margin: 8px 0 14px;
}

.mcg-old-price {
  display: inline-block;
  position: relative;
  font-weight: 900;
  color: #de6666;            /* soft red */
  padding: 4px 10px;
  margin-bottom: 8px;
  letter-spacing: .3px;
  user-select: none;
  font-size: 30px;
}

/* X-cross over old price */
.mcg-old-price::after,
.mcg-old-price::before {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  top: 50%;
  height: 2px;
  background: #e53935;       /* deeper red for contrast */
  transform-origin: center;
}

.mcg-old-price::after { transform: rotate(45deg); }
.mcg-old-price::before  { transform: rotate(-45deg); }

/* New price */
.mcg-new-price {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  font-weight: 800;
  line-height: 1;
  margin: 6px 0 4px;
}

.mcg-currency {
  font-size: 1.4rem;
  opacity: .85;
  transform: translateY(2px);
}
.mcg-amount {
  font-size: 3rem;
  letter-spacing: .5px;
  animation: mcg-pop 700ms cubic-bezier(.2,.8,.2,1) both;
}
.mcg-suffix {
  font-size: .95rem;
  opacity: .8;
  margin-left: 6px;
}

@keyframes mcg-pop {
  0%   { transform: scale(.9); opacity:.4; }
  60%  { transform: scale(1.06); opacity:1; }
  100% { transform: scale(1); }
}

.mcg-subtext {
  font-size: .95rem;
  opacity: .9;
  margin-top: 6px;
}

/* Features list */
.mcg-features {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

@media (min-width: 600px) {
  .mcg-features { grid-template-columns: 1fr 1fr; }
}

/* CTA area */
.mcg-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px 18px !important;
  border-top: 1px solid rgba(0,0,0,.06);
}

.mcg-secure {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .9rem;
  opacity: .85;
}

/* Corner ribbon */
.mcg-ribbon {
  position: absolute;
  top: 14px;
  right: -34px;
  padding: 6px 50px;
  color: #fff;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  transform: rotate(18deg);
  background: linear-gradient(135deg, #ff7043, #ff5252);
  box-shadow: 0 6px 16px rgba(0,0,0,.18);
  pointer-events: none;
  border-radius: 4px;
}

/* Optional: adapt if card has dark bg (blue-grey darken-1) */
.mcg-pricing.card.blue-grey.darken-1 .mcg-title,
.mcg-pricing.card.blue-grey.darken-1 .mcg-subtext,
.mcg-pricing.card.blue-grey.darken-1 .mcg-features li,
.mcg-pricing.card.blue-grey.darken-1 .mcg-secure {
  color: #fff;
  opacity: .95;
}

.mcg-pay-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: none;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  background: #000000;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #0f9b0f, #000000);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #0f9b0f, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
}

.mcg-pay-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

.mcg-btn-text {
  flex: 1;
}

.mcg-btn-trusted {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.15);
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 500;
}

.mcg-btn-trusted svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  color: #4caf50;
}

.my-left-text {
  font-size: 18px;          /* comfortable size */
  line-height: 1.6;         /* better readability */
  font-weight: 400;
  color: #0d47a1;           /* Materialize deep blue */
  background: #e3f2fd;      /* light blue background */
  padding: 12px 18px;       /* spacing inside */
  border-left: 4px solid #1976d2;  /* highlight stripe */
  border-radius: 6px;       /* smooth corners */
  box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* subtle shadow */
}


.my-iphone-text{
   font-size: 18px;          /* comfortable size */
  line-height: 1.6;         /* better readability */
  font-weight: 400;
  color: #0d47a1;           /* Materialize deep blue */
  background: #FFCCCB;      /* light blue background */
  padding: 12px 18px;       /* spacing inside */
  border-left: 4px solid #1976d2;  /* highlight stripe */
  border-radius: 6px;       /* smooth corners */
  box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* subtle shadow */
}
