.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-586 .elementor-element.elementor-element-a27550a{--display:flex;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-5ee6c8a *//* STILIMI I TABELES SE CMIMEVE - PORTOKALLI */

.lior-pricing-section {
    padding: 60px 5%;
    background: #ffffff; /* Sfond i pastër */
}

.pricing-container {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.price-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 40px 30px;
    border-radius: 20px;
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
}

.price-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(255, 107, 0, 0.1);
}

/* Paketa e mesme e theksuar (2 Vjeçare) */
.price-card.featured {
    border: 2px solid #ff6b00; /* Portokallia kryesore */
    box-shadow: 0 15px 35px rgba(255, 107, 0, 0.15);
}

/* Etiketa KURSENI sipër paketës */
.save-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to right, #ff6b00, #ff9e00);
    color: #fff;
    padding: 6px 18px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 13px;
    white-space: nowrap;
}

.price-card h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.old-price {
    text-decoration: line-through;
    color: #aaa;
    font-size: 18px;
    margin-bottom: 5px;
}

.current-price {
    font-size: 44px;
    font-weight: 800;
    color: #ff6b00; /* Cmimi ne portokalli */
    margin-bottom: 25px;
}

.current-price span {
    font-size: 16px;
    color: #777;
    font-weight: 400;
}

.price-features {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
    text-align: left;
}

.price-features li {
    padding: 12px 0;
    border-bottom: 1px solid #f9f9f9;
    font-size: 15px;
    color: #555;
}

/* Butoni i Cmimit */
.price-btn {
    display: block;
    background: linear-gradient(to right, #ff6b00, #ff9e00);
    color: #fff !important;
    padding: 15px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: 0.3s;
}

.price-btn:hover {
    opacity: 0.9;
    transform: scale(1.02);
}

/* Përshtatja për celular */
@media (max-width: 768px) {
    .pricing-container {
        flex-direction: column;
        align-items: center;
    }
    .price-card {
        width: 100%;
    }
}/* End custom CSS */