


.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: white;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: var(--main, #FFBC5B);
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#card-errors {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
}
.choose-plan  {
color: var(--Neutral-800, #0D0D0D);
text-align: center;

font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.8px;

}
.choose-plan2  {
    color: var(--Gray-500, #4B5768);
    text-align: center;
    font-family: Tajawal;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    
}
.choose-plan2  span{
    color: var(--main, #FFBC5B);
    font-family: Tajawal;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.56px;
    
}

.toggle-switch {
  width: 316px;
  height: 56px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;

  padding: 4px;
  border-radius: 100px;
  background-color: #fff;
}

.toggle-switch .btn {
  width: 193px;
  height: 48px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 10px;
  border-radius: 100px;
  direction: rtl;
}
.toggle-switch .btn p {
  color: var(--Neutral-800, #0D0D0D);
text-align: center;

font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.32px;
}
.toggle-switch .btn small{
  color: var(--Neutral-800, #595050);
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: normal;
letter-spacing: 0.24px;
padding-top: 9px;
}

.toggle-switch .active {
  background-color: var(--main, #FFBC5B);
  color: #fff;
}

.discount-badge {
  font-size: 0.7rem;
  color: #888;
  display: block;
  margin-top: -5px;
}

.pricing-card {
  border: none;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.pricing-card:hover {
  transform: translateY(-5px);
}

.plan-header {
  
  font-weight: bold;
  padding: 1.5rem;
  
  
  margin-top: 10px;

}
.plan-header  p {
  color: #000;
text-align: center;

font-size: 32px;
font-style: normal;
font-weight: 900;
line-height: 24px; 
}


.price {
  display: flex;
  flex-direction: row-reverse; /* ⭐ key magic */
  align-items: center;
  justify-content: center;
  gap: 6px;

  color: #000;
  font-size: 34px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 38px;
}
.old-price {
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
  margin-right: 6px;
}
.monthly-yearly{
  color: var(--Gray-500, #4B5768);

font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
.price span{
font-size: 24px;
}

.feature-list i {
  margin-left: 6px;
}
.feature-list li{
  direction: rtl;
margin-bottom: 30px;
color: #000;
text-align: right;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.btn-subscribe{
  display: flex;
  width: 281px;
  height: 54px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 12px;

}
.btn-subscribe-1 {

 
  padding: 12px 24px;
  border-radius: 12px;
  background: var(--Gray-100, #E1E5EA);
  transition: background-color 0.3s ease, color 0.3s ease;
  direction: rtl; /* for proper Arabic text alignment */
}
.btn-subscribe-1 p {
  color: var(--Gray-400, #8896AA);

}

.btn-subscribe-1:hover {
  background-color: #d0d5db; /* slightly darker on hover */
  color: #5a6268;
}
.btn-subscribe-2 , .btn-subscribe-3 , .btn-free-subscribe{
  border-radius: 12px;
  background: #2E76FF;
  border: none;
}

.btn-subscribe-2{
  
}
.premieum li, .btn-subscribe-2, .btn-subscribe-3, .btn-free-subscribe{
  color: #ffffff;
}
.btn-outline-orange {
  border: 1px solid var(--main, #FFBC5B);
  color: var(--main, var(--main, #FFBC5B));
}

.btn-outline-orange:hover {
  background-color: var(--main, #FFBC5B);
  color: white;
}

.disabled-btn {
  pointer-events: none;
  opacity: 0.6;
}
.btn-gift{
color: #F00;
background-color: white;
border: 1px solid #000000;
}











/* ══════════════════════════════════════════════════
   GEO PRICING — FIREFOX & MOBILE FIX PATCH
   Add this AFTER your existing <style> block
   ══════════════════════════════════════════════════ */

/* 1. backdrop-filter cross-browser */
.geo-badge,
.geo-greet {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

/* 2. Fix the negative-margin grid overlap breaking in Firefox.
      Replace the margin-top trick with padding on the hero instead. */
.geo-plans-sec {
  margin-top: 0 !important;
  padding-top: 0;
}

.geo-hero {
  padding-bottom: 32px !important; /* remove the 96px that was meant for card overlap */
}

.geo-pgrid {
  margin-top: 24px !important; /* simple positive margin, universally safe */
}

/* 3. Fix media query — was missing space (minor but safe to normalise) */
@media (max-width: 600px) {
  .geo-pgrid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .geo-card.hot {
    order: -1;
  }

  /* Remove min-height that was causing the blank gap on mobile */
  .geo-pb {
    min-height: unset !important;
  }

  .geo-rvg {
    grid-template-columns: 1fr !important;
  }

  .geo-sts {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .geo-st:nth-child(2) { border-left: none; }
  .geo-st:nth-child(3) { border-top: 1.5px solid var(--stone); }
  .geo-st:nth-child(4) { border-top: 1.5px solid var(--stone); }

  .geo-fcta { padding: 44px 20px; }
  .geo-fctabtn { padding: 14px 34px; font-size: 15px; }

  /* Hero text — clamp() fallback for older Safari/Firefox */
  .geo-h1 {
    font-size: 28px;
    font-size: clamp(24px, 7vw, 36px);
  }
}

/* 4. box-sizing on inputs — missing, causes width overflow on Firefox */
.geo-cpn-in {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}

/* 5. clamp() fallback for h1 on Firefox ESR / older builds */
.geo-h1 {
  font-size: 36px; /* safe fallback */
  font-size: clamp(28px, 5.5vw, 48px);
}

/* 6. Grid explicit display for Firefox compatibility */
.geo-pgrid,
.geo-rvg,
.geo-sts {
  display: -ms-grid;
  display: grid;
}

/* 7. Ensure cards stretch equally in Firefox */
.geo-card {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 0; /* Firefox flex fix */
}

/* 8. Button width fix — Firefox renders 100% differently inside flex */
.geo-btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* 9. Prevent hero SVG from causing horizontal scroll on mobile */
.geo-hero {
  overflow: hidden;
}

.geo-hero-svg,
.geo-fcta-svg {
  overflow: hidden;
  max-width: 100%;
}

/* 10. Fix gap on toggle on small screens */
@media (max-width: 380px) {
  .geo-tog {
    flex-direction: column;
    width: 100%;
    border-radius: 16px;
  }

  .geo-tbtn {
    width: 100%;
    border-radius: 12px;
  }

  .geo-greet-main {
    font-size: 15px;
  }

  .geo-greet-sub {
    font-size: 12px;
  }
}