#pictory-slider-india-monthly,
#pictory-slider-india-annual {
    width: 100%;
    margin: 5px 0;
    cursor: pointer;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    outline: none;
}

#pictory-slider-india-monthly::-webkit-slider-thumb,
#pictory-slider-india-annual::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #7f59e5;
    cursor: pointer;
    margin-top: -8px;
    position: relative;
    z-index: 2;
}

#pictory-slider-india-monthly::-webkit-slider-runnable-track,
#pictory-slider-india-annual::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    background: #7f59e5;
    border-radius: 2px;
}

#pictory-price-india-monthly,
#pictory-price-india-annual {
    font-size: 40px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: -45px;
    line-height: 40px;
    font-family: Inter, sans-serif;
}

#pictory-minutes-india-monthly,
#pictory-minutes-india-annual {
    font-size: 14px;
    font-weight: 600;
    font-family: Inter, sans-serif;
}

.pictory-checkout-btn-india {
    background-color: #7f59e5;
    color: white;
    padding: 16px 24px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
}

.pictory-checkout-btn-india:hover {
    background-color: #5f3dc4;
}

.pictory-slider-wrapper {
    position: relative;
    height: 45px;
}

.pictory-tooltip {
    position: absolute;
    top: -20px;
    font-size: 11px;
    background: #333;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    opacity: 0;
    transform: translateX(-30%);
    transition: opacity .2s, left .1s;
    white-space: nowrap;
}

.pictory-slider-wrapper:hover .pictory-tooltip {
    opacity: 1;
}
