body {
  padding-top: 106px !important;
}

.wrapper {
  padding-top: 114px !important;
}

#wrapper-navbar {
  padding-bottom: 0 !important;
}

.step-label {
	text-align: center;
}

.step-heading {
	color: #051049 !important;
	font-size: 40px !important;
	font-weight: 500 !important;
	line-height: 36px !important;
	margin-bottom: 6px !important;
}

.heading-secondary {
	color: #051049;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin: 0 !important;
}

.steps-wrapper {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 106px;
  z-index: 999;
  border-bottom: 1px solid #E5E5E5;
  background: #F7F7F7;
  padding: 16px;
  width: 100%;
  max-width: 1600px;
}

.steps-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  width: 1100px;;
}

.step-indicator {
	gap: 0;
	width: 520px;
	max-width: 520px;
}

.step {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 60px;
	position: relative;
}

.circle {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #E5E5E5;
	color: #808080;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.step.active .circle {
	background-color: transparent;
	border: 1px solid #33CEAD;
	position: relative;
}

.step.active .circle .dot {
	width: 16px;
	height: 16px;
	background-color: #33CEAD;
	border-radius: 50%;
}

.step.completed .circle {
	background-color: #33CEAD;
	border: 1px solid #33CEAD;
	color: #051049;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.label {
	margin-top: 16px;
	font-size: 14px;
	color: #808080;
	white-space: nowrap;
}

.label.active {
	color: #051049;
}

.connector {
	flex-grow: 1;
	height: 2px;
	border-top: 2px dotted #ccc;
}

.connector.completed {
	border-top-color: #2dd4bf;
}

.step-tab {
	display: none;
}

.step-tab.active {
	display: block;
}

.next-button {
	background: #33CEAD !important;
	font-size: 16px !important;
	line-height: 24px !important;
	font-weight: 500 !important;
	border-radius: 24px !important;
	padding: 12px 107px !important;
	border: none !important;
}

.next-button:hover,
.next-button:focus,
.next-button:active {
	background-color: #333333 !important;
	color: #fff !important;
}

.back-button {
	border: 1px solid #E5E5E5 !important;
	background-color: #fff !important;
	color: black !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 24px !important;
	border-radius: 24px !important;
	padding: 12px 107px !important;
	background-color: #fff !important;
	margin-right: 24px !important;
}

.back-button:hover,
.back-button:focus,
.back-button:active {
	background-color: #333333 !important;
	color: #fff !important;
	border: 1px solid #E5E5E5 !important;
}

.property-found-message {
	color: #051049;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
	display: flex;
	text-align: center;
	justify-content: center;
}

.section-title {
	color: #051049;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	margin-top: 22px;
}

.property-type-title {
	display: flex;
	gap: 10px;
}

.help-icon {
	position: relative;
	cursor: pointer;
}

.property-tooltip-info-popup-full {
  display: none;
  position: absolute;
  top: 125%;
  left: 0;
  background: #fff;
  border: 1px solid #00C29F;
  border-radius: 16px;
  padding: 20px;
  width: 320px;              /* Mobile default */
  max-width: 90vw;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 99999999;
  font-size: 14px;
  color: #4D4D4D;
  line-height: 20px;
}

/* Tooltip layout: 1 column on mobile */
.property-tooltip-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.property-tooltip-info-block {
  background: #f9f9f9;
  padding: 12px 16px;
  border-radius: 6px;
}

.address-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #F2F2F2;
	border-radius: 8px;
	padding: 8px 16px;
	margin-top: 16px;
	transition: background-color 0.2s ease;
}

.address-box.empty {
	cursor: pointer;
}

.address-box.empty:hover {
	background: #E5E5E5;
}

.address-box.empty .address-box-address {
	color: #808080;
	font-style: italic;
}

.address-box.empty .edit-icon {
	display: none;
}

.address-box-text-container {
	display: flex;
	flex-direction: column;
	align-items: start;
}

.address-box-title {
	color: #808080;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}

.address-box-address {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.address-box span {
	color: #444;
}

.edit-icon {
	cursor: pointer;
}

.property-types {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 16px;
	max-width: 674px;
}

.property-type {
	width: 328px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 16px;
	border: 1px solid #E5E5E5;
	background: #FFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.09);
	padding: 16px;
	cursor: pointer;
	transition: 0.2s;
	position: relative;
}

.property-type-left-container {
	display: flex;
	align-items: center;
}

.property-type-left-container img {
	width: 40px;
	height: auto;
}

.property-type-left-container span {
	margin-left: 10px;
}

.property-type:hover {
	border-color: #0c0c49;
}

.property-type input {
	margin-left: 10px;
}

.mobile-type-buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mobile-type-buttons input[type="radio"],
.property-type input[type="radio"] {
	display: none;
}

.mobile-type-radio-label {
	display: flex;
	cursor: pointer;
	gap: 8px;
}

/* Custom radio */
.custom-radio-circle {
	width: 20px;
	height: 20px;
	border: 2px solid #8E33CE;
	border-radius: 50%;
	position: relative;
	background: white;
	flex-shrink: 0;
	transition: all 0.2s ease;
}

.custom-radio-circle::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	background-color: #33CEAD;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: transform 0.2s ease;
}

.mobile-type-buttons input[type="radio"]:checked+.custom-radio-circle::after,
.property-type input[type="radio"]:checked+.custom-radio-circle::after {
	transform: translate(-50%, -50%) scale(1);
}

.inputs-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	margin-top: 10px;
}

.inputs-grid input {
	width: 100%;
	padding: 10px;
	border-radius: 6px;
	border: 1px solid #ccc;
}

.input-group {
	margin-top: 16px;
	max-width: 674px;
}

.field-group-inner {
	display: flex;
	justify-content: space-between;
	width: calc(50% - 9px);
	gap: 8px;
}

.input-row {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 18px;
}

.field {
	min-width: 154px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.field-wide {
	width: calc(50% - 9px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

label {
	color: #808080;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
}

input {
	width: 100%;
	padding: 18px 16px 14px 16px;
	border-radius: 12px;
	border: 1px solid #CCC;
	background: #FFF;
	box-sizing: border-box;
	outline: none;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.property_address select {
	padding: 18px 16px 14px 14px !important;
	border: 1px solid #CCCCCC !important;
	border-radius: 12px !important;
	background-color: #fff !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
}

select {
	padding: 18px 16px 14px 14px !important;
	border: 1px solid #CCCCCC !important;
	border-radius: 12px !important;
	background-color: #fff !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
}

select:not(.ui-datepicker-year):not(.ui-datepicker-month),
select:not(.ui-datepicker-year):not(.ui-datepicker-month) {
	background-image: url('../../images/arroow-down-property-details.svg') !important;
	background-position: right 10px top 50% !important;
	background-size: 20px 20px;
}

.custom-stepper {
	display: flex;
	border-radius: 12px;
	border: 1px solid #CCC;
	overflow: hidden;
}

.custom-stepper input[type="number"] {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	border: none;
	padding: 18px 54px 14px 16px;
	width: 100%;
	-moz-appearance: textfield;
}

.input-group input::-webkit-outer-spin-button,
.input-group input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.buttons {
	display: flex;
	flex-direction: column;
	background: #F7F7F7;
	justify-content: center;
	align-items: center;
}

.buttons button {
	border: none;
	background: transparent;
	cursor: pointer;
	display: flex;
	padding: 10.5px 21px;
}

.buttons button:hover {
	background-color: #dbdbdb;
}

.second-row-margin {
	margin-top: 30px;
}

.pricing-section {
	text-align: center;
	background-color: #ffffff;
	display: flex;
	max-width: 516px;
	width: 516px;
	flex-direction: column;
}

.title-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	align-items: center;
	margin-bottom: 26px;
}

.title {
	color: #051049;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
	margin-left: 12px;
}

.description {
	color: #4d4d4d;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-top: 10px;
}

.calculator-box {
	border-radius: 12px;
	border: 1px solid #f2f2f2;
	background: #fff;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: start;
}

.input-label {
	color: #051049;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	text-align: left; 
}

.input-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.input-group-tab-2 {
	display: flex;
	align-items: center;
	border-radius: 12px;
	background: #f7f7f7;
	padding: 6px 12px;
	flex-grow: 1;
	border: 1px solid #ccc;
}

.currency {
	color: #808080;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.price-input {
	border: none;
	width: 100%;
	outline: none;
	background: none;
	color: #808080;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	padding: 6px 12px;
}

.calculate-button {
	color: #051049;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	padding: 8px 16px;
	border-radius: 20px;
	background: #33cead;
	cursor: pointer;
	transition: background-color 0.3s;
	white-space: nowrap;
	border: none;
}

.calculate-button:hover {
	background-color: #25bfa1;
}

.savings-card {
	display: none;
	width: -webkit-fill-available;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f7f7f7;
	border-radius: 6px;
	padding: 8px 12px 12px 12px;
	margin-top: 8px;
	background-image: url('/wp-content/uploads/2025/09/property-price-animation.gif');
	background-position: center;
}

.savings-info {
	text-align: left;
	margin-left: 57px;
}

.savings-label {
	color: #808080;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.savings-range {
	color: #8e33ce;
	font-size: 23px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
}

.svg-wrapper {
	position: relative;
	width: 81px;
	height: 78px;
}

.original-svg,
.modified-svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 81px;
	height: 78px;
	pointer-events: none;
	transform-origin: center center;
}

.original-svg {
	z-index: 2;
	opacity: 1;
	transition: opacity 0.4s ease-in-out;
}

.modified-svg {
	z-index: 1;
	transform: scale(0.3);
	transition: transform 0.6s ease-in-out;
}

.contact-info-section {
	display: flex;
	flex-direction: column;
	max-width: 674px;
}

.icon-text {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 20px;
}

.savings-box-wrapper {
	display: flex;
	flex-direction: column;
	align-items: start;
	font-family: Roboto;
}

.icon-image-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4px;
	border-radius: 100%;
	border: 1px solid #CCC;
}

.savings-box-label {
	color: #808080;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.savings-box-amount {
	color: #8E33CE;
	font-size: 23px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	/* 139.13% */
}

.pricing-container {
	max-width: 1198px;
	display: grid;
	grid-template-columns: 1fr 3fr;
	background: #fff;
	border-radius: 32px;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	position: relative;
}


.hover-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100vw;
  background: rgba(51, 206, 173, 0.24);
  pointer-events: none;
  transition: top 0.3s ease, height 0.3s ease;
  display: none;
  z-index: 10;
}

.feature-list {
	border-radius: 32px 0px 0px 0px;
	background: #F7F7F7;
}

.card-columns {
	border-radius: 32px 32px 32px 0px;
	background: #F7F7F7;
	padding: 12px;
}

.list-header {
	background: #fff;
	border-bottom-right-radius: 32px;
	padding: 64px 16px 108px 16px;
}

.feature-list,
.card-columns {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	min-width: 347px;
}

.list-row {
	display: flex;
	align-items: center;
	padding: 9px 0;
	transition: background-color 0.2s;
	border-bottom: 1px solid #F2F2F2;
  width: -webkit-fill-available;
}

.feature-list .list-row {
	color: #4D4D4D;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 13px 8px 12.5px 16px;
}

.card-columns .card-row {
	display: flex;
	gap: 15px;
}

.card {
	flex: 1;
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	padding: 32px 24px 32px 24px;
	background: #FFF;
	box-shadow: 0px 2px 12px 2px rgba(0, 0, 0, 0.10);
	overflow: hidden;
	position: relative;
}

.card .list-row {
	justify-content: center;
	text-align: center;
}

.pricing-card-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding: 16px;
	padding-bottom: 32px;
	text-align: center;
	background: transparent;
}

.card.selected {
	border: 2px solid #00c49a;
	z-index: 1;
	background-color: #F6FDFB;
}

.select-btn {
	display: flex;
	height: 48px;
	padding: 12px 64px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	border-radius: 24px;
	white-space: nowrap;
	border: 1px solid #E5E5E5;
	margin-top: 24px;
	color: #051049;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.card.selected .select-btn {
	border: 1px solid #D9D9D9;
	background: #F7F7F7;
	justify-content: space-between;
	padding: 12px 76px 12px 16px;
	gap: 30px;
}

.card .select-btn .selected-card-btn-icon {
	display: none;
}

.card.selected .select-btn .selected-card-btn-icon {
	display: flex;
	justify-content: center;
	align-items: center;
}

.package-name {
	color: #051049;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	white-space: nowrap;
}

.package-price {
	color: #212529;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 16px;
}

.featured-description {
	display: flex;
	text-align: left;
	color: #808080;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.bedge {
	position: absolute;
	top: -1px;
	right: -1px;
}

.triangle-lowest {
	width: 0;
	height: 0;
	border-top: 95px solid #FFF07B;
	border-left: 95px solid transparent;
	position: relative;
	border-top-right-radius: 20px;
	z-index: 99;
}

.triangle-popular {
	width: 0;
	height: 0;
	border-top: 95px solid #8E33CE;
	border-left: 95px solid transparent;
	position: relative;
	border-top-right-radius: 20px;
	z-index: 99;
}

.triangle-best {
	width: 0;
	height: 0;
	border-top: 95px solid #33CEAD ;
	border-left: 95px solid transparent;
	position: relative;
	border-top-right-radius: 20px;
	z-index: 99;
}

.triangle-text {
	position: absolute;
	top: -77px;
	right: 7px;
	color: #0a1a4f;
	font-weight: 400;
	font-family: sans-serif;
	font-size: 14px;
	transform: rotate(45deg);
	text-align: center;
}

.triangle-text-popular {
	color: #FFF;
}

.triangle-text-position-lowest {
	top: -83px;
	right: 10px;
}

.triangle-text-position-popular {
	top: -85px;
	right: 5px;
}

.triangle-text-position-best {
	top: -87px;
	right: 12px;
}

.compare-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 16px;
	cursor: pointer;
}

.compare-btn {
	color: #33CEAD;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin-left: 4px;
	white-space: nowrap;
}

.extra-rows {
	max-height: 0;
	width: -webkit-fill-available;
	overflow: hidden;
}

.compare-wrapper img {
	transition: transform 0.3s ease;
}

.pac-container {
	z-index: 99999999999 !important;
}

.card-header-inner-container {
  display: flex;
  flex-direction: column;
	gap: 16px;
}

.package-name-price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
	gap: 4px;
}

.package-savings-info-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
	white-space: nowrap;
}

.package-select-btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.package-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
	padding: 0 32px;
}

.mobile-bedge {
  display: none;
  color: #33CEAD;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.desktop-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
	width: -webkit-fill-available;
}

.mobile-card-content {
  display: none;
}

#mobile-type {
	display: none;
	max-width: 674px;
	flex-direction: column;
	align-items: start;
	margin-top: 30px;
}

.frm_form_field {
	max-width: 674px;
}

.modal-header button {
	width: 10px;
	height: 10px;
	background-color: unset;
	border: unset;
	margin-right: 0 !important;
}

.modal .modal-content {
	border-radius: 18px;
}

.modal-header button:hover {
	background-color: #33CEAD;
}

.modal-header button:focus {
	background-color: #33CEAD;
}

.modal-header button:focus-visible {
	background-color: #33CEAD;
}

.modal-footer .modal-btn-close {
	border: 1px solid #E5E5E5 !important;
	background-color: #fff !important;
	color: black !important;
	font-size: 16px !important;
	line-height: 24px !important;
	border-radius: 24px !important;
	background-color: #fff !important;
}

.modal-body button {
	background: #33CEAD !important;
	font-size: 16px !important;
	line-height: 24px !important;
	border-radius: 24px !important;
	padding: 12px 107px !important;
	color: #051049 !important;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-body button:active,
.modal-body button:hover,
.modal-body button:focus {
	background-color: #333333 !important;
	color: #fff !important;
}

.modal-title {
	color: #051049;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
}

.package_upgrades {
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
	margin-top: 0;
	text-align: left;
}

.card_item {
	flex: 1 1 calc(33.333% - 15px);
	box-sizing: border-box;
	max-width: calc(33.333% - 15px);
	border-radius: 15px !important;
}

.card_item.item:nth-child(3n+1) {
	margin-left: 0;
}

.label-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 4px;
}

.package-savings-info {
	color: #808080;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.featured-list-row {
	display: none;
}

.list-row-text {
	font-size: 15px;
	padding-top: 0.75px;
	padding-bottom: 0.75px;
	white-space: nowrap;
}

.modify-note {
	color: #808080;
	font-size: 13px;
	font-style: normal;		
	font-weight: 400;
	line-height: 18px;
	text-align: left;
}

.basic-details-wrapper {
	display: flex;
	flex-direction: column;
}

@media (max-width: 1200px) {
	.card_item {
		flex: 1 1 calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
}

@media (min-width: 769px) {
  .property-tooltip-info-popup-full {
    width: 600px;         /* Increase width on desktop */
    max-width: 100%;      /* Remove mobile limit */
  }

  .property-tooltip-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (max-width: 768px) {
	body {
		padding-top: 73px !important;
	}
	.pricing-section {
		width: 90vw;
	}

	.wrapper {
		padding-top: 145px !important;
	}

	.steps-wrapper {
		top: 71px;
	}

	.step-heading {
			font-size: 26px;
	}

	.steps-container {
		flex-direction: column;
		gap: 8px;
	}

	.step-indicator-wrapper {
		width: -webkit-fill-available;
	}

	.step-indicator {
		width: -webkit-fill-available;
	}

	.card_item {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.pricing-card-header {
		flex-direction: row;
		justify-content: space-between;
		background-color: #fff;
		border-radius: 20px;
	}

  .card.selected {
    border: 2px solid #00c49a;
    z-index: 1;
    background-color: #F7F7F7;
  }

	.select-btn {
    margin-top: 12px;
    padding: 12px 16px;
		border: 1px solid #E5E5E5;
		background-color: #fff;
		justify-content: center;
  }

  .card.selected .select-btn {
    padding: 12px 29px;
  }

  .card.selected .select-btn .selected-card-btn-icon {
    display: none;
  }

  .package-name-price-wrapper {
    flex-direction: row;
		gap: 8px;
  }

  .package-card-body{
    padding: 16px;
  }

  .package-price {
    margin-top: 0;
    gap: 8px;
    font-size: 24px;
  }

	.compare-wrapper {
		margin-top: 0;
	}

  .card {
    padding: 0;
    background-color: #F7F7F7;
    overflow: unset;
  }

  .card-columns {
    padding: 6px;
    background-color: unset;
  }

  .package-savings-info-wrapper {
    align-items: start;
    gap: 4px;
    margin-top: 8px;
  }

  .selected-card-btn-icon {
    display: none;
  }

  .pricing-container {
    grid-template-columns: 1fr;
  }

  .desktop-card-content {
    display: none;
  }

  .mobile-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .features-contaier {
    display: none;
  }

  .card-columns .card-row {
    flex-direction: column;
  }
  .mobile-bedge {
    display: flex;
  }
  .bedge {
    display: none;
  }
	.featured-list-row {
		display: flex;
		text-align: left;
		color: #4D4D4D;
	}
	.card .list-row {
		justify-content: space-between;
		align-items: center;
		gap: 24px;
	} 
	.row {
		flex-direction: column;
	}

	.field,
	.field-wide {
		flex: 1 1 100%;
		min-width: 100%;
	}

	.field-group-inner {
		flex-direction: column;
		width: 100%;
	}

	.custom-stepper {
		width: 100%;
	}

	.property-type {
		width: 100%;
	}

	.second-row-margin {
		margin-top: 18px;
	}

	.field-group-inner {
		gap: 18px;
	}

	.back-button {
		padding: 12px 50px !important;
		margin-right: 16px !important;
	}

	.next-button {
		padding: 12px 50px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.pricing-container {
		grid-template-columns: 1fr;
	}

  .features-contaier { 
		display: none;
	}

	.featured-list-row {
		display: flex;
		text-align: left;
		color: #4D4D4D;
	}

	.card .list-row {
		justify-content: space-between;
		align-items: center;
		gap: 24px;
		font-size: 12px;;
	} 

	.card .list-row {
		min-height: 37px;
		padding: 6px 0;
	}

	.icon-tablet {
		margin-left: 47px;
	}

	.list-text-tablet {
		margin-left: 37px;
	}
	.package-card-body {
		padding: 0 0 16px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .container, .container-md, .container-sm {
        max-width: 100%;
    }
}

/* State Fee Message Styling */
.state-fee-message {
		width: 100%;
    margin: 20px 0;
    border: 1px solid #C1F0E6;
    border-radius: 8px;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}

.state-fee-message h5 {
    margin: 0 0 8px 0;
    font-weight: 500;
    text-align: left;
}

.state-fee-message span {
    display: block;
    line-height: 1.4;
    text-align: left;
}

.state-fee-message a {
    color: #255585;
    text-decoration: none;
}

.state-fee-message a:hover {
    text-decoration: underline;
}

/* Ensure the message aligns with the form fields */
.state-fee-message {
    align-self: flex-start;
}

/* Wrapper for icon-text and state fee message */
.icon-text-message-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.icon-text-message-wrapper .icon-text {
    margin-bottom: 0; /* Remove default margin since we're using gap */
}

.icon-text-message-wrapper .state-fee-message {
    align-self: flex-start;
    margin: 0;
}

/* Loading spinner for upgrades */
#upgrades-loading {
    width: 100%;
    margin-top: 20px;
}

.loading-spinner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    text-align: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #33CEAD;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 16px;
}

.loading-spinner p {
    color: #666;
    font-size: 16px;
    margin: 0;
}

@media (max-width: 410px) {
	.wrapper {
		padding-top: 183px !important;
	}
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}