.lpw-card {
    padding:1.198vw;
    border: 1px solid #000000;
    width:19.792vw;
    transition:0.3s;
	background:#fff;
	    border-radius: 1.406vw;
	    height: max-content;
}

.lpw-card:hover {
    background: inherit;
}
.lpw-card h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1.042vw;
    line-height: 1.563vw;
    margin-top: 0;
    margin-bottom: 0;
}
.lpw-price .price-value {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1.302vw;
    line-height: 1.563vw;
}

.lpw-price  span.price-type {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 0.781vw;
    line-height: 1.563vw;
}
.lpw-switch span {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 0.521vw;
    line-height: 1.563vw;
}

.lpw-tabs {
    background: #D9D9D9;
    width: 13.906vw;
    margin: 0 auto 4.531vw;
    border-radius: 2.604vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lpw-tabs .lpw-tab {
    cursor: pointer;
    height: 1.771vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 0.781vw;
    line-height: 1.563vw;
    border: none;
    width: 6.927vw;
}
button.lpw-tab:hover, button.lpw-tab:focus {
    background-color: inherit;
    color: #000 !important;
}
.lpw-tab.active {
    background-image: url("http://igstudio.in/E-Bella/wp-content/uploads/2026/04/pink-background-9.png");
	    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.lpw-level-content {
    display: none;
}

.lpw-level-content.active {
    display: block;
}

.lpw-plans {
    display: flex;
    gap: 2.031vw;
    justify-content: center;
}

.lpw-switch { display:flex; align-items:center; gap:0.417vw; justify-content:flex-start; }

.switch input { display:none; }

.slider {
         background: transparent;
    display: inline-block;
    border-radius: 1.302vw;
    position: relative;
    border: 0.180vw solid #000000;
    width: 2.083vw;
    height: 0.938vw;
	    display: flex;
    align-items: center;
    justify-content: center;
}
.slider:before {
        content: '';
    position: absolute;
    width: 0.573vw;
    height: 0.521vw;
    background: #F1729E;
    border-radius: 50%;
    transition: .3s;
    left: 0.052vw;
    top: 50%;
    transform: translateY(-50%);
}

.switch input:checked + .slider:before {
    transform: translate(
        calc(1.75vw - 0.573vw - 0.104vw),
        -52%
    )
}
.lpw-card button.lpw-subscribe {
    background: #292932;
    color: #FFFFFF;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 0.781vw;
    line-height: 1.563vw;
    text-align: center;
    padding: 0;
    width: 100%;
	border: none;
}
.lpw-popup {
    position:fixed;
    top:0;left:0;
    width:100%;height:100%;
    background:rgba(0,0,0,.6);
    display:flex;
    justify-content:center;
    align-items:center;
}

.lpw-popup-inner {
    background:#fff;
    padding:20px;
    width:400px;
    position:relative;
}

.lpw-close {
    position:absolute;
    right:10px;
    top:10px;
    cursor:pointer;
}
.lpw-features {
    margin-top: 1.094vw;
}

.lpw-features ul {
    list-style:none;
    padding:0;
}

.lpw-features li, .lpw-features p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0.521vw;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 0.521vw;
    line-height: 0.729vw;
}
.lpw-features p{
	font-size: 0.625vw;
	line-height:0.833vw;
}

.lpw-icon {
    width:16px;
    height:16px;
}
.lpw-features li img.lpw-icon {
    width: 1.146vw;
    height: 1.146vw;
}

@media screen and (max-width:540px){
	.lpw-tabs{
		    width: 200px;
    margin: 0 auto 20px;
    border-radius: 20px;
	}
	.lpw-tabs .lpw-tab{
		width: 50%;
        font-size: 14px;
        line-height: 20px;
        height: 28px;
        padding: 0;
	}
	.lpw-card{
		width: 100%;
		padding: 10px;
	}
	.lpw-card h3, .lpw-price .price-value{
		    font-size: 14px;
    line-height: 18px;
	}
	.lpw-price span.price-type, .lpw-switch span{
		    font-size: 12px;
    line-height: 18px;
	}
	.lpw-switch{
		gap: 6px;
	}
	.slider{
		    width: 38px;
    height: 16px;
		    border-radius: 20px;
		border-width:3px
	}
	.slider:before{
		width: 8px;
    height: 8px;
	}
	.lpw-card button.lpw-subscribe{
		  padding: 6px 0;
        font-size: 14px;
        line-height: 16px;
        margin: 10px 0;
	}
	.lpw-features p {
    font-size: 12px;
    line-height: 16px;
}
	.lpw-features li{
		    font-size: 12px;
    line-height: 16px;
		    margin-bottom: 10px;
	}
	.lpw-features p{
		         font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
	}
	.lpw-features li img.lpw-icon {
    width: 16px;
    height: 16px;
}
	.lpw-plans{
		flex-direction: column;
		gap: 10px;
	}


/* ✅ FIXED PERFECT ALIGNMENT */
.switch input:checked + .slider:before {
    transform: translate(23px, -50%);
}
}