@font-face {
	font-family: 'Gilroy';
	src: url('https://selectandswitch.com.au/wp-content/uploads/2024/10/svn-gilroy_regular-webfont.woff') format('woff');
	font-weight: 400;
	/* Regular */
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('https://selectandswitch.com.au/wp-content/uploads/2024/10/SVN-GilroyMedium.woff') format('woff');
	font-weight: 500;
	/* Medium */
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('https://selectandswitch.com.au/wp-content/uploads/2024/10/svn-gilroy_semibold-webfont.woff') format('woff');
	font-weight: 600;
	/* SemiBold */
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('https://selectandswitch.com.au/wp-content/uploads/2024/10/svn-gilroy_bold-webfont.woff') format('woff');
	font-weight: 700;
	/* Bold */
	font-style: normal;
	font-display: swap;
}
body {
	font-family: 'Gilroy', sans-serif;
	font-weight: 400;
	/* Regular */
	margin: 0;
	background: #ffffff;
	color: #000;
}
.hover-effect-cls svg path {
  fill: #313131; /* default */
  transition: fill 0.3s ease;
}

.hover-effect-cls:hover svg path {
  fill: orange; /* hover */
}

.hero {
	background-color: #1f60ff;
	color: white;
	text-align: center;
	padding: 40px 20px;
	min-height: 96vh;
	height: auto;
}

section.mt-4.step_form {
	margin-top: 0px !important;
}

.step_form h2 {
	font-size: 47px;
	font-weight: 700;
	margin-bottom: 2rem;
	margin-top: -7px;
}

.hero h3 {
	font-size: 27px;
	font-weight: 500;
	color: #444;
}

.logo-img {
	width: 200px;
	margin-top: -21px;
}

.step-card {
	border-radius: 0;
	padding: 20px;
}

.options {
	display: flex;
	justify-content: center;
	margin: 25px 0px;
	gap: 25px;
}

.options .option img {
	height: 65px;
	width: 65px;
	margin-bottom: 10px;
}

.options .option span {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 100%;
	padding: 0px 10px;
}

.option {
	background-color: rgb(31, 96, 255);
	color: white;
	padding: 45px 20px;
	border-radius: 0;
	width: 217px;
	height: 217px;
	font-weight: bold;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
	position: relative;
}

.card.step-card.mb-4 {
	margin-bottom: 0rem !important;
}

.card.step-card.mb-4 p.text-center.mt-3 {
	margin-bottom: 6px !important;
}

#back_button[disabled="disabled"] {
	display: none;
}

.step-three p.btms_btn.text-start {
	margin-top: -11px !important;
	margin-bottom: 0px !important;
}

.arrow-icon {
	width: 39px;
	height: 19px;
}

.btn-next {
	height: 52px;
	width: 256px;
	background-color: #f7941e;
	color: white;
	padding: 6px 20px;
	border: none;
	font-size: 26px;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.2s ease;
	font-weight: bold !important;
}

.btn-next:hover {
	background-color: #d97e12;
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.comparison-box .option input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.comparison-box .option input[type="radio"]:checked+span::before,
.comparison-box .option input[type="radio"]:hover+span::before {
	content: "✔";
	position: absolute;
	right: 0;
	top: 175px;
	opacity: 1;
	color: #2bd42b;
	font-size: 12px;
	z-index: 11;
	background: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	vertical-align: middle;
}

.property-options {
	display: flex;
	justify-content: center;
	gap: 20px;
	/* margin-top: 20px; */
}

.option:hover {
	background-color: #0d47d9;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

#back_button {
	text-decoration: none;
	color: #444;
	font-size: 19px;
	padding-bottom: 10px;
	padding-right: 26px;
}

#back_button svg {
	width: 17px;
	height: 14px;
}

.box-wrapper {
	max-width: 100%;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	overflow: hidden;

}

.form-section {
	flex: 1;
	background: #f7941d;
	padding: 30px;
	color: #fff;
	min-width: 300px;
}

.form-section h2 {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: normal;
	text-align: left;
}

.form-group {
	width: 335px;
	height: 42px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
}

.form-group img {
	width: 20px;
	margin: 0 10px;
}

.form-group input {
	flex: 1;
	border: none;
	outline: none;
	padding: 10px;
	font-size: 14px;
}

.form-section p {
	font-size: 11px;
	line-height: 1.4;
	margin-top: 15px;
	color: #fff;
}

.compare-btn {
	display: inline-flex;
	align-items: center;
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 12px 20px;
	border-radius: 8px;
	text-decoration: none;
	margin-top: 15px;
	font-size: 23px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.info-box {
	border: 1px solid #f7941d;
	padding: 10px;
	border-radius: 8px;
	text-align: center;
	background: #fdf5ee;
	width: 47%;
	max-width: 200px;
	display: flex;
	min-height: 140px;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.info-box img {
	/* width: 30px; */
	margin-bottom: 10px;
}

.info-section {
	width: 51%;
	background: #fff;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	align-items: center;
	min-width: 300px;
	align-content: center;
}

/* .info-section {
	flex: 1;
	background: #fff;
	padding: 30px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	justify-items: center;
	align-items: center;
	min-width: 300px;
} */
.compare-btn img {
	/* max-width: 20px; */
	margin-left: 10px;
}

.compare-btn:hover {
	background: #fff;
	color: #444;
}

.btn.text-center.step-one-btn.mt-3 {
	margin-top: 11px !important;
}

.info-box p {
	font-size: 14px;
	color: #000;
}

.info-box2 .btn {
	font-size: 19px;
	color: #fff;
	background: #1D53FF;
	padding: 27px 10px;
	font-size: 24px;
	width: 100%;
	text-align: center;
	border-radius: 0;
	font-family: "Roboto", sans-serif;
}

.box-wrapper2 .form-section {
	padding: 0;
	background: #1f60ff;
	border: none;
	font-family: "Roboto", sans-serif;
}

.box-wrapper2 .form-section img {
	width: 100%;
}

.step-three h2 {
	font-size: 45px;
	margin-top: -3%;
	margin-bottom: 1.5rem;
}

.info-box2 {
	width: 100%;
	min-width: 100%;
	border: none;
	background: #fff;
	padding-left: 10px;
	font-family: "Roboto", sans-serif;
}

.info-box2 h2 {
	font-size: 47px;
	font-weight: 700;
	color: #000000;
	text-align: left;
	margin: 0 0 15px;
	font-family: "Roboto", sans-serif;
}

.info-box2 p {
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	text-align: left;
	margin-bottom: 25px;
	font-family: "Roboto", sans-serif;
}

.thankyou-header {
	background: #1f60ff;
	padding: 20px;
}

.thankyou {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.thankyou-header {
	flex: 0 0 auto;
}

.thankyou-form {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* General body styling for a clean look */
body {
	font-family: sans-serif;
	background-color: #f7f7f7;
}

.elementor-section {
	padding: 50px 0;
	background-color: #f7f7f7;
}

/* Testimonial card styling */
.elementor-testimonial {
	background-color: #fff;
	border: 1px solid #00000033;
	border-radius: 8px;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
}

.elementor-testimonial__header {
	/* margin-bottom: 20px; */
	padding: 12px 20px;
	font-size: 5px;
	color: #191919;
	font-weight: 500;
	border-block-end: 1px solid #e1e8ed;
	padding-block-end: calc(25px / 2);
	border-block-end-color: #00000033;
}

.elementor-testimonial__cite {
	display: block;
}

.elementor-testimonial__name {
	font-weight: bold;
	font-size: 16px;
	font-weight: 400;
	color: #333;
}

/* Green star rating styling */
.elementor-star-rating {
	display: flex;
	align-items: center;
	margin-top: 5px;
}

.elementor-star-rating img {
	width: 13px;
	/* Adjust size as needed */
	height: auto;
	margin-right: 2px;
}

/* Heading styling */
.elementor-heading-title {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #333;
	margin-bottom: 40px !important;
}

/* Navigation buttons styling */
.elementor-swiper-button-prev,
.elementor-swiper-button-next {
	background-color: #e0e0e0;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color: #333;
	transition: background-color 0.3s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.elementor-swiper-button-prev:hover,
.elementor-swiper-button-next:hover {
	background-color: #d0d0d0;
}

.elementor-swiper-button-prev {
	left: -50px !important;
}

.elementor-swiper-button-next {
	right: -50px !important;
}

/* Pagination dots styling */
.swiper-pagination-bullet {
	background-color: #ccc;
	width: 10px;
	height: 10px;
	opacity: 1;
	transition: background-color 0.3s;
}

.swiper-pagination-bullet-active {
	background-color: #007bff;
	/* A nice blue to match the image */
}

.elementor-widget-reviews .swiper-slide {
	background-color: #fff;
	/* border: 1px solid #e1e8ed;
	border-radius: 15px; */
	padding: 0;
	height: auto;
}

.elementor-testimonial__text {
	color: #191919;
	
	font-size: 16px;
	padding: 20px 15px 15px 20px;
	font-weight: 400;
	line-height: 20px;
	/* margin-top: -15px; */
}

.swiper-slide {
	display: flex;
}

.swiper-slide .row,
.swiper-slide .cols {
	display: flex;
	align-items: stretch;
	width: 100%;
}

.swiper-slide .row>[class*="col"],
.swiper-slide .cols>* {
	flex: 1 1 0;
	display: flex;
}

.swiper-slide .card,
.swiper-slide .column-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.swiper-slide .card-body,
.swiper-slide .content {
	flex: 1 1 auto;
}

.swiper-wrapper {
	align-items: stretch;
}

.swiper,
.swiper-slide {
	height: auto;
}

.swiper-pagination {
	position: absolute;
	top: 100% !important;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.elementor-swiper-button i {
	color: #000;
	font-weight: 600;
}

i.eicon-chevron-left {
	margin-left: 22px;
}

.elementor-swiper-button {
	background: unset;
}

.elementor-swiper-button:hover {
	background: unset;
}

@media (min-width: 320px) and (max-width: 767px) {

	html,
	body {
		overflow-x: hidden;
	}

	.logo {
		justify-content: center !important;
	}

	.hero {
		height: auto;
		min-height: auto;
	}

	.step_form h2 {
		font-size: 25px;
		padding-top: 27px;
	}

	.hero h3 {
		font-size: 18px;
	}

	.form-section h2 {
		font-size: 20px !important;
		text-align: center;
	}

	.step-three .form-section h2 {
		font-size: 20px !important;
		text-align: center;
		padding-top: 0px !important;
	}

	.form-section p {
		font-size: 12px;
		padding-bottom: 15px;
		/* text-align: center !important; */
	}

	p.btms_btn.text-start {
		text-align: center !important;
	}

	.form-group {
		width: auto;
	}

	.box-wrapper {
		max-width: unset;
		justify-content: center;
	}

	.info-section {
		margin: 10px 0px 10px 0px;
		gap: 14px;
	}

	.option {
		display: flex;
		text-align: center;
		align-items: center;
		padding: 12px 8px;
		width: 90%;
		height: auto;
	}

	.options .option img {
		height: 38px;
		width: 38px;
		margin-bottom: 0px;
		margin-left: 13px;
	}

	.options .option span {
		font-size: 18px;
		font-weight: 400;
		padding-left: 12px;
	}

	.step-three p.btms_btn.text-start {
		margin-top: 15px !important;
		margin-bottom: -9px !important;
	}

	.comparison-box .option input[type="radio"]:checked+span::before,
	.comparison-box .option input[type="radio"]:hover+span::before {
		top: 21px;
		left: 47%;
	}

	/* .gas-check input[type="radio"]:hover+span::before {
	right: 1px !important;
} */

	.gas-check input[type="radio"]:checked+span::before {
		left: 207px !important;
	}

	/* when hovering on span */
	.gas-check input[type="radio"]:hover+span::before {
		left: 207px !important;
	}

	.btn-next {
		margin-top: -15px;
		/* margin-left: -5% !important; */
		height: 52px;
		width: 100%;
		font-size: 19px;
		padding: 6px 20px;
		border-radius: 7px;
	}

	.step-one-btn {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.step-two-btn {
		width: 89%;
		margin-left: 1px !important;
	}

	p.text-center.mt-3 {
		display: flex;
		justify-content: center;
		flex-direction: column-reverse;
		align-items: center;
		text-align: center;
	}

	.elementor-section {
		padding: 40px 15px;
	}

	.elementor-heading-title {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.swiper-slide {
		width: 100% !important;
		margin-right: 3px !important;
	}

	.swiper-wrapper {
		gap: 5px !important;
	}

	.elementor-testimonial {
		padding: 15px;
	}

	.elementor-testimonial__name {
		font-size: 16px;
	}

	.elementor-testimonial__text {
		font-size: 14px;
	}

	.elementor-swiper-button {
		width: 35px;
		height: 35px;
		font-size: 17px !important;
	}

	.elementor-swiper-button-prev {
		left: -37px !important;
	}

	.elementor-swiper-button-next {
		right: -41px !important;
	}

	.social-icon a {
		font-size: 12px;
	}

	.thankyou-form .info-section {
		min-width: 371px;
		padding: 7px;
	}

	.thankyou-form .info-box2 h2 {
		font-size: 16px;
	}

	.thankyou-form {
		align-items: flex-start;
	}

	/* .box-wrapper2 .form-section {
		height: 215px;
	}

	.box-wrapper2 .form-section img {
		height: 215px;
	} */

	.box-wrapper2 .form-section {
		height: 313px;
		width: 100%;
		overflow: hidden;
	}

	.box-wrapper2 .form-section img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		display: block;
	}

	.thankyou-form .info-box2 p {
		font-size: 13px;
		text-align: center;
		margin-bottom: 15px;
	}

	.thankyou-form .info-box2 .btn {
		padding: 11px 10px;
		font-size: 14px;
	}

}


@media (min-width: 768px) and (max-width: 1024px) {

	html,
	body {
		overflow-x: hidden;
	}

	.hero {
		height: auto;
		min-height: auto;
	}

	.form-group {
		width: auto;
	}

	.form-section h2 {
		text-align: center;
		font-size: 21px;
	}

	.form-section p {
		/* text-align: center !important; */
		font-size: 15px;
	}

	.info-section {
		margin: 32px 0px;
		gap: 14px;
	}

	.box-wrapper {
		max-width: unset;
		justify-content: center;
	}

	.elementor-section {
		padding: 50px 20px;
	}

	.elementor-heading-title {
		font-size: 26px;
		margin-bottom: 25px;
	}

	.swiper-slide {
		width: 45% !important;
		margin-right: 15px !important;
	}

	.elementor-testimonial {
		padding: 18px;
	}

	.elementor-testimonial__name {
		font-size: 17px;
	}

	.elementor-testimonial__text {
		font-size: 15px;
	}

	.elementor-swiper-button {
		width: 38px;
		height: 38px;
		font-size: 16px;
	}

	.thankyou-form .info-box2 h2 {
		font-size: 23px;
		margin: -19px 0 14px;
	}

	.thankyou-form .info-box2 p {
		font-size: 13px;
		margin-bottom: 23px;
	}

	.info-box2 .btn {
		padding: 20px 10px;
		font-size: 13px;
	}

}