
        /* Popup container */
        .unique-popup-container {
            display: none; /* Hidden by default */
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 2147483638; /* Ensure it sits on top of other content */
            align-items: center;
            padding: 20px;
			justify-content: center;

        }

        /* Popup content */
       .unique-popup-content {
            background-color: black;
            color: white;
            max-width: 400px;
            /* position: absolute;
            left: 50%;
            transform: translateX(-50%); */
            bottom: 0;
			width: 100%;
			position: relative;
			padding: 20px;
        }

        /* Close button */
        .unique-close-btn {
            width: 100%;
			line-height: normal;
            text-align: right;
            color: whitesmoke;
            cursor: pointer;
            font-size: 40px;
			font-weight: 100;
        }

		.unique-popup-body > p{
			margin-top: 0;
			margin-bottom: 0;
		}

		.unique-popup-header{
			margin-bottom: 15px;
		}

        .unique-continue-btn {
            background-color: white;
            color: black;
        }

        .unique-continue-free-btn {
            color: white;
            background: transparent;
        }
        .custom-classes{
           padding: 0 10px;
        }
        .unique-popup-header h2{
            font-size: 29px;
            font-weight: 500;
            margin-bottom: 0px !important;
            text-transform: unset !important;
            line-height: 1.2;
			margin-top: 0px !important;
        }
        .unique-popup-body p{
                font-size: 14px;
                color: #8b8b8b;
        }
        .unique-popup-body .join-now-button{
            width: 100%;
            margin: 30px 0px 10px 0px;
               padding: 10px 20px;
            border: none;
            cursor: pointer;
            font-size: 16px;
            font-weight: 700;
        }
        #unique-continue-free-btn{
            width: 100%;
            border: none;
            cursor: pointer;
            font-size: 14px;
        }
        .custom-classes img{
            width: 100px;
            padding-bottom: 30px;
        }

		.see-all-membership-plan{
		  	width: 100%;
			text-align: center;
			display: flex;
			background: #ffffff1a;
			justify-content: center;
			color: #fff;
			padding: 10px 20px;
			border: none;
			cursor: pointer;
			font-size: 16px;
			font-weight: 700;
			margin-bottom: 20px;
		}
		#see-all-membership-plan:hover{
			color: #fff !important;
		}
		#unique-continue-free-btn:hover{
			color: gray;
		}



/* other  */

.free-modal-container{
    position: fixed; /* keeps modal stuck while page scrolls */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9993;
    background: linear-gradient(180deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 1) 81.5%);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    overflow: hidden;
}


  .payment-options-modal {
	border: 1px solid #00000066;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0px 4px 50px 0px #0000004D;
	position: absolute;
	z-index: 9993;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 95vw;
	width: 90%;
	max-height: 80vh;
	overflow-y: hidden;
	box-sizing: border-box;
}





/* Inner scrollable container */
  .payment-options-modal .modal-content-scroll {
	max-height: 80vh;
	box-sizing: border-box;
	overflow-y: auto;
	padding: 43px 81px;

}



  .payment-options-modal .modal-content-scroll .top-bar {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 28.84px;
}

  .payment-options-modal .modal-content-scroll .top-bar a {
	text-decoration: none;
	color: #555;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 3px;
}

  .payment-options-modal .modal-content-scroll .tabs {
	display: flex;
	justify-content: center;
	gap: 35px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

  .payment-options-modal .modal-content-scroll .tab-button {
	border: 1px solid #00000066 !important;
	border-radius: 20px !important;
	/* padding: 40px 48px !important; */
	padding: 25px 30px !important;
	box-shadow: 0px 4px 30px 0px #00000033 !important;
	cursor: pointer !important;
	transition: outline-color 1s !important;
	background: none !important;
	background-color: transparent !important;
	display: block;
	flex: 0 0 30% !important;
	width: 30% !important;
	box-sizing: border-box !important;
}

.payment-options-modal .modal-content-scroll .tab-button .join-now-button {
	background-color: #000;
	font-size: 16px;
	line-height: 100%;

	letter-spacing: 0%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-family: "VICE Grotesk", Helvetica, Arial, sans-serif !important;
	border-radius: 7px;
	padding: 16px 8px;
	width: 100%;
	margin-top: 22px;
	cursor: pointer;
}

  .payment-options-modal .modal-content-scroll .tab-button:hover,
  .payment-options-modal .modal-content-scroll .tab-button:active,
  .payment-options-modal .modal-content-scroll .tab-button:focus {
	outline: 2px solid #000 !important;
}


@media (max-width: 996px) {

	  .payment-options-modal .modal-content-scroll .tab-button {

		flex: 0 0 47% !important;
		width: 47% !important;
	}

}

@media (max-width: 767px) {



	.unique-popup-content{
		width: 320px;
		padding-top: 10px;
	}
	.custom-classes img{
		width: 80px;
	}

	.custom-classes{
		padding: 10px;
	}
	.unique-popup-header h2{
		font-size: 26px;
	}

	  .payment-options-modal .modal-content-scroll .tab-button {
		flex: 0 0 298px !important;
		width: 330px !important;
	}

	  .payment-options-modal .tabs .tab {
		margin: auto;
		text-align: center;
	}


}

@media (max-width: 500px) {
	.unique-popup-body > p {
		width: 95%;
	}
}

.payment-options-modal .modal-content-scroll .tab-button h2 {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	margin-bottom: 27px;
}

.payment-options-modal .modal-content-scroll .tab-button .price {
	font-size: 28.84px;
	font-weight: 700;
	color: #000;
}

  .payment-options-modal .modal-content-scroll .tab-button .price .period {
	font-size: 18.6px;
	font-weight: 400;
}

  .payment-options-modal .modal-content-scroll .tab-button ul {
	padding: 0;
	font-size: 14px;
}

  .payment-options-modal .modal-content-scroll .tab-button ul li {
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	display: flex;
	gap: 7px;
	color: #000000B2;
}

  .payment-options-modal .modal-content-scroll .tab-button ul li span {
	margin-top: 5px;
}

  .cancel-svg {
	/* display: none; */
	position: absolute;
    top: 10px;
    right: 21px;
    cursor: pointer;
    transition: opacity 0.7s;
}

.subscribe-text ,.subscribe-heading, .signin-text{
	text-align: center !important;
}

@media (min-width: 1300px) {
	  .payment-options-modal {
		width: 1239px !important;
	}
}

@media (max-width: 1373px) {
	  .payment-options-modal .tabs .tab-button {
		padding: 25px 30px !important;
	}

	  .payment-options-modal .tabs .tab ul li {
		font-size: 12px;
	}

	  .payment-options-modal .top-bar {
		margin-bottom: 20px;
	}

	.subscribe-heading {
		margin-bottom: 15px !important;
	}
}

@media (max-width: 1168px) {
	.subscribe-heading {
		font-size: 48px !important;
	}

	.subscribe-text {
		margin-bottom: 34px;
	}

	  .payment-options-modal .modal-content-scroll {
		padding: 43px 50px;
	}


	  .payment-options-modal .tabs {
		gap: 20px;
	}

	  .payment-options-modal .tabs .tab-button {
		padding: 20px 25px !important;
	}

	  .payment-options-modal .tabs .tab h2 {
		font-size: 14px;
		margin-bottom: 20px;
	}

	  .payment-options-modal .tabs .tab .price {
		font-size: 32px;
	}

	  .payment-options-modal .tabs .tab .price .period {
		font-size: 16px;
	}

	  .payment-options-modal .tabs .tab ul li {
		font-size: 11px;
		line-height: 18px;
	}
}

@media (max-width: 1114px) {
	  .payment-options-modal .tabs .tab ul li {
		line-height: 15px;
	}
}

@media (max-width: 976px) {
	.vice-logo {
		width: 140px;
	}

	.subscribe-heading {
		font-size: 42px !important;
	}

	  .payment-options-modal .tabs .tab-button {
		padding: 20px 24px !important;
	}

	  .payment-options-modal .tabs .tab .price {
		font-size: 28px;
	}

	  .payment-options-modal .tabs .tab ul {
		margin-bottom: 0;
	}
}

@media (max-width: 893px) {
	  .payment-options-modal .tabs .tab .price {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	  .cancel-svg {
		display: block;
		position: absolute;
		top: 10px;
		right: 21px;
		cursor: pointer;
		transition: opacity 0.7s;
	}

	  .cancel-svg:hover {
		opacity: 0.6;
	}

	.vice-logo {
		width: 120px !important;
	}

	.subscribe-heading {
		font-size: 38px !important;
	}



	  .payment-options-modal .top-bar a {
		top: 0;
		right: -21px;
	}

	  .payment-options-modal .tabs {
		flex-direction: column;
		align-items: center;
	}



	  .payment-options-modal .tabs .tab .price {
		font-size: 38px;
		font-weight: 700;
	}

	  .payment-options-modal .tabs .tab ul {
		width: fit-content;
		margin: auto;
		margin-top: 15px;
	}

	  .payment-options-modal .tabs .tab ul li {
		font-size: 12px;
		line-height: 22px;
	}
}

@media (max-width: 480px) {

	  .payment-options-modal {
		width: 100% !important;
		max-width: 100% !important;
		border-radius: 0;
		border: none;
		height: 100% !important;
		max-height: 100% !important;
		top: 0;
		left: 0;
		transform: none;
		background-color: white;
		overflow-y: hidden;
	}

	  .payment-options-modal .modal-content-scroll {
		width: 100% !important;
		max-width: 100% !important;
		height: 100% !important;
		max-height: 100% !important;
	}



	.vice-logo {
		width: 100px;
	}

	.subscribe-text.main {
		font-size: 14px;
	}

	.unlock-button.main {
		font-size: 15px;
	}

	.subscribe-heading {
		font-size: 32px !important;
		margin-bottom: 15px;
	}

	  .payment-options-modal .modal-content-scroll {
		padding: 50px 20px;
		padding-top: 100px;
	}

	  .cancel-svg {
		top: 58px;
	}

	  .payment-options-modal .tabs .tab .price {
		font-size: 32px;
	}

	  .unlock-overlay .info-container {
		padding: 0 20px;
	}

	  .payment-options-modal .top-bar a {
		top: 0;
		right: 0;
		font-size: 11px;
	}
}

@media (max-width: 420px) {
	  .payment-options-modal .tabs .tab-button {
		width: 280px !important;
	}
}

@media (max-width: 365px) {
	  .payment-options-modal .top-bar a {
		font-size: 10px;
	}
}