/* Ensure pay-card-row is always visible */
.pay-card-row,
.pay-card-row.static {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}
/* Pay select arrow styles moved from inline */
.pay-select-arrow {
  position: absolute;
  right: 12px;
  pointer-events: none;
  display: flex;
  align-items: center;
  height: 100%;
}

/* Pay card row static styles moved from inline */
.pay-card-row.static {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.plan-card.active .corner-badge {
    overflow: hidden;
    top: 14px;
    right: -2px;
}

.plan-card.active::before {
  z-index: 2;
}

.plan-card.active {
  border: 2.5px solid #ffe066;
  box-shadow: 0 4px 24px 0 rgba(255, 224, 102, 0.18);
  position: relative;
  background: #fffbe6;
  min-height: 146px;
  z-index: 2;
  overflow: visible;
}

.deal-price-box {
   height: 56px;
   width: 42px;
   padding: 6px !important;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
}

.plan-card.active .plan-content {
    margin-top: 6px;
}
.plan-card.active::before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  height: 44px;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(255,224,102,0.18);
  pointer-events: none;
}

.deal-price-box .price-box {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
  .pay-select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
  }
  .mobile-pay-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    outline: none;
    padding: 8px 32px 8px 12px;
    font-size: 15px;
    color: #222;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: none;
    width: 210px;
    min-width: 180px;
    max-width: 260px;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .pay-select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 180px;
  }
  .mobile-pay-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    outline: none;
    background: #fff;
    padding: 8px 32px 8px 12px;
    font-size: 14px;
    color: #222;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: none;
    width: 210px;
    min-width: 180px;
    max-width: 260px;
  }
}
@media (max-width: 678px) {
  .mobile-pay-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1000;
    padding: 0 0 8px 0;
  }
  .mobile-pay-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 12px 8px 12px;
    background: #fff;
    border-radius: 10px;
    margin: 0 8px;
    position: relative;
   
  }
  .mobile-pay-method {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    flex: 1 1 auto;
  }
  .pay-using-row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    color: #888;
    font-weight: 500;
    margin-bottom: 2px;
    letter-spacing: 0.2px;
    position: relative;
  }
  .pay-using-label {
    font-size: 15px;
    color: #888;
    font-weight: 500;
    letter-spacing: 0.2px;
  }
  .pay-using-arrow {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
    transition: transform 0.2s;
  }
  .pay-using-row.open .pay-using-arrow {
    transform: rotate(180deg);
  }
  .pay-card-row {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 2px;
  }
  .pay-card-icon {
    width: 22px;
    height: 22px;
    display: inline-block;
  }
  .pay-card-text {
    font-size: 15px;
    color: #222;
    font-weight: 600;
    letter-spacing: 0.1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pay-bar-dots {
    flex: 1 1 100%;
    border-bottom: 1.5px dashed #2196f3;
    margin: 0 12px 0 16px;
    height: 0;
    min-width: 30px;
    max-width: 80px;
  }
  .mobile-pay-btn {
    background: #2e2a94;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 10px 22px;
    box-shadow: 0 2px 8px rgba(46,42,148,0.10);
    transition: background 0.2s;
    white-space: nowrap;
    margin-left: 8px;
  }
  .mobile-pay-btn:active,
  .mobile-pay-btn:hover {
    background: #1a1a6e;
  }
  /* Dropdown styles */
  .mobile-pay-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    border: 1.5px solid #b3e0ff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(33,150,243,0.10);
    min-width: 180px;
    z-index: 10;
    margin-top: 4px;
    display: none;
  }
  .pay-using-row.open + .mobile-pay-dropdown {
    display: block;
  }
  .mobile-pay-dropdown-option {
    padding: 10px 16px;
    font-size: 15px;
    color: #222;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.15s;
  }
  .mobile-pay-dropdown-option:hover {
    background: #f0f6ff;
  }
}
@media (max-width: 678px) {
  .mobile-pay-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0 -2px 16px rgba(33,150,243,0.10);
    z-index: 1000;
    padding: 0 0 8px 0;
  }
  .mobile-pay-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 12px 8px 12px;
    background: #fff;
    border-radius: 10px;
    border: none;
    margin: 0 ;
    position: relative;
    box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.078);
  }

  /* CTA */



  .mobile-pay-method {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    flex: 1 1 auto;
  }
  .pay-using-row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    color: #888;
    font-weight: 500;
    margin-bottom: 2px;
    letter-spacing: 0.2px;
  }
  .pay-using-label {
    font-size: 15px;
    color: #888;
    font-weight: 500;
    letter-spacing: 0.2px;
  }
  .pay-using-arrow {
    font-size: 18px;
    color: #222;
    margin-left: 2px;
    font-weight: 700;
    line-height: 1;
  }
  .pay-card-row {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 2px;
  }
  .pay-card-icon {
    width: 22px;
    height: 22px;
    display: inline-block;
  }
  .pay-card-text {
    font-size: 14px;
    color: #222;
    font-weight: 600;
    letter-spacing: 0.1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pay-bar-dots {
    flex: 1 1 100%;
    border-bottom: 1.5px dashed #2196f3;
    margin: 0 12px 0 16px;
    height: 0;
    min-width: 30px;
    max-width: 80px;
  }
  .mobile-pay-btn {
    background: #2e2a94;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 22px;
    box-shadow: 0 2px 8px rgba(46,42,148,0.10);
    transition: background 0.2s;
    white-space: nowrap;
    margin-left: 8px;
  }
  .mobile-pay-btn:active,
  .mobile-pay-btn:hover {
    background: #1a1a6e;
  }
}
@media (max-width: 678px) {
  .pay-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #fff;
    border: 2px solid #2196f3;
    border-radius: 12px;
    padding: 12px 16px;
    margin-top: 1.5rem;
    box-shadow: 0 2px 8px rgba(33,150,243,0.08);
    position: relative;
    min-height: 56px;
  }
  .pay-row .pay-details {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .pay-row .pay-method {
    color: #888;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
  }
  .pay-row .pay-card {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
  }
  .pay-row .pay-card img {
    width: 24px;
    height: 24px;
  }
  .pay-row .pay-dots {
    flex: 1;
    border-bottom: 1.5px dashed #2196f3;
    margin: 0 10px;
    height: 0;
  }
  .pay-row .cta-button {
    width: 140px;
    height: 40px;
    background: #2e2a94;
    color: #fff;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(46,42,148,0.10);
    border: none;
    transition: background 0.2s;
    margin-left: 16px;
    position: static;
  }
  .pay-row .cta-button:hover {
    background: #1a1a6e;
  }
}
/* Set-to-pay checkbox and alert icon styles for payment summary */
.set-to-pay-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0 0.5rem 0;
  position: relative;
}
.checkbox-outer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.set-to-pay-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #2e2a94;
}
.set-to-pay-check label {
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}
.alert-icon {
  width: 18px;
  height: 18px;
  margin-left: 8px;
  margin-bottom: 0;
  align-self: flex-end;
}
.terms-check {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.terms-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #2e2a94;
  margin-right: 8px;
}
.terms-check label {
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 1.3;
  cursor: pointer;
}
.terms-link {
  color: #2e2a94;
  text-decoration: underline;
}
html, body {
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  color: #000;
}


.background-wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background-image: url('https://api.builder.io/api/v1/image/assets/TEMP/cf0581fe40c38a9a4da5fd3d3478b4fb35ce0497?width=2560');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.background-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 100vh;
}

@media (min-width: 1024px) {
  .main-content {
    flex-direction: row;
    padding: 60px 0;
  }
}

.left-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  padding-top: 2rem;
}

@media (min-width: 1024px) {
  .left-section {
    max-width: 42%;
    flex: 0 0 42%;
    padding-top: 0;
  }
}

.brand-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.brand-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2e2a94;
  font-family: Georgia, serif;
  letter-spacing: 0.5px;
}
.logo-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-svg {
      flex-shrink: 0;
}
  .brand-description {
    color: #222;
    font-size: 1.15rem;
    line-height: 1.8rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
  }



.brand-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #2e2a94;
  font-family: Georgia, serif;
}

@media (min-width: 1024px) {
  .brand-title {
    font-size: 3rem;
  }
}

.brand-description {
  color: black;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .brand-description {
    font-size: 1.25rem;
  }
}

.features-section {
  flex-direction: row;
  gap: 1rem;
  width: 100%;
}

.features-title {
  color: black;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.features-grid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .features-grid {
    flex-direction: row;
  }
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.feature-icon {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
}

.feature-icon-bg {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: rgba(46, 42, 148, 0.05);
}

.feature-icon-svg {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
}

.feature-content {
  text-align: left;
}

.feature-title {
  color: black;
  font-size:18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.feature-description {
  color: black;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.pricing-card {
  width: 100%;
  background: #fff;
  border-radius: 1.5rem;
  border: 1px solid #ddd;
  padding: 2rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  box-shadow: 0 4px 32px 0 rgba(44, 62, 80, 0.08);
}


.feature-separator {
  display: none;
  width: 1px;
  height: 9.5rem;
  border-left: 1px dashed #ddd;
}

.timer-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #f7f7fa;
  padding: 0.375rem 1.1rem;
  border-radius: 0.8rem;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.04);
  font-weight: 600;
}
.timer-badge-top {
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  z-index: 2;
}
@media (min-width: 1024px) {
  .feature-separator {
    display: block;
  }
}

.pricing-card {
  width: 100%;
  background: white;
  border-radius: 1.5rem;
  border: 1px solid #ddd;
  .deal-button {
    background-color: #fff;
    color: #006eb9;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 12px;
    font-weight: 500;
    border: 1.5px solid #006eb9;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
  }
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .pricing-card {
    .deal-price-box {
      border: 1.5px dashed #006eb9;
      border-radius: 0.7rem;
      padding: 0.5rem 1.1rem;
      min-width: 69px;
      text-align: center;
      background: #f7fafd;
      font-size: 1.1rem;
      font-weight: 600;
    }
    width: 640px;
  }
}

.timer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.timer-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #d9e6ff;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
}

.timer-text {
  color: black;
  font-size: 14px;
  font-weight: 400;
}

.timer-countdown {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.timer-icon {
  width: 1rem;
  height: 1rem;
}

.timer-value {
  color: #ee212e;
  font-size: 14px;
  font-weight: 700;
}

.plans-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.plans-title {
  color: #333;
  font-size: 18px;
  font-weight: 500;
}

.plans-grid {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .plans-grid {
    flex-direction: row;
    align-items: flex-end;
  }
}

.plan-card {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 0.75rem;
  padding: 0.75rem;
  background: white;
  position: relative;
  overflow: hidden;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1023px) {
  .plan-card {
    min-height: auto;
  }
}

.plan-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.plan-header {
  text-align: center;
}

.plan-title {
  color: black;
  font-size: 16px;
  font-weight: 500;
}

.plan-pricing {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.plan-price {
    color: #EE212E;
    font-size: 14px;
    font-weight: 700;
}

.plan-period {
  color: #666;
  font-size: 0.875rem;
}

.plan-divider {
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

.plan-savings {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  background-color: #ececec;
  padding: 0.25rem 0.75rem;
  border-radius: 6px;
  justify-content: center;
  width: 100%;
}

.savings-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.savings-text {
  color: black;
  font-size: 14px;
  font-weight: 400;
}

/* Corner badge below yellow top image */
/* Corner badge stays inside the card */
/* Corner badge original position and size */
.corner-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
}

.corner-badge-text {
  display: block;
  background: #2e2a94;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 0;
  width: 80px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: -20px;
  transform: rotate(45deg);
  box-shadow: 0 1px 4px rgba(0,0,0,0.10);
  letter-spacing: 0.5px;
  white-space: nowrap;
  border-radius: 2px;
}

.plan-card.active {
    border: 1px solid #2e2a94;
}



@media (max-width: 1023px) {
  .best-valued-card {
    min-height: auto;
  }
}

.best-valued-banner {
  position: absolute;
  top: -0.875rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}

/* .best-valued-inner {
  border: 2px solid #2e2a94;
  border-radius: 0.75rem;
  padding: 0.75rem 0.75rem;
  padding-top: 1.5rem;
  width: 100%;
  background-color: #fff6e5;
  position: relative;
  overflow: hidden;
} */

.best-valued-divider {
  width: 100%;
  height: 1px;
  background-color: #2e2a94;
}

.best-valued-savings {
  background-color: #ffe6b6;
}

.strikethrough {
  text-decoration: line-through;
}

.special-deals {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.deals-title {
  color: #333;
  font-size: 1.125rem;
  font-weight: 700;
}

.deals-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .deals-grid {
    flex-direction: row;
  }
}

.deal-card {
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  padding: 0.75rem;
  background: white;
  flex: 0 0 48%;
  max-width: 48%;
}

.deal-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.deal-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.deal-name {
  color: black;
  font-size: 0.875rem;
  font-weight: 500;
}

.deal-duration {
  color: #666;
  font-size: 0.75rem;
}

.deal-details {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.deal-price-box {
  border: 1px dashed #ddd;
  border-radius: 0.5rem;
  padding: 0.375rem;
  min-width: 69px;
  text-align: center;
}

.deal-price-old {
  color: #666;
  font-size: 0.75rem;
  text-decoration: line-through;
}

.deal-price-new {
  color: #faad19;
  font-size: 1.125rem;
  font-weight: 700;
}

.deal-price-period {
  color: #666;
  font-size: 0.75rem;
}

.deal-description {
  flex: 1;
  color: black;
  font-size: 0.75rem;
  line-height: 1rem;
}

.deal-button {
  background-color: #fff;
  color: #006eb9;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 12px;
  font-weight: 500;
  border: 1.5px solid #006eb9;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.deal-button:hover {
  background-color: #006eb9;
  color: #fff;
}



.savings-banner {
  text-align: center;
  background: linear-gradient(to right, #f9fafb, #f3f4f6);
  border-radius: 0.5rem;
  padding: 0.5rem;
}

.savings-text {
  color: black;
  font-size: 0.875rem;
}

.savings-amount {
  color: #00a850;
  font-size: 1rem;
  font-weight: 700;
}

.cta-button {
  width: 100%;
  background-color: #2e2a94;
  color: white;
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: rgba(46, 42, 148, 0.9);
}

/* .motilal-oswal-width {
  width: 288px;
} */

@media (max-width: 1023px) {
  .motilal-oswal-width {
    width: 100%;
  }
}

/* Hide Payment Summary on Desktop, show only on mobile */
.payment-summary-mobile-only {
  display: none;
}
@media (max-width: 900px) {
  .payment-summary-mobile-only {
    display: block;
  }
}
/* Payment Summary Top Blue Background */
.payment-summary-bg {
  width: 100%;
  position: relative;
  height: 56px;
  margin-bottom: -12px;
  z-index: 1;
  background-size: cover;
}
.payment-summary-bg-img {
  width: 100%;
  height: 48px;
  object-fit: cover;
  display: block;
}

.timer-badge-desktop {
  display: flex;
}
.timer-badge-mobile {
  display: none;
}
@media (max-width: 900px) {
  .plans-title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .timer-badge-desktop {
    display: none !important;
  }
  .timer-badge-mobile {
    display: flex !important;
    margin-bottom: 1rem;
  }
}
/* Plans title and timer row */
.plans-title-row {
  display: flex;
  align-items: center;
  width: 100%;
  gap:20px;
}
.plans-title-row .plans-title {
  margin-bottom: 0;
}
.plans-title-row-spacer {
  flex: 1 1 auto;
}
.plans-title-row .timer-badge {
  margin-left: 0;
  min-width: 180px;
  flex-shrink: 0;
  justify-content: flex-end;
  display: flex;
}
/* Footer App Download */
.footer-app-download {
  width: 100%;
  background: #fff;
  border-top: 1px solid #e5e7eb;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 20;
}
.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  padding: 0 2vw;
  gap: 1.5rem;
}
.footer-logo {
  height: 40px;
  width: auto;
}
.footer-center {
  font-size: 1.1rem;
  color: #222;
  font-weight: 500;
}
.footer-right {
  display: flex;
  gap: 0.5rem;
}
.app-badge img {
  height: 40px;
  width: auto;
  display: block;
}
@media (max-width: 700px) {
  .footer-content {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
  .footer-logo {
    height: 32px;
  }
  .app-badge img {
    height: 32px;
  }
}

/* Sticky pay button for mobile */
@media (max-width: 700px) {
  .cta-button {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    border-radius: 0;
    z-index: 100;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
  }
  .footer-app-download {
    padding-bottom: 3.5rem;
  }
}

/* Card backgrounds for mobile */
@media (max-width: 700px) {
  .pricing-card,
  .summary-content,
  .deal-card {
    border-radius: 1rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    
  }
  .main-content {
    padding-bottom: 5rem;
  }
}

.mob-top-section{
    display: none;
}

.mobview{
    display: none;
}

.mobile-pay-bar{
    display: none;
}



@media (max-width: 768px) {

    .mob-top-section{
        display: block;
    }
  .mob-top-section .timer-badge {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100vw;
    max-width: 100vw;
    border-radius: 0;
    margin: 0;
    z-index: 1000;
    box-sizing: border-box;
    justify-content: center;
  }
  .mob-top-section {
    padding-top: 48px;
  }
  .logo-svg {
    max-width: 70%;
    margin: 0 auto;
    }
    .brand-description {
    color: #666666;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    }
    .left-section .brand-section {
    display: none;
    }

    .main-content {
        flex-direction: column-reverse;
    }
    .main-content .plans-title-row, 
    .main-content .timer-badge.timer-badge-mobile{
        display: none !important;
    }

    .main-content .pricing-card {
        border: none;
        padding: 0 !important;
        box-shadow: none;
    }
  .main-content .plans-grid {
    flex-direction: row;
    gap: 6px;
    align-items: end;
  }
  .main-content .plan-card,
  .main-content .best-valued-card {
    flex: 1 1 0;
    min-height: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .main-content .best-valued-card {
    min-height: 130px;
  }
    .main-content .plan-title {
        color: black;
        font-size: 12px;
        font-weight: 500;
    }
    .corner-badge-text{
        width: 66px;
        font-size: 8px;
    }
    .plan-period {
        color: #666;
        font-size: 11px;
    }
    .plan-pricing {
        gap: 4px;
    }
    .best-valued-banner img{       
        height: 16px !important;
        display: block !important;
    }
    .savings-text {
        font-size: 10px;
    }    

    .best-valued-card .corner-badge-text {
        top: -5px;
        right: -27px;
        font-size: 8px;
    }

    .main-content .plan-card {
        padding: 4px;
        height: auto;
        min-height: auto;
    }

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

    .best-valued-savings {
        padding: 6px;
    }

    .mobview{
        display: block;
    }

    .features-section.deskview{
        display: none;
    }

    .features-section.mobview {
        border: 1px solid #ddd;
        padding: 15px;
        border-radius: 10px;
    }

    .features-grid {
        flex-direction: row;
        gap:15px
    }
    .features-title {
        margin-bottom: 15px;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
    }
    .feature-item{
        align-items: center;
    }
    
    .feature-title {
        font-size: 14px;
    }

    .feature-description {
        color: black;
        font-size: 12px;
        line-height: 1.4;
    }
    .feature-content {
        text-align: center;
    }
    .timer-text,.timer-value {
        font-size: 16px;
    }

    .deal-card {
        padding: 0;
    }
    .deal-content {   
        padding: 15px;
    }

    .specialoffer-badge.mobview {
        background: #006EB9;
        color: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-weight: 700;
        font-size: 14px;
    }

    .payment-summary {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;  
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    }


.set-to-pay-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    position: relative;
    background: #F5F5F5;
    padding: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.set-to-pay-check label {
    font-size: 14px;
    font-weight: 400;
}   

.alert-icon {
    width: auto;
    height: auto;
}

.terms-check label {
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.cta-button{
    display: none;
}
    

.mobile-pay-bar{
    display: block;
}

.deal-card {
  
    flex: 0 0 100%;
    max-width: 100%;
}

.deals-title{
    display: none;
}

.plan-card.active {
    min-height: 106px;
  }
  .plan-card.active::before {
    width: 100%;
    max-width: 120px;
    height: 28px;
    top: -12px;
    background-size: 100% 28px;
  }
  .plan-card.active .corner-badge {
    overflow: hidden;
    top: 5px;
    right: -2px;
  }

    
}
.summary-title {
  color: #333;
  font-size: 1.125rem;
  font-weight: 700;
}


.summary-content {
  background: white;  
  margin-bottom: 0;
}

.summary-content .summary-inner{
    padding: 20px;
}

.summary-items {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.summary-item-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.summary-item-name {
  color: black;
  font-size: 0.875rem;
  font-weight: 500;
}

.summary-item-details {
  color: #666;
  font-size: 0.75rem;
}

.summary-item-price {
  color: black;
  font-size: 0.875rem;
  font-weight: 700;
}

.summary-discount {
  color: #00a850;
  font-size: 0.75rem;
  font-weight: 700;
}

.summary-discount-price {
  color: #00a850;
  font-size: 0.875rem;
  font-weight: 700;
}

.summary-total {
  padding-top: 0.75rem;
  border-top: 1px solid #ddd;
}

.summary-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.summary-total-price {
  color: black;
  font-size: 1.125rem;
  font-weight: 700;
}

.summary-gst {
  color: #666;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}