@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;
}

.hero {
	color: white;
	text-align: center;
	min-height: 96vh;
	height: auto;
	background-image: url("../images/a5f1137770c535072765d9df7c27e7e9b3c1cb1c.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	/* background-attachment: fixed; */
	background-color: #f0f0f0;
}

.hero .thankyou-header {
	padding: 15px 20px;
	height: 87px;
}

section.mt-4.step_form {
	margin-top: 0px !important;
}


.hero h3 {
	font-size: 27px;
	font-weight: 500;
	color: #444;
}

.logo-img {
	width: 200px;
	margin-top: -21px;
}

.thankyou-header .logo-img {
	margin-top: 0px;
}

.thankyou-header .header-detail {
	justify-content: space-between;
}

.thankyou-header .header-detail .call-details.text-white {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	gap: 17px;
}

.thankyou-header .header-detail .call-details.text-white span {
	font-size: 20px;
	font-weight: 400;
}

.step-card {
	border-radius: 0;
	padding: 20px;
}


.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;
	position: relative;
	z-index: 10;
}

.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);
}

#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: #f4e1ca;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	overflow: hidden;
}

.thankyou .box-wrapper {
	background: #fff;
}

.form-section {
	flex: 1;
	background: #cd8026;
	/* padding: 30px; */
	padding: 20px 30px;
	color: #fff;
	min-width: 300px;
}

.step-three .form-section h3 {
	color: #ffffff;
	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;
	position: relative;
	z-index: 10;
}

.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: 10px;
	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: #FCEFE0;
	/* width: 47%; */
	width: 196px;
	/* max-width: 200px; */
	display: flex;
	min-height: 135px;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	/* transition: transform 0.1s ease; */
	transition: background-color 0.3s ease, transform 0.2s ease;
}

.info-box:hover {
	transform: translateY(-2px);
}

.info-box img {
	width: 30px;
	margin-bottom: 10px;
}

.info-section {
	width: 51%;
	background: #f4e1ca;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	align-items: center;
	min-width: 300px;
	align-content: center;
	padding-top: 51px;
}

.thankyou .info-section {
	background-color: #ffffff;
}

.info-section .info-section-details {
	color: #313131;
}

.info-section .info-section-details h4 {
	font-size: 17px;
	text-align: left;
	padding-left: 20px;
	padding-top: 15px;
	line-height: 100%;
}

.info-section .info-section-details p {
	font-size: 13px;
	font-weight: 400;
	line-height: 110%;
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 77px;
	text-align: left;
}

.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: #020101;
	font-weight: 400;
}

.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;
}

.thankyou-form .box-wrapper2 .form-section {
	height: 595px;
}

.box-wrapper2 .form-section img {
	width: 100%;
}

.thankyou-form .box-wrapper2 .form-section img {
	height: 595px;
}

.tab.step-three {
	padding-bottom: 35px;
}

.step-three h2 {
	font-size: 45px;
	font-weight: 400;
	line-height: 100%;
	margin: 1.5rem 0rem;
}

.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: #313131;
	padding: 11px;
}

.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;
}


.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;
}

.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;
}

.elementor-widget-reviews .swiper-slide {
	background-color: #fff;
	padding: 0;
	height: auto;
}

.elementor-testimonial__text {
	color: #191919;
	font-family: "Gilroy Regular", Sans-serif;
	font-size: 16px;
	padding: 20px 15px 15px 20px;
	font-weight: 400;
	line-height: 20px;
}

.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;
}

.side-line-icon {
    position: absolute;
    /* left: 6%; */
    top: 314px;
    margin-left: -278px;
    z-index: 1;
}

.side-line-icon img {
	width: 121%;
	height: auto;
}

footer .social-account a:hover {
	background-color: #F58529 !important;
}



@media (min-width: 320px) and (max-width: 767px) {

	html,
	body {
		overflow-x: hidden;
	}

	.side-line-icon {
		display: none;
	}
	.step-three button#submit_form  {
			display: block;
		}
	.logo {
		justify-content: center !important;
	}

	.hero {
		height: auto;
		min-height: auto;
	}

	.hero h3 {
		font-size: 18px;
	}

	.step-three .form-section h3 {
		font-size: 20px !important;
		text-align: center;
	}

	.step-three button#next_button {
		display: block;
	}

	.hero .thankyou-header {
		padding: 15px 20px;
		height: auto;
	}

	.thankyou-form .box-wrapper2 .form-section img {
		height: 391px;
	}

	.thankyou-form .box-wrapper2 .form-section {
		height: 391px;
	}


	.thankyou-header .logo-img {
		margin-top: 0px;
		width: 100px;
	}

	.thankyou-header .header-detail .call-details.text-white {
		gap: 7px;
	}

	.thankyou-header .header-detail .call-details.text-white span {
		font-size: 11px;
	}

	.thankyou-header .header-detail .call-details.text-white span img {
		width: 14px;
	}

	.thankyou-header {
		padding: 13px;
	}

	.step-three h2 {
		font-size: 25px;
		line-height: 114%;
		margin: 0px 0px 22px 0px;
	}

	.step-three .box-wrapper {
		margin: auto;
	}

	.info-section .info-section-details p {
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}

	.info-section .info-section-details h4 {
		text-align: center;
		padding-left: 0px;
	}

	section.mt-4.step_form {
		margin-top: 27px !important;
	}


	.step-three .form-section h3 {
		font-size: 20px !important;
		text-align: center;
		padding-top: 0px !important;
	}

	.form-section p {
		font-size: 12px;
		padding-bottom: 15px;
	}

	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;
	}

	.step-three p.btms_btn.text-start {
		margin-top: 15px !important;
		margin-bottom: -9px !important;
	}

	.btn-next {
		margin-top: -15px;
		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: 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;
	}

	.step-three .form-section h3 {
		text-align: center;
		font-size: 21px;
	}

	.thankyou-form .box-wrapper2 .form-section {
		height: 432px;
	}

	.thankyou-form .box-wrapper2 .form-section img {
		height: 433px;
	}

	.info-section .info-section-details h4 {
		text-align: center;
		padding-left: 0px;
	}

	.info-section .info-section-details p {
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}

	.form-section p {
		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;
	}

	.side-line-icon img {
		width: 71%;
		height: auto;
	}

	.side-line-icon {
		position: absolute;
		left: -69px;
		top: 500px;
		z-index: 1;
	}

}