.contact-form::after {
	content: "";
	position: absolute;
	height: 17%;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: -2;
}

.contact-form .nav-tabs {
	border: none;
}
.contact-form__grid{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto auto;
}
.contact-form__partner::after {
	content: "";
	box-shadow: 0 4px 4px 0 #00000026;
	background-image: url("./img/partner-section-bg.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	position: absolute;
	top: 0;
	left: -50%;
	width: calc(100% + 50%);
	min-height: 100%;
	border-bottom-right-radius: 120px;
	border: 1px solid var(--primary-palette-yellow);
	z-index: -1;
	background-color: white;
}

.gf-google-content {
	margin-top: 20px;
}

.gform_required_legend{
	margin-bottom:0;
}

.contact-form .gform_wrapper.gravity-theme .gfield_validation_message,
.contact-form .gform_wrapper.gravity-theme .validation_message {
	background: transparent;
	border: 0;
	margin-top: 5px;
	padding: 12.992px 0;
}

.contact-form__rating .trustpilot-widget iframe{
	height: 90px !important;
}

.contact-form__rating button{
	max-width: 25%;
}

@media only screen and (width <= 575px) {
	.contact-form__partner::after {
		border-radius: 0;
		border: none;
		border-top: 1px solid var(--primary-palette-yellow);
		border-bottom: 1px solid var(--primary-palette-yellow);
		width: calc(100% + 53%);
	}

	.contact-form::after {
		display: none;
	}
	.contact-form__rating button{
		max-width: 50%;
	}
}
@media (min-width: 992px) {
	.contact-form__grid {
	  	grid-template-columns: 1fr 1fr; /* Two column layout */
	}
	.contact-form__heading{
	  	grid-column: 1 / 2;
	  	grid-row: 1 / 2;
	}
	.contact-form__partner{
		grid-column: 1 / 2;
		grid-row: 2 / 4;
	}
	.contact-form__form{
		grid-column: 2 / 3;
		grid-row: 1 / 4;
	}
	.contact-form__partner::after {
		min-height: 340px;
	}
}

@media (min-width: 1200px) {
	.contact-form__partner::after {
		min-height: 315px;
	}
}
@media only screen and (width >= 1940px) {
	.contact-form__partner::after {
		left: -145%;
		width: calc(100% + 840px);
	}
}

@media only screen and (width >= 3024px) {
	.contact-form__partner::after {
		left: -210%;
		width: calc(100% + 1265px);
	}
}
