* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
  
html, body {
	height: 100%;
	font-family: Arial, sans-serif;
}
  
.wrapper {
	display: flex;
	height: 100vh;
	flex-direction: row;
}
  
/* Left side */
.left-panel {
	width: 40%;
	background-image: url("../images/Vroom_Blue.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #1f3b5b;
	padding: 40px;
}
  
.content h1 {
	font-size: 2em;
	margin-bottom: 30px;
	font-weight: normal;
}
  
.content p {
	font-size: 2em;
	margin-bottom: 30px;
}
  
.email, .phone {
	display: block;
	font-size: 2em;
	color: #003366;
	text-decoration: underline;
	margin-bottom: 30px;
}
.phone {
	text-decoration: none;
}
  
.thank-you {
	margin-top: 20px;
	font-size: 2em;
}
  
/* Right side */
.right-panel {
	width: 60%;
	position: relative;
	overflow: hidden;
}
  
.bg-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
  
.logo {
	position: absolute;
	bottom: 42.5%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	width: 17.5em;
	height: auto;
}

/* Responsive layout: stack vertically on small screens */
@media (max-width: 768px) {
	.wrapper {
		flex-direction: column;
		height: auto;
	}

	.right-panel, .left-panel {
		width: 100%;
		height: auto;
	}

	.right-panel {
		order: 1;
	}

	.left-panel {
		order: 2;
	}
}










/* .pageContent
{
	font-size: 11px;
	color: #3A3D35;
	font-family: Tahoma;
}
.pageContent a
{
	font-size: 11px;
	color: #3A3D35;
	font-family: Tahoma;
}

.subm_bg {
	background-color: #CFDAE4;
}
.company
{
	font-size: 17px;
	color: white;
	font-weight: bold;
	font-family: Tahoma;
}

.url
{
	font-size: 13px;
	color: #254E76;
	font-weight: bold;
	font-family: Times New Roman;
}
.submenu
{
	font-size: 11px;
	color: #003366;
	font-family: Tahoma;
}

.asubmenu
{
	font-size: 11px;
	color: #808080;
	font-family: Tahoma;
	text-decoration: none;
}

.menu
{
	font-size: 9px;
	color: white;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}

.amenu
{
	font-size: 9px;
	color: #FFCC00;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}

.bmenu
{
	font-size: 11px;
	color: #003366;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}

.text
{
	font-size: 11px;
	color: #3A3D35;
	font-family: Tahoma;
}

.text-header
{
	font-size: 11px;
	color: #FFCC00;
	font-family: Tahoma;
	font-weight: bold;
}

.footer
{
	font-size: 9px;
	color: #393D34;
	font-family: Tahoma;
}
*/