.plans-offer-section .plans-sub-heading {
	font-size: 22px !important;
	line-height: 33px;
	color: #000;
	width: 60%;
	margin: 12px auto 44px;
}

.plans-row {
	display: flex;
	align-items: stretch;
	gap: 20px;
}

.plan-column {
	border: 1.01px solid #EAEAEA;
	box-shadow: 0px 1.01px 3.03px 0px #0000001F;
	border-radius: 18px;
	padding: 40px 22px 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	height: auto;
	position: relative;
}

.plan-details-container {
	border-bottom: 1.01px solid #EAEAEA;
}

.plan-name {
	font-weight: 600;
	font-size: 16px !important;
	line-height: 22.7px;
}

.plan-final-price {
	font-weight: 500;
	font-size: 22px !important;
	line-height: 23px;
	color: #ED1A3B;
}

.plan-final-price span {
	font-size: 15px !important;
	line-height: 23px;
	color: #808080;
}

.plan-additional-text {
	font-size: 13px !important;
	line-height: 23px;
	color: #808080;
	margin-bottom: 2px !important;
}

.plan-features {
	margin-top: 18px;
}

.plan-feature-text {
	font-weight: 500;
	font-size: 13px !important;
	line-height: 23px;
	color: #626262;
	margin-bottom: 6px;
}

.plan-popular-text {
	font-weight: 600;
	font-size: 12px !important;
}

.popular-plan-column {
	border: 2.82px solid #ED1A3B;
	background: linear-gradient(27.47deg, #FFFFFF 20.12%, #FFF6F6 94.46%);
	box-shadow: 0px 10.21px 20.42px 0px #00000040;
	position: relative;
	z-index: 5;
	overflow: visible;
}

.popular-container {
	background-color: #ED1A3B;
	padding: 9px 18px;
	position: absolute;
	top: -17px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	border-radius: 46px;
	width: fit-content;
	white-space: nowrap;
}

.popular-icon img {
	display: block;
}

.popular-text {
	font-weight: 600;
	font-size: 12px !important;
	color: #FFF;
}

.features-btn-container {
	height: 100%;
}

.features-btn-container > div {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.features-btn-container .wp-block-buttons {
	margin-top: auto;
}

.trail-btn {
	width: 100%;
	margin-top: 20px !important;
}

.trail-btn a {
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0px 0px 3.75px 0px #00000040;
	font-weight: 500;
	font-size: 13px;
	line-height: 22.7px;
	text-align: center;
	color: #000;
	width: 100%;
}

.trail-btn a:hover {
	color: #fff !important;
}

.popular-plan-column .trail-btn a {
	background-color: #E52929 !important;
	color: #fff !important;
}

.plan-btn {
	display: flex !important;
	justify-content: center;
}

.plan-btn a {
	width: max-content !important;
	padding: 10px 25px !important;
	border-radius: 999px !important;
	text-decoration: none;
	font-weight: 500;
}

.device-tab-container {
	margin-bottom: 40px;
	justify-content: center;
	gap: 0;
}

.device-tab {
	background: #f2f2f2;
	border: 1px solid #ccc;
	padding: 10px 20px;
	cursor: pointer;
	font-weight: 600;
	transition: all 0.3s ease;
}

.device-tab:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.device-tab:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.device-tab.active {
	background: #ED1A3B;
	color: #fff;
	border-color: #ED1A3B;
}

.plans-container {
	display: none !important;
}

.plans-container.active {
	display: block !important;
}

@media only screen and (max-width: 1024px) {
	.plans-row {
		flex-wrap: wrap !important;
		justify-content: center !important;
	}
	
	.plan-column {
        width: 40% !important;
        flex: unset !important;
    }
}

@media only screen and (max-width: 768px) {
	.plans-offer-section .plans-sub-heading {
		font-size: 11px !important;
		line-height: 16.5px !important;
		width: 90%;
	}

	.plan-btn.show-on-desktop {
		display: none !important;
	}

	.popular-plan-column {
		order: -1;
	}
	
	.device-tab-container {
		width: 90%;
		margin: 0 auto 40px;
	}

	.plans-row {
		display: flex;
		flex-wrap: nowrap !important;
		overflow-y: visible !important;
		width: 90%;
		margin: auto;
	}

	.plan-column {
		flex: 0 0 90% !important;
		margin: 0;
		overflow: visible !important;
		display: none;
	}

	.plan-dots-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 6px;
		margin-top: 16px;
	}

	.plan-dot {
		width: 8px;
		height: 8px;
		background: #ddd;
		border-radius: 50%;
		cursor: pointer;
	}

	.plan-dot.active {
		background: #717171;
	}

	.plan-dot-left-arrow,
	.plan-dot-right-arrow {
		width: 20px;
		height: 20px;
		cursor: pointer;
	}
}
