.elementor-1356 .elementor-element.elementor-element-981cbba{--display:flex;}/* Start custom CSS for html, class: .elementor-element-725f272 */<style>
.os-pricing-section {
    padding: 40px 10px;
    font-family: 'Montserrat', sans-serif;
    background: transparent;
}

.os-pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* --- الـكـارطـة الـعـاديـة --- */
.os-price-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: 0.3s;
    border: 1px solid #ddd;
    position: relative;
}

.os-price-card:hover { transform: translateY(-10px); }

/* --- الـكـارطـة الـمـمـيـزة (12 Months) --- */
.os-price-card.featured {
    background: #111;
    color: #fff;
    border: 2px solid #ff0000;
    transform: scale(1.05);
    z-index: 2;
}

.os-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff0000;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 900;
}

.os-card-head h3 { font-size: 20px; margin-bottom: 5px; color: inherit; }
.os-duration { font-size: 12px; color: #888; font-weight: 700; letter-spacing: 1px; }

.os-price-box { margin: 30px 0; }
.os-currency { font-size: 24px; font-weight: 800; vertical-align: top; }
.os-amount { font-size: 50px; font-weight: 900; line-height: 1; }

.os-features {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    text-align: left;
}

.os-features li {
    margin-bottom: 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.os-features li i { color: #25d366; }
.featured .os-features li i { color: #ff0000; }

/* --- بـوطـون الـشـراء --- */
.os-buy-btn {
    display: block;
    background: #111;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    border-radius: 12px;
    font-weight: 800;
    transition: 0.3s;
    border: 2px solid #111;
}

.os-buy-btn:hover { background: transparent; color: #111; }

.os-buy-btn.red {
    background: #ff0000;
    border-color: #ff0000;
}

.os-buy-btn.red:hover { background: transparent; color: #ff0000; }

@media (max-width: 768px) {
    .os-price-card.featured { transform: scale(1); margin: 30px 0; }
}
</style>/* End custom CSS */