/* 
 * Additional CSS for cPanel Hosting Plans Section
 * Add this to your main style.css file or include as separate stylesheet
 */

/* Badge styles for new features */
.badge-novo {
    font-size: 9px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border-radius: 3px !important;
    padding: 2px 6px !important;
}

/* Enhance existing badge styles for better visibility */
.price-table-02 .badge {
    font-size: 10px;
    font-weight: 600;
    border-radius: 4px;
    padding: 3px 8px;
    line-height: 1;
    vertical-align: middle;
}

/* Recommended badge positioning and styling */
.price-table-02 .position-absolute .badge-warning {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.3);
}

/* List items with icons - better alignment */
.price-table-02 .list-type-01 li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 4px 0;
    line-height: 1.4;
}

.price-table-02 .list-type-01 li i {
    margin-right: 8px;
    width: 16px;
    text-align: center;
    font-size: 12px;
    opacity: 0.8;
}

/* Enhanced hover effects for plan cards */
.price-table-02.hover-top:hover {
    transform: translateY(-8px);
    transition: all 0.3s ease;
}

/* Footer note styling */
.theme-bg-alt {
    background: rgba(0, 80, 216, 0.05);
    border: 1px solid rgba(0, 80, 216, 0.1);
}

/* Mobile responsiveness improvements */
@media (max-width: 991px) {
    .price-table-02 {
        margin-bottom: 30px;
    }
    
    .price-table-02 .position-absolute {
        top: -10px !important;
        right: 15px !important;
    }
}

@media (max-width: 767px) {
    .price-table-02 .pt-head h5 {
        font-size: 32px;
    }
    
    .price-table-02 .list-type-01 li {
        font-size: 14px;
    }
    
    .price-table-02 .badge-novo {
        font-size: 8px !important;
        padding: 1px 4px !important;
    }
    
    .badge-recomendado {
        font-size: 9px !important;
        padding: 4px 8px !important;
        border-radius: 12px !important;
    }
}

/* Additional responsiveness for very small screens */
@media (max-width: 480px) {
    .badge-recomendado {
        font-size: 8px !important;
        padding: 3px 6px !important;
        border-radius: 10px !important;
    }
    
    .badge-novo {
        font-size: 6px !important;
        padding: 1px 3px !important;
    }
}

/* Additional spacing for better visual hierarchy */
.price-table-02 .pt-head {
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.price-table-02 .pt-footer {
    padding-top: 30px;
    margin-top: 30px;
}

/* Icon colors for different features */
.price-table-02 .list-type-01 li .fa-microchip {
    color: #007bff;
}

.price-table-02 .list-type-01 li .fa-memory {
    color: #28a745;
}

.price-table-02 .list-type-01 li .fa-hdd {
    color: #fd7e14;
}

.price-table-02 .list-type-01 li .fa-wifi {
    color: #20c997;
}

.price-table-02 .list-type-01 li .fa-envelope {
    color: #dc3545;
}

.price-table-02 .list-type-01 li .fa-database {
    color: #6610f2;
}

.price-table-02 .list-type-01 li .fa-shield-alt {
    color: #198754;
}

.price-table-02 .list-type-01 li .fa-lock {
    color: #ffc107;
}

.price-table-02 .list-type-01 li .fa-rocket {
    color: #e83e8c;
}

.price-table-02 .list-type-01 li .fa-globe {
    color: #0dcaf0;
}

.price-table-02 .list-type-01 li .fa-bug {
    color: #fd7e14;
}

.price-table-02 .list-type-01 li .fa-cloud {
    color: #6f42c1;
}
