/***********************************************
** work  -  pro                               **
************************************************/
.color-white{
    color: white !important;
}

.border-bottom-white{
    border-bottom: 2px solid white;
}

#billing-cycle-toggle a {
    cursor: pointer;
    padding: 0 5px;
    color: #007bff;
    text-decoration: none;
}

#billing-cycle-toggle a.active {
    font-weight: bold;
    text-decoration: underline;
}

#billing-cycle-toggle .discount {
    font-size: 0.85em;
    color: #28a745;
}

#billing-cycle-toggle-reseller a {
    cursor: pointer;
    padding: 0 5px;
    color: #007bff;
    text-decoration: none;
}

#billing-cycle-toggle-reseller a.active {
    font-weight: bold;
    text-decoration: underline;
}

#billing-cycle-toggle-reseller .discount {
    font-size: 0.85em;
    color: #28a745;
}

.price-cycle {
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
}

.d-none {
    display: none !important;
}

.tree-steps-hosting-plans-price-container {
    padding: 10px 0;
}

.price-cycle strike {
    color: #999;
    font-size: 0.9em;
    display: block;
    margin-bottom: 5px;
}

.price-final {
    font-size: 2em;
    font-weight: bold;
    color: #000;
}

.badge-best {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f44336;
    color: white;
    padding: 5px 12px;
    font-size: 0.75rem;
    font-weight: bold;
    border-radius: 5px;
    z-index: 20;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.discount-badge {
    background-color: #e0dcff;
    color: #4b3db7;
    font-weight: bold;
    display: inline-block;
    padding: 4px 12px;
    margin-top: 10px;
    border-radius: 20px;
    font-size: 14px;
}

.note-cycle {
    font-size: 0.85em;
    color: #555;
    margin-bottom: 10px;
}

.purshase-plan a {
    display: block;
    background-color: #6c63ff;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
    transition: 0.3s;
}

.purshase-plan a:hover {
    background-color: #5146ff;
}


.price-final {
    font-size: 28px;
    font-weight: bold;
}

.note-cycle {
    font-size: 14px;
    color: #555;
    margin: 5px 0 0;
}
.tree-steps-hosting-plans.destacado {
    transform: translateY(-15px);
    z-index: 10;
    position: relative;
    box-shadow: 0 0 20px rgba(255, 94, 94, 0.3);
    border: 2px solid #e53935;
    transition: all 0.3s ease-in-out;
}

.btn-normal {
    background-color: #5c6bc0;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    transition: background 0.3s ease;
    text-align: center;
}
.btn-normal:hover {
    background-color: #3f51b5;
}
.btn-destacado {
    background-color: #ff5722;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    transition: background 0.3s ease;
    text-align: center;
}
.btn-destacado:hover {
    background-color: #e64a19;
}

.plan-destacado {
    transform: scale(1.05);
    z-index: 10;
    position: relative;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}