.rfqpp-container {
	max-width: 1100px;
	margin: 24px auto;
	padding: 0 16px;
}

.rfqpp-hero {
	margin-bottom: 16px;
}

.rfqpp-hero h1 {
	margin: 0 0 6px;
}

.rfqpp-hero-sub {
	margin: 0;
	color: #6b7280;
}

.rfqpp-breadcrumb a {
	text-decoration: none;
}

.rfqpp-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 16px;
}

.rfqpp-plans {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 20px;
	margin-top: 16px;
}

.rfqpp-no-service {
	grid-column: 1 / -1;
	margin: 0;
	padding: 14px 16px;
	border: 1px solid #f59e0b;
	background: #fffbeb;
	color: #92400e;
	border-radius: 10px;
	font-weight: 600;
}

@media (min-width: 700px) {
	.rfqpp-plans {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.rfqpp-plan-card {
	display: block;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
	text-decoration: none;
	color: inherit;
	overflow: hidden;
	 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.rfqpp-plan-card:hover {
	border-color: #2271b1;
	box-shadow: 0 0 0 2px rgba(34, 113, 177, 0.10);
}

.rfqpp-plan-thumb {
	background: #f9fafb;
}

.rfqpp-plan-thumb-img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.rfqpp-plan-thumb-placeholder {
	width: 100%;
	aspect-ratio: 4 / 3;
	background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
}
.homecard{
	padding:20px;
}

.rfqpp-plan-body {
	
	display: flex;
	flex-direction: column;
	gap: 8px;

}

.rfqpp-plan-title {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
}


.rfqpp-plan-featured {
	display: inline-block;
	margin-bottom: 10px;
	padding: 2px 8px;
	border-radius: 999px;
	


	font-size: 12px;
	font-weight: 700;
}
.rfqpp-plan-meta svg{
	width:30px;
	height:30px;
}
.rfqpp-plan-card{
	padding:20px;
}

.rfqpp-plan-card:hover{
border:1px solid #ee5b24 !important;
}
.rfqpp-plan-meta {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	gap: 8px;
	color: #374151;
	font-weight: 700;
	font-size: 13px;
}

.rfqpp-plan-speed,
.rfqpp-plan-data {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size:16px;
	color:#5c5b5b;
	
}

.rfqpp-plan-excerpt {
	color: #6b7280;
	font-size: 14px;
	line-height: 1.4;
}

.rfqpp-plan-footer {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.rfqpp-plan-price-amount{
	font-size:30px;
	color:#ee5b24;
}
.rfqpp-plan-price {
	font-size: 16px;
	font-weight: 900;
	color: #111827;
	border-bottom:1px solid #6b7280;
}

.rfqpp-plan-price-from {
	font-weight: 700;
	color: #6b7280;
}

.rfqpp-plan-price-suffix {
	font-weight: 700;
	color: #6b7280;
	font-size: 12px;
}

.rfqpp-plan-sub {
	color: #6b7280;
	font-size: 13px;
}

.rfqpp-plan-cta {
	
    background-color: #ee5b24;
    color: #fff;
    padding: 12px 16px;
    border-radius: 10px;
    text-align: center;
    display: block;     
    width: 100%;       
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
	margin-top:10px;
	margin-bottom:10px;
}


.rfqpp-plan-card:hover .rfqpp-plan-cta {
	border-color:#ee5b24;
	color: #ffffff;
}

.rfqpp-availability {
	margin-top: 16px;
}

.rfqpp-row {
	margin-top: 10px;
}

.rfqpp-label {
	display: block;
	font-weight: 700;
	margin: 12px 0 6px;
}

.rfqpp-input {
	width: 100%;
	max-width: 520px;
	padding: 10px 12px;
	border: 1px solid #d1d5db;
	border-radius: 10px;
}

.rfqpp-field-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	max-width: 720px;
}

.rfqpp-field-grid .rfqpp-input {
	max-width: none;
}

.rfqpp-field-full {
	grid-column: 1 / -1;
}

@media (min-width: 700px) {
	.rfqpp-field-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.rfqpp-actions {
	margin-top: 14px;
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}

/* Frontend button styling (themes vary) */
.rfqpp-wizard .button {
	appearance: none;
	border: 1px solid #d1d5db;
	background: #fff;
	color: #111827;
	padding: 10px 14px;
	border-radius: 12px;
	cursor: pointer;
	font-weight: 800;
}

.rfqpp-wizard .button:hover {
	border-color: #9ca3af;
}

.rfqpp-wizard .button.button-primary {
	border-color: #2271b1;
	background: #2271b1;
	color: #fff;
}

.rfqpp-wizard .button.button-primary:hover {
	background: #1f639b;
}

.rfqpp-wizard .button:disabled {
	opacity: 0.65;
	cursor: not-allowed;
}

.rfqpp-inline-status {
	color: #374151;
	font-weight: 600;
}

.rfqpp-help {
	color: #6b7280;
	margin-top: -6px;
}

.rfqpp-status {
	margin-top: 10px;
}

.rfqpp-wizard {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin-top: 16px;
}

@media (min-width: 1020px) {
	.rfqpp-wizard {
		grid-template-columns: 1fr 340px;
		align-items: start;
	}
}

.rfqpp-sidebar {
	position: relative;
}

.rfqpp-sidebar > .rfqpp-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.rfqpp-sidebar-nav {
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid #e5e7eb;
	display: none;
	gap: 10px;
}

.rfqpp-sidebar-nav button {
	flex: 1;
	font-weight: 800;
}

@media (min-width: 1020px) {
	/* Use the sticky sidebar nav instead of per-step buttons on desktop */
	.rfqpp-wizard-main .rfqpp-actions {
		display: none;
	}

	.rfqpp-sidebar-nav {
		display: flex;
	}
}

@media (min-width: 1020px) {
	.rfqpp-sidebar {
		position: sticky;
		top: var(--rfqpp-sticky-top, 72px);
		align-self: start;
	}

	.rfqpp-sidebar > .rfqpp-card {
		max-height: calc(100vh - var(--rfqpp-sticky-top, 72px) - 20px);
		overflow: auto;
	}

	.rfqpp-sidebar-nav {
		position: sticky;
		bottom: 0;
		background: #fff;
		padding-bottom: 8px;
	}
}

.rfqpp-kv {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 6px 0;
}

.rfqpp-kv span {
	color: #6b7280;
}

.rfqpp-kv strong {
	text-align: right;
}

.rfqpp-tenures {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 12px;
}

.rfqpp-chip {
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	padding: 8px 12px;
	cursor: pointer;
	background: #fff;
	font-weight: 700;
}

.rfqpp-chip[aria-selected="true"] {
	border-color: #2271b1;
	box-shadow: 0 0 0 2px rgba(34, 113, 177, 0.10);
}

.rfqpp-pricing {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin-top: 12px;
}

@media (min-width: 700px) {
	.rfqpp-pricing {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.rfqpp-plan {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
	padding: 12px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	cursor: pointer;
	background: #fff;
	position: relative;
	transition: transform 120ms ease, box-shadow 120ms ease, border-color 120ms ease, background 120ms ease;
	scroll-margin-top: 130px;
}

.rfqpp-plan[aria-selected="true"] {
	border-color: #2271b1;
	background: #eff6ff;
	box-shadow: 0 0 0 3px rgba(34, 113, 177, 0.18);
	transform: translateY(-1px);
}

.rfqpp-plan[aria-selected="true"]::after {
	content: "Selected";
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
	font-weight: 800;
	padding: 2px 8px;
	border-radius: 999px;
	background: #2271b1;
	color: #fff;
}

.rfqpp-plan:focus {
	outline: 3px solid rgba(34, 113, 177, 0.35);
	outline-offset: 2px;
}

.rfqpp-plan .rfqpp-muted {
	color: #6b7280;
	font-size: 12px;
}

.rfqpp-badge {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	background: #ecfeff;
	color: #155e75;
	margin-top: 6px;
}

.rfqpp-notice {
	border: 1px solid #fde68a;
	background: #fffbeb;
	color: #92400e;
	padding: 10px 12px;
	border-radius: 12px;
	margin-top: 12px;
}

.rfqpp-checkbox {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 12px;
	font-weight: 600;
}

.rfqpp-summary-box {
	border: 1px dashed #d1d5db;
	border-radius: 12px;
	padding: 12px;
	background: #fafafa;
}

.rfqpp-address {
	margin-top: 6px;
	padding: 10px 12px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
	color: #111827;
	font-weight: 700;
	line-height: 1.4;
}

.rfqpp-savings {
	margin-top: 10px;
	padding: 10px 12px;
	border-radius: 12px;
	background: #ecfdf5;
	color: #065f46;
	font-weight: 700;
}

.rfqpp-upsell-title {
    font-weight: 800;
    margin-bottom: 4px;
}

.rfqpp-upsell-sub {
    font-size: 13px;
    font-weight: 600;
    margin-top: 2px;
    margin-bottom: 10px;
}

.rfqpp-upsell-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.rfqpp-upsell-btn {
    border: 1px solid #f59e0b;
    background: #fff;
    color: #92400e;
    padding: 6px 10px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 700;
}

.rfqpp-upsell-btn:hover {
    background: #fff7ed;
}


/* Package card details */
.rfqpp-plan {
    align-items: flex-start;
}

.rfqpp-includes-title {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 800;
    color: #374151;
}

.rfqpp-includes {
    margin: 6px 0 0;
    padding-left: 18px;
    color: #374151;
    font-size: 13px;
}

.rfqpp-includes li {
    margin: 2px 0;
}

.rfqpp-upgrade-row {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.rfqpp-upgrade-btn {
    border: 1px dashed #f59e0b;
    background: #fff;
    color: #92400e;
    padding: 6px 10px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 800;
    font-size: 12px;
}

.rfqpp-upgrade-btn:hover {
    background: #fffbeb;
}


/* Upgrade rows: text + small add button */
.rfqpp-upgrade-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rfqpp-upgrade-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.rfqpp-upgrade-text {
    font-size: 12px;
    font-weight: 700;
    color: #374151;
}

.rfqpp-upgrade-add {
    border: 1px solid #f59e0b;
    background: #fffbeb;
    color: #92400e;
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 800;
    font-size: 12px;
}

.rfqpp-upgrade-add:hover {
    background: #fff7ed;
}

/* Upsell notice: list style */
.rfqpp-upsell-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}

.rfqpp-upsell-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.rfqpp-upsell-text {
    font-size: 12px;
    font-weight: 800;
}

.rfqpp-upsell-add {
    border: 1px solid #f59e0b;
    background: #fff;
    color: #92400e;
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 800;
    font-size: 12px;
}

.rfqpp-upsell-add:hover {
    background: #fff7ed;
}


/* Package icons */
.rfqpp-icons {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rfqpp-icons-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.rfqpp-icons-label {
  font-size: 12px;
  font-weight: 800;
  color: #374151;
}

.rfqpp-icon {
  width: 26px;
  height: 26px;
  object-fit: contain;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  padding: 3px;
}
