


.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 {
  color: #000;
text-align: right;

font-size: 34px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 37.5% */
direction: rtl;
text-align: center;
padding-bottom: 38px;
}
.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;
}

