/* ===================== Section 1 and 2 styles ===================== */
.sub-text-two-pricing {
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    margin-top: 40px;
}

/* ===================== Section 3 styles ===================== */
.members-number-container-pricing {
    width: 153px;
    border-bottom: 3px solid black;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-top: 55px;
    margin-bottom: 25px;
}

.members-number-pricing {
    font-weight: 600;
    font-size: 64px;
    line-height: 100%;
    margin-bottom: 30px;
}

.range-span-pricing {
    display: flex;
    justify-content: space-between;
    width: 350px;
    margin: auto;
    align-items: center;
}

.numbers-range-pricing {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 5px 5px;
}

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 350px;
    height: 8px;
    background: transparent;
    cursor: pointer;
    border-radius: 10px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: black;
    margin-top: -4px;
    position: relative;
    z-index: 2;
}

input[type="range"]::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 5px;
    background: transparent;
}

.card-pricing {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    border-radius: 20px;
    padding: 40px;
    gap: 16px;
    background-color: white;
    margin-bottom: 70px;
    border-color: 1px solid #848386;
}

.card-body-pricing {
    padding: 0.1rem 0.1rem;
}

.card-title-pricing {
    font-weight: 600;
    font-size: 20px;
}

.card-text-pricing {
    font-weight: 400;
    font-size: 14px;
}

.card-text-estimated-pricing {
    font-weight: 600;
    font-size: 18px;
}

.card-text-gray-pricing {
    font-weight: 400;
    font-size: 14px;
    color: #848386;
}

.card-text-price-pricing {
    font-weight: 600;
    font-size: 28px;
    text-align: center;
}

.card-text-list-pricing {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    padding: 10px 0px;
}

.list-container-pricing {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 5px;
}
.plan-card{
border: 1px solid #ccc; 
}
.plan-card.highlighted {
    transform: scale(1.03);
    border: 2px solid #007A6D;
    box-shadow: 0 0 15px rgba(0, 122, 109, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #A2A1A81A;
}

/* ===================== Section 4 styles ===================== */

.accordion-button {
    background-color: #f9f9f9;
    font-weight: 400;
    font-size: 20px;
    padding: 20px;
    border: none;
}

.accordion-body {
    background-color: #f9f9f9;
    font-size: 16px;
    padding: 20px;
    font-weight: 300;
}

/* ===================== Section 5 styles ===================== */

.end-container {
    border-radius: 30px;
    overflow: hidden;
    background-color: #4FD1C5CC;
}

.end-text {
    line-height: 100%;
    padding: 20px 0px;
}

.content-section5{
    margin-bottom:50px;
    margin-top: 50px;
}