
.hero-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.hero-text {
	width: 55%;
	display: flex;
	flex-direction: column;
	gap: 24px;
	min-height: 0;
	padding-right: 24px;
}

@media (max-width: 768px) {
	.hero-section {
		padding: 20px;
	}
	
	.hero-section .hero-text {
		width: 100%;
	}
	
	.hero-section .hero-image {
		padding: 0;
	}
}

.hero-text > * {
	margin: 0;
	padding: 0;
}

.hero-image {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 45%;
	padding-left: 24px;
}

.breadcrumb {
	color: #516a80;
	font-family: "Open Sans";
	font-size: .9rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5rem;
	/* 120% */
	letter-spacing: .05px;
	text-transform: uppercase;
}

.breadcrumb a {
	color: #516a80;
	transition-duration: .4s;
}

.breadcrumb a:hover {
	color: #033a6d;
}

.post-title h1 {
	color: #042238;
	font-family: Poppins;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 60px;
	padding: 0;
	margin: 0;
}

.post-title h1 .emphasis {
	color: #033a6d;
	font-weight: 800;
}

.post-info {
	color: #516a80;
	font-family: Poppins;
	font-size: .9rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

/* Adjust the img styles if needed */
.hero-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	aspect-ratio: 2/1;
	border-radius: 9.687px;
	box-shadow: 0px 4.487px 15.62px 4.487px rgba(0, 0, 0, .12);
	object-fit: cover;
	object-position: center;
}

/* Example responsiveness */
@media (max-width: 768px) {
	.hero-section {
		flex-direction: column;
		text-align: center;
	}
	
	.hero-image {
		margin-top: 20px;
		/* Space above the image on smaller screens */
		width: 100%;
		/* Full width on mobile */
		height: auto;
	}
}

@media (max-width: 1024px) {
	.post-title h1 {
		font-size: 2.25rem;
		line-height: 48px;
	}
}

@media (max-width: 768px) {
	.post-title h1 {
		font-size: 2.5rem;
		line-height: 40px;
	}
}

.hero-section.hero-section-video {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-bottom: -400px;
}

@media (max-width: 1024px) {
	.hero-section.hero-section-video {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 30px;
		margin-bottom: 0px;
	}
}

.hero-section-video .hero-text {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
	min-height: 0;
	padding-right: 24px;
	align-items: center;
}

.hero-section-video .hero-text, .hero-section-video .hero-text * {
	text-align: center;
}

.hero-section-video .hero-text > * {
	margin: 0;
	padding: 0;
}

.hero-section-video .hero-video {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	padding: 0px;
}

.hero-section-video .breadcrumb {
	color: rgba(205, 211, 215, 1);
	font-family: "Open Sans";
	font-size: .9rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5rem;
	/* 120% */
	letter-spacing: .05px;
	text-transform: uppercase;
}

.hero-section-video .breadcrumb a {
	color: rgba(205, 211, 215, 1);
	transition-duration: .4s;
}

.hero-section-video .breadcrumb a:hover {
	color: rgba(0, 200, 255, 1);
}

.hero-section-video .post-title h1 {
	color: #fff;
	font-family: Poppins;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 60px;
	padding: 0;
	margin: 0 0 20px 0;
}

.hero-section-video .post-title h1 .emphasis {
	color: rgba(0, 200, 255, 1);
	font-weight: 800;
}

.hero-section-video .post-info {
	color: #516a80;
	font-family: Poppins;
	font-size: .9rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

/* Adjust the img styles if needed */
.hero-section-video .hero-video img {
	max-width: 100%;
	width: 100%;
	height: auto;
	aspect-ratio: 2/1;
	border-radius: 9.687px;
	box-shadow: 0px 4.487px 15.62px 4.487px rgba(0, 0, 0, .12);
	object-fit: cover;
	object-position: center;
}

/* Example responsiveness */
@media (max-width: 768px) {
	.hero-section.hero-section-video {
		flex-direction: column;
		text-align: center;
	}
	
	.hero-video {
		width: 100%;
		/* Full width on mobile */
		height: auto;
	}
}

.hero-section-video .video-container {
	position: relative;
	width: 100%;
	/* Default fallback for 16:9 aspect ratio if aspect-ratio is not supported */
	padding-bottom: 56.25%;
	z-index: 2;
}

/* .video class might not be necessary if you are applying the aspect ratio on the container */
.hero-section-video .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(.95);
}

.hero-section-video .youtube-video-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	/* Ensures it stretches to the full width of the container */
	bottom: 0;
	/* Ensures it stretches to the full height defined by padding-bottom */
	background-size: cover;
	background-position: center;
	cursor: pointer;
	/* Display the play button in the center of the placeholder */
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Use @supports rule for modern browsers */
@supports (aspect-ratio: 16 / 9) {
	.hero-section-video .video-container {
		/* Apply aspect-ratio property to the container */
		aspect-ratio: 16/9;
		padding-bottom: 0;
	}
}

/* General styles for the video container */
.hero-section-video .video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

/* Styling iframe to fit the container */
.hero-section-video .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Adjustments to the video placeholder, which shows the video's thumbnail */
.hero-section-video .video-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Modern browsers support for aspect ratio */
@supports (aspect-ratio: 16 / 9) {
	.hero-section-video .video-container {
		aspect-ratio: 16/9;
		padding-bottom: 0;
	}
}

.lease-agreement-wrap .hero-image .hero-featured-image {
	aspect-ratio: auto;
	/* Remove the aspect ratio */
	width: 100%;
	/* Adjust width based on content or container */
	max-width: 100%;
	height: auto;
	/* Allow height to be dynamic */
	margin-bottom: -80px;
}

/* Target the sticky-landlord-sign-up specifically */
.lease-agreement-wrap .btnhov {
	display: inline-block;
	padding: 10.7px 16px;
	/* Adjust padding to change the button size */
	font-size: 15px;
	/* Adjust the font-size as needed */
	font-weight: 600;
	color: #fff;
	/* Initial text color */
	text-align: center;
	text-decoration: none;
	background-color: #022c52;
	/* Transparent background */
	border-style: solid;
	border-width: 0 0 0 5px;
	border-color: #00c8ff;
	box-shadow: inset 0 0 0 0 #00c8ff;
	transition-duration: .3s;
}

.hero-section .btnhov {
	display: inline-block;
	padding: 10.7px 16px;
	/* Adjust padding to change the button size */
	font-size: 15px;
	/* Adjust the font-size as needed */
	font-weight: 600;
	color: #fff;
	/* Initial text color */
	text-align: center;
	text-decoration: none;
	background-color: #022c52;
	/* Transparent background */
	border-style: solid;
	border-width: 0 0 0 5px;
	border-color: #00c8ff;
	box-shadow: inset 0 0 0 0 #00c8ff;
	transition-duration: .3s;
}

/* Hover and focus styles */
.lease-agreement-wrap .btnhov:hover, .lease-agreement-wrap .btnhov:focus {
	color: #022c52;
	/* Change the text color on hover/focus */
	box-shadow: inset 300px 0 0 0 #00c8ff;
}

/* Hover and focus styles */
.hero-section .btnhov:hover, .hero-section .btnhov:focus {
	color: #022c52;
	/* Change the text color on hover/focus */
	box-shadow: inset 300px 0 0 0 #00c8ff;
}

/* Ensure that the transition is smooth for both the box-shadow and the color */
.lease-agreement-wrap .btnhov {
	transition-duration: .3s;
}

.hero-section .btnhov {
	transition-duration: .3s;
}

/* Optional - Removes underline from links when hovered or focused */
.lease-agreement-wrap .btnhov:hover, .lease-agreement-wrap .btnhov:focus {
	text-decoration: none;
}

.hero-section .btnhov:hover, .hero-section .btnhov:focus {
	text-decoration: none;
}

.hero-section.lease-agreement-wrap .hero-image img {
	border-radius: 0;
}

.last-modified-date {
	color: #687a88;
	font-family: "Open Sans";
	font-size: 15px;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
}
