.basic-3-month-price-list,
.basic-6-month-price-list,
.basic-1-year-price-list,
.basic-custom-price-list {
    max-height: 305px;
    overflow: hidden;
    transition: max-height 400ms ease-in-out;
}

.expand-price-plan {
    max-height: 1500px;
}

.price-plan-toggle-btn {
    border-width: 0px 3px 3px 0px;
    border-style: solid;
    border-color: black;
    height: 15px;
    aspect-ratio: 1/1;
    border-radius: 2px;
    transform: rotate(45deg);
    margin-top: 15px;
    margin-inline: auto;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}

.expand-btn {
    transform: rotate(-135deg);
    transition: all 300ms ease-in-out;
}

/* whatsapp aod btn */
.whatsapp-aod-btn {
    position: fixed;
    bottom: 60px;
    right: 16px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    background: rgb(19, 19, 19);
    font-size: 18px;
    height: 40px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 1px 14px;
    color: #25D366;
    border-radius: 14px;
    justify-content: center;
    transition: all 0.35s ease;
    margin-bottom: 0;
}

.whatsapp-aod-btn span {
    font-size: 12px;
    margin-bottom: 0;
}

.h2_price-item {
    transition: all 0.3s ease-in-out;
}

.h2_price-item:hover {
    transform: scale(1.1);
    background-color: var(--bs-blue);
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}

.h2_price-item:hover h2,
.h2_price-item:hover h5,
.h2_price-item:hover p,
.h2_price-item:hover span,
.h2_price-item:hover del {
    color: #fff !important;
}

.h2_price-item:hover i {
    background-color: #fff;
    border-radius: 50%;
}