
/*################### cards ###################*/
.subscription-section {
    padding: 30px 3%;
    /* background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%); */
    position: relative;
    width: auto;
    margin: auto;
}

.section-badge {
    display: inline-block;
    background: rgba(30, 106, 94, 0.1);
    padding: 8px 20px;
    border-radius: 60px;
    color: #1e6a5e;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 20px;
}

.section-badge i {
    margin-left: 8px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 50px;
    text-align: center;
    color: #132e35;
}

.section-title span {
    color: #1e6a5e;
    position: relative;
    display: inline-block;
}

.section-title span::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #1e6a5e, #f3b33d);
    border-radius: 3px;
}

.pricing-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.pricing-card {
    position: relative;
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    background: white;
    border-radius: 40px;
    padding: 35px 25px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    cursor: pointer;
}

.pricing-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 45px -15px rgba(0, 0, 0, 0.2);
}

.card-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.8), transparent);
    opacity: 0;
    transition: 0.4s;
    pointer-events: none;
}

.pricing-card:hover .card-glow {
    opacity: 0.5;
}

.card-header {
    text-align: center;
    margin-bottom: 25px;
}

.card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #e8f0f0, #d4e4e2);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: 0.3s;
}

.card-icon i {
    font-size: 2.5rem;
    color: #1e6a5e;
}

.pricing-card:hover .card-icon {
    transform: scale(1.05) rotate(15deg);
}



.card-header h3 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 5px;
}

.card-subtitle {
    font-size: 0.9rem;
    color: #6c868e;
}

.card-price {
    text-align: center;
    padding: 20px 0;
    border-bottom: 2px dashed rgba(0,0,0,0.05);
    margin-bottom: 25px;
}

.currency {
    font-size: 1.2rem;
    font-weight: 600;
    vertical-align: top;
}

.price {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e6a5e;
}

.period {
    font-size: 0.9rem;
    color: #6c868e;
}


 
.card-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.card-features li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    font-size: 1.1rem;
    color: #2d4a4a;
    border-bottom: 1px solid rgba(0,0,0,0.03);
}

.card-features li i {
    font-size: 1.1rem;
}

.card-features li i.bi-check-circle {
    color: #1e6a5e;
}

.card-features li i.bi-times-circle {
    color: #dc3545;
    opacity: 0.5;
}

.card-features li.disabled {
    opacity: 0.5;
    text-decoration: line-through;
    color: #dc3545;
}

.card-btn {
    display: block;
    text-align: center;
    width: 100%;
    padding: 14px;
    border-radius: 60px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
}

.user-btn {
    background: #f0f4f4;
    color: #1e6a5e;
}

.user-btn:hover {
    background: #1e6a5e;
    color: white;
    transform: scale(1.02);
}
 
 .popular-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #f3b33d, #e09d1a);
    color: white;
    padding: 6px 14px;
    border-radius: 40px;
    font-size: 0.7rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 4px 10px rgba(243, 179, 61, 0.3);
} 

/*############# vip #############*/
.vip-price .price {
    color: #f3b33d;
    font-size: 2.3rem;
}
.vip-icon {
    background: linear-gradient(135deg, #f3b33d20, #f3b33d40);
}

.vip-icon i {
    color: #f3b33d;
}
.vip-btn {
    background: linear-gradient(135deg, #f3b33d, #e09d1a);
    color: white;
    box-shadow: 0 8px 20px rgba(243, 179, 61, 0.3);
}

.vip-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 25px rgba(243, 179, 61, 0.4);
}

.vip-card {
    border: 2px solid rgba(249, 192, 87, 0.462);
    background: linear-gradient(145deg, white, #fffcf5);
    transform: scale(1.02);
}

.vip-card:hover {
    box-shadow: 0 12px 25px rgba(243, 179, 61, 0.4);
    transform: translateY(-15px) scale(1.02);
}
.vip-card .card-btn {
    animation: pulse 2s infinite;
}
 
/*############# VIP (Amethyst/Purple Edition) #############*/
.vip-pro-price .price {
    color: #9B4DFF;
    font-size: 2.3rem;
    text-shadow: 0 2px 8px rgba(155, 77, 255, 0.2);
}

.vip-pro-icon {
    background: linear-gradient(135deg, rgba(155, 77, 255, 0.1), rgba(200, 130, 255, 0.25));
}

.vip-pro-icon i {
    color: #9B4DFF;
    font-size: 2.5rem;
}

.vip-pro-btn {
    background: linear-gradient(135deg, #A259FF, #7B2EDA);
    color: white;
    font-weight: bold;
    box-shadow: 0 8px 20px rgba(155, 77, 255, 0.35);
    border: none;
    transition: all 0.3s ease!important;
}

.vip-pro-btn:hover {
     transform: scale(1.02);
    background: linear-gradient(135deg, #B87CFF, #8B3DEE);
    box-shadow: 0 15px 30px rgba(155, 77, 255, 0.5);
    color: white!important;
    transition: all 0.3s ease;
}

.vip-pro-card {
    border: 1px solid rgba(155, 77, 255, 0.25);
    background: linear-gradient(145deg, #FFFFFF, #FBF5FF);
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.1);
}

.vip-pro-card:hover {
    transform: translateY(-12px) scale(1.01);
    border-color: rgba(155, 77, 255, 0.5);
    box-shadow: 0 30px 45px -12px rgba(155, 77, 255, 0.3);
}

.vip-pro-card .card-btn {
    animation: pulsePurple 2s infinite;
}

/*############# Common Styles & Animations #############*/
.vip-card .card-btn:hover,
.vip-pro-card .card-btn:hover {
    animation: none;
    transform: scale(1.05);
    filter: brightness(1.05);
}
 

/* Keyframes for VIP (Purple) */
@keyframes pulsePurple {
    0% {
        box-shadow: 0 0 0 0 rgba(155, 77, 255, 0.4);
        transform: scale(1);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(155, 77, 255, 0);
        transform: scale(1.02);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(155, 77, 255, 0);
        transform: scale(1);
    }
}

/* تحسينات إضافية للتوافق */
.vip-pro-card .card-btn,
.vip-card .card-btn {
    transition: all 0.3s ease;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .vip-card {
       scale: unset!important;
    }
    
}

@media (max-width: 768px) {
    .subscription-section {
        padding: 60px 5%;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .pricing-card {
        min-width: 100%;
        max-width: 400px;
    }
    
    .price {
        font-size: 2.5rem;
    }
    
    
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 8px 20px rgba(243, 179, 61, 0.3);
    }
    50% {
        box-shadow: 0 12px 30px rgba(243, 179, 61, 0.5);
    }
}

 

