.elementor-205 .elementor-element.elementor-element-a4d1691{--display:flex;}.elementor-205 .elementor-element.elementor-element-a4d1691:not(.elementor-motion-effects-element-type-background), .elementor-205 .elementor-element.elementor-element-a4d1691 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3c1c27f *//* IPTV Pricing Table CSS */
.pricing-section {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    background-color: transparent;
    padding: 80px 20px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.pricing-container {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

.pricing-header {
    text-align: center;
    margin-bottom: 60px;
}

.pricing-section .pricing-title {
    font-size: 3rem;
    font-weight: 800;
    color: #333333;
    margin-bottom: 16px;
    line-height: 1.2;
}

.pricing-section .pricing-subtitle {
    font-size: 1.2rem;
    color: #666666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    max-width: 100%;
    margin: 0 auto;
}

.pricing-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid transparent;
    overflow: hidden;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    border-color: #00b894;
}

.pricing-card.popular {
    border-color: #00b894;
    transform: scale(1.05);
    position: relative;
}

.pricing-card.popular:hover {
    transform: scale(1.05) translateY(-8px);
}

.popular-badge {
    position: absolute;
    top: 20px;
    right: -35px;
    background: #098d63;
    color: white;
    padding: 8px 50px;
    font-size: 0.9rem;
    font-weight: 600;
    transform: rotate(45deg);
    text-align: center;
    box-shadow: 0 4px 15px rgba(9, 141, 99, 0.3);
}

.plan-header {
    text-align: center;
    margin-bottom: 30px;
}

.pricing-section .plan-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 8px;
}

.pricing-section .plan-duration {
    font-size: 1rem;
    color: #666666;
    margin-bottom: 20px;
    font-weight: 500;
}

.plan-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
}

.pricing-section .price-amount {
    font-size: 3rem;
    font-weight: 800;
    color: #333333;
    line-height: 1;
}

.pricing-section .price-currency {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333333;
}

.pricing-section .price-period {
    font-size: 1rem;
    color: #666666;
    font-weight: 500;
}

.pricing-section .price-note {
    font-size: 0.9rem;
    color: #00b894;
    font-weight: 600;
    margin-bottom: 20px;
}

.device-selection {
    margin-bottom: 30px;
    text-align: center;
}

.pricing-section .device-label {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 12px;
}

.pricing-section .device-.elementor-205 .elementor-element.elementor-element-3c1c27f {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e1e1;
    border-radius: 10px;
    font-size: 0.95rem;
    color: #333333;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}

.pricing-section .device-.elementor-205 .elementor-element.elementor-element-3c1c27f:hover {
    border-color: #00b894;
}

.pricing-section .device-.elementor-205 .elementor-element.elementor-element-3c1c27f:focus {
    border-color: #00b894;
    box-shadow: 0 0 0 3px rgba(0, 184, 148, 0.1);
}

.plan-features {
    list-style: none;
    margin-bottom: 40px;
}

.pricing-section .plan-features li {
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    color: #555555;
    border-bottom: 1px solid #f1f3f4;
}

.pricing-section .plan-features li:last-child {
    border-bottom: none;
}

.pricing-section .feature-icon {
    width: 20px;
    height: 20px;
    background: #00b894;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    flex-shrink: 0;
}

.pricing-section .feature-text {
    flex: 1;
}

.pricing-section .feature-highlight {
    color: #00b894;
    font-weight: 600;
}

.plan-button {
    width: 100%;
    background: #00b894 !important;
    color: white !important;
    border: none;
    padding: 18px 30px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.plan-button:hover {
    background: #00d2a8 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 184, 148, 0.3);
}

.plan-button:active {
    transform: translateY(0);
}

.plan-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.plan-button:hover::before {
    left: 100%;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .pricing-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }
    
    .pricing-card.popular {
        transform: scale(1.02);
    }
    
    .pricing-card.popular:hover {
        transform: scale(1.02) translateY(-8px);
    }
}

@media (max-width: 768px) {
    .pricing-section {
        padding: 60px 15px;
    }
    
    .pricing-title {
        font-size: 2.5rem;
    }
    
    .pricing-subtitle {
        font-size: 1.1rem;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 400px;
    }
    
    .pricing-card {
        padding: 30px 25px;
    }
    
    .pricing-card.popular {
        transform: none;
    }
    
    .pricing-card.popular:hover {
        transform: translateY(-8px);
    }
    
    .popular-badge {
        top: 15px;
        right: -40px;
        padding: 6px 45px;
        font-size: 0.8rem;
    }
    
    .plan-name {
        font-size: 1.6rem;
    }
    
    .price-amount {
        font-size: 2.5rem;
    }
    
    .plan-features li {
        font-size: 0.95rem;
        padding: 10px 0;
    }
    
    .device-.elementor-205 .elementor-element.elementor-element-3c1c27f {
        font-size: 0.9rem;
        padding: 10px 14px;
    }
}

@media (max-width: 480px) {
    .pricing-title {
        font-size: 2rem;
    }
    
    .pricing-card {
        padding: 25px 20px;
    }
    
    .plan-name {
        font-size: 1.4rem;
    }
    
    .price-amount {
        font-size: 2.2rem;
    }
    
    .price-currency {
        font-size: 1.2rem;
    }
    
    .plan-button {
        padding: 16px 25px;
        font-size: 1rem;
    }
    
    .popular-badge {
        font-size: 0.75rem;
        padding: 5px 40px;
    }
}

/* Animation for page load */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pricing-card {
    animation: fadeInUp 0.6s ease forwards;
}

.pricing-card:nth-child(1) {
    animation-delay: 0.1s;
}

.pricing-card:nth-child(2) {
    animation-delay: 0.2s;
}

.pricing-card:nth-child(3) {
    animation-delay: 0.3s;
}

/* Additional hover effects */
.pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #00b894, #00d2a8);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.pricing-card:hover::before {
    transform: scaleX(1);
}/* End custom CSS */