.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

/* =====  Highlight active nav item =====*/
#siteNav li.current-menu-item > a,
#siteNav li.current_page_item > a {
	font-weight: 700 !important;
}

/* ====== FOOTER STYLES (Extended from app.min.css) ====== */

/* Footer nav container */
/* .footer .nav {
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
} */

/* Footer nav links */
/* .footer .nav li a {
  color: #ffffff;
  font: 300 16px "Open Sans", sans-serif;
  letter-spacing: 0.2px;
  text-decoration: none;
  transition: color 0.3s ease, border-bottom 0.3s ease;
  padding: 0.25rem 0;
  border-bottom: 1px solid transparent;
} */

/* === Dropdown Submenu Styling === */
/*.site_nav ul.sub-menu {
  background: hsla(0, 0%, 100%, 0.8);
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 999;
}

.site_nav ul.sub-menu li a {
  padding: 0.5rem 1rem;
  display: block;
  white-space: nowrap;
  color: #01283c;
}
*/
.site_nav li.menu-item-has-children:hover > ul.sub-menu {
	display: block;
}

.site_nav li.menu-item-has-children > a:hover {
	background: rgba(123, 160, 196, 0.2);
}
*/
/* ======================================================
   MEET OUR TEAM PAGE - CSS OVERRIDES
   Maintains original static HTML spacing, font sizes, and style
   ====================================================== */
/* --- Team Section --- */
.team-wrap {
	padding: 60px 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#e9eff5), to(#f2f5f9));
	background: linear-gradient(to bottom, #e9eff5, #f2f5f9);
	padding-block: 5rem;
}

.team-wrap .head h2 {
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: 1px;
}

.team-wrap .row {
	row-gap: 2rem;
}

/* --- Card / Box --- */
.team-wrap .box {
	border-radius: 1rem;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(123, 160, 196, 0.2);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.team-wrap .box:hover {
	transform: translateY(-4px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.team-wrap .box .img img {
	border-radius: 0;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.team-wrap .box .text {
	padding: 1.25rem 1rem 1.5rem;
}

/*.box .text h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3f7bb5;
  margin-bottom: 0.25rem;
}*/

.team-wrap .box {
	background: #fff;
	border-radius: 1rem;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.team-wrap .box h2 {
	color: #3f7bb5;
	font-size: 24px;
}

.team-wrap .box .text h3 {
	font-size: 1.25rem;
	margin-bottom: 1rem !important;
}

/* --- CTA (Read More) --- */
a.cta.red.read-more {
	background-color: #a31418;
	color: #fff;
	font-weight: 600;
	font-size: 0.875rem;
	padding: 0.75rem 1.25rem;
	border-radius: 2rem;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

a.cta.red.read-more:hover {
	background-color: #7d0f12;
	color: #fff;
}

/* --- Modal Styling (Read More popup) --- */
.modal-content {
	border-radius: 1rem;
	border: none;
	overflow: hidden;
}

.modal-body {
	padding: 2rem 2rem;
	background: #fff;
}

.modal-body .close {
	cursor: pointer;
	font-size: 1.8rem;
	color: #a31418;
	display: block;
	text-align: right;
}

.modal-body .row {
	align-items: flex-start;
}

.modal-body img {
	border-radius: 0.5rem;
	object-fit: cover;
}

.modal-body h2 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	color: #01283c;
}

.modal-body h3 {
	font-size: 1.1rem;
	color: #7ba0c4;
	margin-bottom: 1rem;
}

.modal-body .bio p {
	font-size: 1rem;
	line-height: 1.75;
	color: #01283c;
}

/* --- Responsive tweaks --- */
@media (max-width: 991px) {
	.team-wrap {
		padding: 40px 0;
	}
}

/* --- FINAL FIX --- */
.story-wrap {
	position: relative !important;
	isolation: unset !important;
	z-index: auto !important;
}

/* Only elevate the actual modal itself */
.story-wrap .modal {
	position: fixed !important;
	z-index: 1060 !important;
	inset: 0 !important;
}

html {
	scroll-behavior: smooth;
}

html {
	margin-top: 0px !important;
}
/* ========== HERO SECTION UPDATES ========== */
@media (max-width: 767px) {
	.hero .cta {
		min-width: 240px;
	}
}

/* ========== STORY SECTION (RESPONSIVE FIXES) ========== */
.story-wrap {
	isolation: isolate;
	position: relative;
}
@media (max-width: 767px) {
	.story-wrap {
		padding-top: 4rem;
	}
}
@media (min-width: 768px) {
	.story-wrap {
		margin-top: -100px;
	}
}
.story-wrap:before {
	height: 100%;
	top: 0;
}
@media (min-width: 768px) {
	.story-wrap:before {
		height: calc(100% - 50px);
		top: 100px;
	}
}

/* ========== SIGN-UP SECTION ADJUSTMENTS ========== */
.sign-up {
	overflow: hidden;
}
.sign-up h2 {
	color: #003046;
	font: 700 24px 'Montserrat', sans-serif;
}
@media (min-width: 768px) {
	.sign-up h2 {
		font-size: 32px;
	}
}

/* ========== JOURNEY SECTION FONT SIZE TUNING ========== */
.journey h2 {
	color: #003046;
}
@media (min-width: 768px) {
	.journey h2 {
		font-size: 38px;
	}
}
@media (min-width: 768px) {
	.journey p {
		font-size: 16px;
	}
}

/* ========== CONTENT WRAP UPDATE ========== */
.content-wrap p + h2 {
	margin-top: 3rem;
}

/* ========== PROJECT META (NEW BLOCK) ========== */
.project-meta {
	padding-top: 5rem;
}
.project-meta .map-meta h2 {
	color: #a31418;
}
.project-meta .map-meta h3 {
	opacity: 0.5;
}

/* ========== TEAM SECTION (NEWLY ADDED) ========== */
.team-wrap {
	background: -webkit-gradient(linear, left top, left bottom, from(#e9eff5), to(#f2f5f9));
	background: linear-gradient(to bottom, #e9eff5, #f2f5f9);
	padding-block: 5rem;
}
.team-wrap .box {
	background: #fff;
	border-radius: 1rem;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.team-wrap .box .img {
	isolation: isolate;
	position: relative;
}
.team-wrap .box .img:before {
	content: '';
	display: block;
	padding-top: 130%;
}
.team-wrap .box .img img {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
}
.team-wrap .box h2 {
	color: #3f7bb5;
	font-size: 24px;
}
.team-wrap .box h3 {
	color: #000;
	font-size: 20px;
}
.team-wrap .box .text-modal {
	height: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	user-select: none;
	visibility: hidden;
	width: 0;
}

/* ========== TYPOGRAPHY TWEAKS ========== */
.head h2 {
	color: #a31418;
	font: 700 32px 'Montserrat', sans-serif;
}
@media (min-width: 768px) {
	.head h2 {
		font-size: 38px;
	}
}

h3 {
	color: #000;
	font: 600 20px 'Open Sans', sans-serif;
}
@media (min-width: 768px) {
	h3 {
		font-size: 24px;
	}
}

p,
li,
td {
	color: #000;
	font: 16px/1.45 'Open Sans', sans-serif;
}
@media (min-width: 768px) {
	p,
	li,
	td {
		font-size: 18px;
	}
}

/* ========== MODAL CLOSE BUTTON IMPROVEMENT ========== */
.modal .close {
	color: #a31418;
	cursor: pointer;
	font-size: 24px;
	height: 24px;
	position: absolute;
	right: 1rem;
	top: 12px;
	width: 24px;
}

.projects-wrap .frame h2 {
	font-size: 20px;
}
.projects-wrap .frame h3 {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

/*------------------------------------------*/

/*------------------------------------------*/

/* === Contact Form 7 Spinner - Centered Inside Button === */

/* Spinner perfectly centered inside the submit button */
/* --- CF7 Spinner final patch --- */
.wpcf7-submit-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: middle; /* keep baseline aligned */
	line-height: 0; /* prevent inline height jump */
}

/* submit button */
.wpcf7-submit {
	position: relative;
	z-index: 2;
	font-weight: 600;
	transition: all 0.2s ease;
	vertical-align: middle;
}

/* spinner must never affect layout */
.wpcf7-spinner {
	position: absolute !important;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 20px !important;
	width: 20px !important;
	margin: 0 !important;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	display: block !important; /* keep it block so it has no baseline */
}

/* show spinner */
.wpcf7 form.submitting .wpcf7-spinner {
	opacity: 1;
	visibility: visible;
}

/* hide text while submitting */
.wpcf7 form.submitting .wpcf7-submit {
	color: transparent !important;
	pointer-events: none;
	text-shadow: none !important;
	opacity: 0.9;
}

/*------------show warrning inside input fied---------------------*/
/* Base error look */
.wpcf7-form-control.wpcf7-not-valid {
	border: 1px solid #a31418 !important;
	color: #a31418 !important;
}

/* hide default message visually (we’ll move it into the input) */
.wpcf7-not-valid-tip {
	display: none !important;
}

/* style placeholder when showing error */
.wpcf7-form-control.error-placeholder::placeholder {
	color: #a31418;
	opacity: 1;
}

.wpcf7-form-control.error-placeholder {
	background-color: #fff5f5;
}

/*------------------------------*/
/* Reset CF7 spacing to match theme */
.wpcf7 form {
	margin: 0;
	padding: 0;
}

.wpcf7-form p {
	margin: 0;
	padding: 0;
}

/* Keep fields aligned tightly */
.wpcf7-form .col-md-6,
.wpcf7-form .col-md-12 {
	padding-right: 15px;
	padding-left: 15px;
}

/* Input consistency */
.wpcf7-form .form-control {
	height: 48px;
	border-radius: 6px;
	font-size: 16px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
}

/* Textarea styling */
.wpcf7-form textarea.form-control {
	min-height: 120px;
}

/* Label styling */
.wpcf7-form .form-label {
	color: #003046;
	font-weight: 500;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

/* Submit button alignment */
.wpcf7-form .cta.red {
	background: #a31418;
	color: #fff;
	border: none;
	padding: 14px 36px;
	font-weight: 600;
	border-radius: 6px;
	transition: 0.3s;
}

.wpcf7-form .cta.red:hover {
	background: #850f13;
}

/*---------------------*/
/*
.faqs-wrap {
	padding-block: 5rem;
}
.faqs-wrap .faq-box .ques {
	background: rgba(123, 160, 196, 0.25);
	cursor: pointer;
}
.faqs-wrap .faq-box .ques h2 {
	color: #003046;
	font-size: 18px;
}
.faqs-wrap .faq-box .ques .arrow {
	color: #a31418;
	font-size: 30px;
	line-height: 1;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.faqs-wrap .faq-box .ans {
	display: none;
}
.faqs-wrap .faq-box.open .ques .arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.faq-box .ans p {
	font-size: 14px;
}*/
/*---------------------*/
/* .go-top {
  display: none;
  align-items: center;
  justify-content: center;
  background: #a31418;
  border-radius: 0.5rem;
  bottom: 2rem;
  color: #fff;
  cursor: pointer;
  font-size: 26px;
  height: 46px;
  line-height: 1;
  position: fixed;
  right: 2rem;
  width: 46px;
  z-index: 100000;
} */

/*---------------------*/

/* Hide the mobile nav button on desktop */
@media (min-width: 992px) {
	.call_nav {
		display: none !important;
	}
}

/* Show it only on mobile and tablets */
@media (max-width: 991px) {
	.call_nav {
		display: flex !important;
		align-items: center;
		justify-content: center;
	}
}

/* ------------------page track------------- */

.track-record .box-project small {
	font-size: 0.65em;
}
.meta-story {
	background: rgba(123, 160, 196, 0.25);
	padding-block: 3rem;
	margin-block: 3rem 0;
}

@media (min-width: 768px) {
	.meta-story {
		padding-block: 4rem;
		margin-block: 6rem 0;
	}
}
.meta-story p {
	line-height: 1.65;
}
.faqs-wrap .faq-box .ques .arrow {
	color: #a31418;
	font-size: 24px;
}

/* -------testinomials--------- */
/* .testimonials-section {
  background: linear-gradient(135deg, #f9fafc, #fff);
  padding: 80px 20px;
}

.testimonials-section .head h2 {
  font-weight: 700;
  font-size: 2em;
  color: #222;
}

.testimonial-card {
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.testimonial-text {
  font-size: 1.1rem;
  font-style: italic;
  color: #555;
}

.testimonial-name {
  font-weight: 600;
  color: #222;
} */

.concurrent-filing {
	background: #fafafa;
	padding: 30px 0;
}

.concurrent-filing h2 {
	font-weight: 700;
	color: #a10000;
}

.concurrent-filing .img img {
	max-width: 100%;
	height: auto;
}

/*------------Benefits------------*/

/* .faqs-wrap {
  padding-block: 3rem;
}

@media (min-width: 768px) {
  .faqs-wrap {
    padding-block: 5rem;
  }
}

.faqs-wrap .faq-box .ques {
  background: rgba(123, 160, 196, 0.25);
  cursor: pointer;
}

.faqs-wrap .faq-box .ques h2 {
  color: #003046;
  font-size: 18px;
}

.faqs-wrap .faq-box .ques .arrow i {
  color: #a31418;
  font-size: 24px;
  line-height: 1;
  -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

.faqs-wrap .faq-box .ans {
  display: none;
}

.faqs-wrap .faq-box .ans p {
  font-size: 16px;
  line-height: 1.45;
}

.faqs-wrap .faq-box.open .ques .arrow i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
} */

/*________________front page concurrent section______________________*/
/* ==============================
   Benefits of Concurrent Filing
   ============================== */
.benefits-concurrent-section {
	background-color: #f8f9fa; /* light grey background */
	padding: 80px 20px;
	text-align: center;
}

.benefits-concurrent-container {
	max-width: 1200px;
	margin: 0 auto;
}

.benefits-concurrent-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #0b2d48; /* dark navy text */
	margin-bottom: 60px;
}

/* ---- Grid Layout ---- */
.benefits-concurrent-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 50px;
	justify-content: center;
	align-items: start;
}

/* ---- Individual Item ---- */
.benefits-concurrent-item {
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefits-concurrent-item:hover {
	transform: translateY(-6px);
}

/* ---- Icon ---- */
.benefits-concurrent-icon {
	width: 60px;
	height: auto;
	margin-bottom: 20px;
	filter: brightness(0) saturate(100%) invert(18%) sepia(70%) saturate(2500%) hue-rotate(340deg) brightness(90%) contrast(85%);
	/* This gives your icons a red tint (#a30b1a) */
}

/* ---- Title ---- */
.benefits-concurrent-item-title {
	font-size: 1.2rem;
	font-weight: 600;
	color: #0b2d48;
	margin-bottom: 10px;
}

/* ---- Description ---- */
.benefits-concurrent-item-desc {
	font-size: 1rem;
	line-height: 1.6;
	color: #1c1f23;
}
/* Chart Container */
#chartContainer {
	width: 100%;
	height: 15em; /* Reduced height */
	position: relative;
}

@media (min-width: 992px) {
	#chartContainer {
		height: 300px;
	}
}

@media (max-width: 480px) {
	#chartContainer {
		height: 150px;
	}
}

/* Today Bubble */
.custom-div {
	position: absolute;
	top: 5px;
	left: 5px;
	background: #fff;
	border: 1px solid #cacfd4;
	padding: 3px 4px;
	font-size: 12px;
	border-radius: 2px;
	pointer-events: none;
	color: #003046;
	z-index: 10;
}

/* End Date Bubble */
.custom-div2 {
	position: absolute;
	top: 0px;
	right: 27px;
	background: #fff;
	border: 1px solid #d8dadd;
	padding: 4px 6px;
	font-size: 12px;
	border-radius: 2px;
	pointer-events: none;
	color: #003046;
	z-index: 10;
}

/* Smooth fade movement */
.custom-div,
.custom-div2 {
	transition: all 0.3s ease;
}

#whatsApp-link {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	z-index: 999;
	width: 46px;
	height: 46px;
	background-color: #25d366;
	border-radius: 0.5rem;
	font-size: 26px;
}
/* ========== BASE STYLES ========== */
.category-menu .list-inline {
	position: relative;
}

.category-menu .list-inline-item {
	position: relative;
}

.category-menu .list-inline .list-inline-item a.btn {
	color: #3f7bb5;
	border-color: #3f7bb5;
}
.category-menu .list-inline .list-inline-item a.btn:active,
.category-menu .list-inline .list-inline-item a.btn.active,
.category-menu .list-inline .list-inline-item:hover a.btn {
	background-color: #3f7bb5 !important;
	color: #fff !important;
}

/* Hide all dropdowns by default */
.category-menu .dropdown-menu {
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	min-width: 200px;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 999;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Show first-level dropdown on hover */
.category-menu .dropdown:hover > .dropdown-menu {
	display: block;
	top: 100%;
	left: 0;
}

/* Links inside dropdown */
.category-menu .dropdown-menu a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	color: #333;
	text-decoration: none;
	transition: all 0.2s ease;
	background-color: #fff;
	font-size: 15px;
}

.category-menu .dropdown-menu a:hover {
	background: #f8f9fa;
	color: #000;
}

/* ========== SUBMENU STYLES ========== */
.category-menu .dropdown-menu .sub-dropdown {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: 1px;
	border-radius: 6px;
	border: 1px solid #ddd;
	min-width: 200px;
	background: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

/* Show submenu when hovering its parent */
.category-menu .dropdown-menu li:hover > .sub-dropdown {
	display: block;
}

/* ========== ICONS ========== */

/* Downward arrow for main categories
.category-menu .dropdown-toggle::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  font-size: 0.7rem;
  margin-left: 6px;
  color: #777;
  transition: transform 0.2s ease;
}*/

/* Rotate arrow slightly on hover for animation */
.category-menu .dropdown:hover > .dropdown-toggle::after {
	transform: rotate(180deg);
}

/* Right arrow for subcategories that have children
.category-menu .dropdown-menu li.has-children > a::after {
  content: "\f285"; Bootstrap "chevron-right" icon
  font-family: "bootstrap-icons";
  font-size: 0.7rem;
  color: #999;
}
 */
.dropdown-toggle::after {
	display: none;
}
/* Hover effect for those right arrows */
.category-menu .dropdown-menu li.has-children:hover > a::after {
	color: #000;
}

/* Optional hover highlight */
.category-menu .dropdown-menu li:hover > a {
	background-color: #3f7bb5;
	color: #fff;
}

/* Reset list spacing */
.category-menu ul.list-inline {
	padding-left: 0;
}

.category-menu .list-inline-item {
	position: relative;
}

.blog-wrap .blog-box .img {
	aspect-ratio: 16/9;
}

/* Show dropdown on hover */
.category-menu .dropdown:hover > .dropdown-menu {
	display: block;
}

/* Align nested dropdowns (sub of sub) */
.category-menu .dropdown-menu .dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-left: 0.1rem;
	margin-top: -0.25rem;
}

/* Style sub-dropdown properly */
.category-menu .dropdown-menu.sub-dropdown {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
}

.category-menu .dropdown-submenu:hover > .sub-dropdown {
	display: block;
}

@media (max-width: 767px) {
	.category-menu ul.list-inline {
		display: flex !important;
		flex-wrap: wrap;
		gap: 10px;
	}
	.category-menu .list-inline-item {
		width: 100%;
	}
	.category-menu .dropdown-menu {
		min-width: 100%;
	}
	.category-menu .list-inline .list-inline-item a.btn {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
}

/*  Landing Page Css*/

.secured-page {
	font-family: 'Montserrat', sans-serif;
}
.secured-page .site-header {
	display: none;
}
.secured-page #page {
	padding: 0;
	max-width: 100%;
}
.secured-page #primary {
	width: 100%;
	margin: 0;
	max-width: 100%;
}
.secured-page .entry-header {
	background-color: rgba(126, 151, 176, 0.9);
	margin: 0;
}
.secured-page h1.entry-title {
	background-color: rgba(126, 151, 176, 0.9);
	color: #162733;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	text-align: center;
	line-height: 56px;
	height: 56px;
	font-family: 'Public Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.invest-in-cota-vera {
	font-size: 40px !important;
	line-height: 56px !important;
	margin: 0;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
}
.invest-in-cota-vera strong {
	font-weight: 600;
}
.powered-by {
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.cota-vera-logo {
	margin-top: 90px;
}
.homefed-logo img {
	background: white;
	padding: 10px 10px;
	box-sizing: border-box;
	width: 156px;
	border-radius: 9px;
}
.hero-columns {
}
.homefed-logo {
	position: absolute;
	right: -10px;
	bottom: -70px;
}
.secured-page .wp-block-cover {
	position: relative;
}
.master-planned {
	color: #b34b35;
	font-size: 28px;
	font-weight: 500;
}
.master-planned-p {
	font-size: 18px;
	font-weight: normal;
	color: #162733;
	font-family: 'Montserrat', sans-serif;
}
.benefits-columns {
	padding: 40px 100px;
	gap: 100px;
}
.benefit-list {
	font-size: 26px;
	font-weight: 500;
	line-height: 40px;
	list-style: none outside none;
	padding: 0;
	margin: 0;
	padding-left: 0 !important;
}
.benefit-list li {
	border-bottom: 1px solid #dedede;
	padding: 20px 0;
}
.benefit-list li:nth-child(1) {
	background-image: url('https://www.homefedeb5program.com/wp-content/uploads/2025/09/Group-95.png');
	background-repeat: no-repeat;
	background-position-y: 30px;
	padding-left: 100px;
}
.benefit-list li:nth-child(2) {
	background-image: url('https://www.homefedeb5program.com/wp-content/uploads/2025/09/Group-66.png');
	background-repeat: no-repeat;
	background-position-y: 25px;
	padding-left: 100px;
}
.benefit-list li:nth-child(3) {
	background-image: url('https://www.homefedeb5program.com/wp-content/uploads/2025/09/Group-68.png');
	background-repeat: no-repeat;
	background-position-y: 30px;
	padding-left: 100px;
}
.benefit-list li:nth-child(4) {
	background-image: url('https://www.homefedeb5program.com/wp-content/uploads/2025/09/Group-97.png');
	background-repeat: no-repeat;
	background-position-y: 25px;
	padding-left: 100px;
	border-bottom: 0;
}
.gform_title {
	color: #b34b35;
	font-size: 30px;
	line-height: 39px;
	font-weight: bold;
}

.gform_description {
	color: #162733;
	font-size: 18px;
}

#gform_4 {
	background-color: #7e97b0;
	padding: 20px;
}
.gform-theme--foundation .gform_fields {
	row-gap: 10px;
}

#gform_submit_button_2 {
	background-color: #b34b35;
	font-size: 14px;
	font-weight: bold;
	width: 200px;
	font-family: 'Public Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
#gform_submit_button_4 {
	background-color: #b34b35;
	font-size: 14px;
	font-weight: bold;
	width: 200px;
	font-family: 'Public Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.gform-field-label,
.gform-field-label a {
    color: #003046 !important;
    font: 500 16px "Open Sans", sans-serif !important;
}
.gform-field-label a {
	font-weight: bold;
	font-family: 'Public Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.operator-brand {
	background-image: url('https://www.homefedeb5program.com/wp-content/uploads/2025/09/escaya-1.png');
	padding-left: 140px;
}
.operator-brand .wp-block-heading {
	font-size: 26px;
	font-weight: bold;
	color: #162733;
}
.operator-brand ul {
	font-size: 24px;
	font-weight: 500;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.operator-brand .wp-block-group__inner-container {
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.9) 71.76%, rgba(255, 255, 255, 0.54) 92.39%, rgba(255, 255, 255, 0) 100%);
	mix-blend-mode: normal;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-right: 80px;
	padding-left: 80px;
}
.operator-brand ul li {
	background-image: url('https://www.homefedeb5program.com/wp-content/uploads/2025/09/checkmark-circle.png');
	background-repeat: no-repeat;
	background-size: 38px;
	color: #162733;
	padding-left: 60px;
	padding-top: 0;
	background-position-y: center;
	font-size: inherit;
	margin-bottom: 2%;
	line-height: inherit;
}
.project-overview {
	background-image: url('https://www.homefedeb5program.com/wp-content/uploads/2025/09/trevi-plan-a-rhone-farmhouse-right-1-1920x1076-1.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.project-overview .wp-block-group__inner-container {
	background: #102f44;
	padding: 60px 40px 0 40px;
	opacity: 0.9;
}
.project-overview .wp-block-list {
	font-size: 24px;
	font-weight: 500;
	color: white;
}
.project-overview .wp-block-heading {
	font-size: 42px;
	font-weight: 600;
	color: white;
	text-transform: uppercase;
	margin-bottom: 3%;
}
.project-overview .wp-block-list li span {
	float: right;
}
.project-overview .wp-block-list {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.project-overview .wp-block-list li {
	border-bottom: 1px solid #b7d6bb;
	color: #fff;
	line-height: 1.6;
	margin-bottom: 2%;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
}
.project-overview .wp-block-video {
	padding: 60px 0px;
}
.track-record-row {
	height: 268px;
}
.secured-page .wp-image-122 {
	width: 267px;
	margin-top: 95px;
}
.track-record .wp-block-image {
	text-align: center;
}
.homefed-eb5-track-record p {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}
.homefed-image.wp-block-image {
	border: 1px solid #919191;
	border-radius: 3px;
}
.homefed-eb5-track-record .wp-block-heading {
	font-size: 36px;
	font-weight: 700;
	color: #213754;
}
.homefed-eb5-track-record .wp-block-group__inner-container {
	margin-top: 45px;
}
.escaya-record .wp-block-heading {
	font-size: 36px;
	font-weight: 500;
	color: #b34b35;
}
.escaya-record .wp-block-list {
	color: #213754;
	font-size: 24px;
	font-weight: 500;
	list-style: none outside none;
	padding: 0;
	margin: 0;
}
.cota-vera-1-row .wp-block-heading {
	font-size: 36px;
	font-weight: 500;
	color: #b34b35;
}
.cota-vera-1-row .wp-block-list {
	color: #213754;
	font-size: 24px;
	font-weight: 500;
	list-style: none outside none;
	padding: 0;
	margin: 0;
}
figure.track-record-row img {
	border-radius: 8px;
}
.homefed-image img {
	border-radius: 0;
}
.professional-team {
	background: linear-gradient(0deg, #dedede 0%, #c3d5e6 100%);
	padding-top: 60px;
	padding-bottom: 60px;
}
.professional-team .wp-block-heading {
	color: #213754;
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 3%;
	font-family: 'Public Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.professional-team .is-layout-grid .wp-block-heading {
	color: #842c2b;
	font-weight: 700;
	font-size: 24px;
}
.professional-team .is-layout-grid:before,
.professional-team .is-layout-grid:after {
	display: none;
}
.professional-team .is-layout-grid {
	background-color: #ffffffe5;
	padding: 80px 40px;
	row-gap: 60px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.professional-team .wp-block-group p {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: #213754;
}
.professional-team-grid .is-layout-flex .wp-block-heading,
.professional-team-grid .is-layout-flex p,
.professional-team-grid .is-layout-flex .wp-block-image {
	text-align: center;
	width: 100%;
}

.professional-team-grid .is-layout-flex .wp-block-heading {
	margin-bottom: 20px;
}
.live-work .wp-image-170 {
	height: 44px;
	width: auto;
}
.live-work {
	background-image: url('https://www.homefedeb5program.com/wp-content/uploads/2025/09/4fa3dcf45689302ae9c7ae0cad43ae24a985d501-1.png');
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}
.live-work > .wp-block-group__inner-container {
	background: #ffffff;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 34%, rgba(255, 255, 255, 0) 100%);
}
.live-work .p1,
.live-work .p2 {
	color: #db3928;
	font-size: 40px;
	font-weight: 700;
	line-height: 57px;
	font-family: 'Manrope', sans-serif;
	margin: 0;
}

.live-work .p2 {
	color: #213754;
}
.live-work .wp-block-group__inner-container {
	padding-bottom: 60px;
	padding-top: 60px;
}
.live-work .wp-block-image {
}
.secured-page .disclaimer {
	background-color: #dedede;
	padding: 60px 0;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	line-height: 24px;
}
.secured-page .site-footer {
	display: none;
}

.secured-page .site-content {
	padding-bottom: 0;
}
.secured-page .track-record,
.uscis-page .track-record {
	padding-top: 60px;
}
.mobile-show {
	display: none;
}
.homefed-eb5-track-record .mobile-show img {
	width: 267px;
	margin-top: 95px;
}
.show-desktop {
	display: block;
}
@media screen and (max-width: 768px) {
	.secured-page .entry-header h1 {
		font-size: 12px;
		line-height: 16px;
		position: relative;
		top: 10px;
	}
	.secured-page .wp-block-cover {
		padding: 0 !important;
	}

	.secured-page .wp-block-cover .wp-block-cover__image-background {
		object-position: right;
		height: 45%;
	}

	.secured-page .wp-block-cover .wp-block-cover__inner-container {
		background-color: #8ba1b8;
		margin-top: 85%;
		padding: 30px;
	}

	.powered-by {
		font-size: 20px !important;
	}

	.cota-vera-logo {
		margin-top: 40px;
		margin-bottom: 0;
	}

	.benefits-columns {
		flex-direction: column-reverse;
	}
	.mobile-show {
		display: block;
	}
	.show-desktop {
		display: none;
	}
	.benefits-columns {
		padding: 0 20px;
		gap: 0;
	}
	.col-b-stack .gform_title {
		text-align: center;
	}
	.col-b-stack .gform_description {
		text-align: center;
		font-size: 12px;
	}
	.col-b-stack-g .wp-block-image {
		margin-top: 15px;
	}
	.col-b-stack {
		flex-direction: column-reverse !important;
	}

	.invest-in-cota-vera {
		font-size: 29px !important;
		line-height: 42px !important;
	}

	.master-planned {
		font-size: 18px;
	}

	.benefit-list li {
		font-size: 18px;
		line-height: 27px;
	}

	.benefit-list li:nth-child(1) {
		background-size: 18%;
	}

	.benefit-list li:nth-child(2) {
		background-size: 18%;
	}
	.benefit-list li:nth-child(3) {
		background-size: 18%;
	}
	.benefit-list li:nth-child(4) {
		background-size: 18%;
	}

	.operator-brand .wp-block-group__inner-container {
		background: rgba(255, 255, 255, 0.85);
		padding: 20px;
	}

	.operator-brand {
		padding: 0;
		background-size: cover;
	}

	.operator-brand ul li {
		font-size: 14px;
		line-height: 27px;
		padding-left: 0;
		padding-top: 50px;
		margin-bottom: 20px;
		background-position-y: top;
	}

	.operator-brand .wp-block-heading {
		font-size: 16px;
	}

	.master-planned-p {
		font-size: 11px;
	}

	.ginput_container input {
		font-family: 'Public Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	}

	.ginput_container label {
		font-family: 'Public Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	}
	.project-overview .wp-block-group__inner-container {
		padding: 20px 0px;
	}

	.project-overview .wp-block-heading {
		font-size: 30px;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	.project-overview .wp-block-group__inner-container .wp-block-group.container {
		padding: 0;
	}
	.project-overview .wp-block-list li {
		font-size: 18px;
	}
	.project-overview .wp-block-list {
		padding: 0 15px;
	}
	.project-overview .wp-block-video {
		padding: 0;
		padding-top: 40px;
		padding-bottom: 20px;
		margin: 0;
	}

	.secured-page .track-record,
	.uscis-page .track-record {
		padding-top: 0;
	}
	.homefed-eb5-track-record .wp-block-group__inner-container {
		margin-top: 0;
	}
	.homefed-eb5-track-record .wp-block-heading {
		font-size: 28px;
	}

	.homefed-eb5-track-record p {
		font-size: 14px;
	}
	.track-record-row {
		height: auto;
	}
	.homefed-image.wp-block-image {
		height: 238px;
	}
	.escaya-record .wp-block-heading {
		font-size: 28px;
	}
	.escaya-record .wp-block-list,
	.cota-vera-1-row .wp-block-list {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.cota-vera-1-row .wp-block-heading {
		font-size: 28px;
	}
	.professional-team .wp-block-heading {
		font-size: 24px;
		margin-bottom: 40px;
	}
	.professional-team {
		padding-top: 30px;
	}
	.wp-container-core-group-is-layout-6be84c55 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}

	.live-work .p1,
	.live-work .p2 {
		font-size: 28px;
		line-height: 29px;
		margin-bottom: 20px;
	}

	.live-work > .wp-block-group__inner-container {
		background: none;
	}

	.live-work {
		background-position: bottom;
		background-size: contain;
		background-image: url('https://www.homefedeb5program.com/wp-content/uploads/2025/09/fa00bfc23ae23ca588afbb1d614e73b2703eb554-e1758112159887.png');
	}

	.live-work .wp-block-group__inner-container {
		padding-bottom: 90px;
		padding-top: 20px;
	}

	.live-work .wp-block-image {
		text-align: center;
	}
}

.escaya-record .wp-block-list li span {
	float: right;
}
.escaya-record .wp-block-list li {
	border-bottom: 1px solid #b7d6bb;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: inherit;
	color: inherit;
}

.cota-vera-1-row .wp-block-list li span {
	float: right;
}
.cota-vera-1-row .wp-block-list li {
	border-bottom: 1px solid #b7d6bb;
	margin-bottom: 10px;
	font-size: inherit;
	padding-bottom: 10px;
	color: inherit;
}

/** page B */

ul.wp-block-list.benefit-list li {
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
}
.uscis-page .site-header {
	display: none;
}
.uscis-page #page {
	padding: 0;
	max-width: 100%;
}
.uscis-page #primary {
	width: 100%;
	margin: 0;
	max-width: 100%;
}
.uscis-page .entry-header {
	background-color: #008b6f;
	margin: 0;
}
.uscis-page h1.entry-title {
	color: #ffffff;
	background-color: #008b6f;
	margin: 0;
	font-family: 'Public Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 56px;
	height: 56px;
}
.uscis-page .wp-block-cover {
	position: relative;
}
.uscis-page .gform_title {
	color: #205469;
	font-size: 30px;
	line-height: 39px;
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
}

.uscis-page .gform_description {
	color: #162733;
	font-size: 18px;
	margin-bottom: 1.2em;
}

.uscis-page #gform_4 {
	background-color: #eeeeee;
	padding: 20px;
}
.uscis-page .gform-theme--foundation .gform_fields {
	row-gap: 10px;
}

.uscis-page .master-planned {
	color: #205469;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.uscis-page .gform-field-label,
.uscis-page .gform-field-label a,
.uscis-page .ginput_container {
	color: #213754;
	font-family: 'Public Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.uscis-page .gform-field-label a {
	font-weight: bold;
}
.uscis-page .wp-image-122 {
	width: 267px;
	margin-top: 95px;
}
.uscis-page .site-footer {
	display: none;
}

.uscis-page .site-content {
	padding-bottom: 0;
}
@media screen and (max-width: 768px) {
	.uscis-page .entry-header h1 {
		font-size: 12px;
		line-height: 16px;
		position: relative;
		top: 10px;
	}
	.uscis-page .wp-block-cover {
		padding: 0 !important;
	}

	.uscis-page .wp-block-cover .wp-block-cover__image-background {
		object-position: right;
		height: 45%;
	}

	.uscis-page .wp-block-cover .wp-block-cover__inner-container {
		background-color: #8ba1b8;
		margin-top: 85%;
		padding: 30px;
	}
}

.b-hero-col-left {
	background-color: #205469;
}
.b-hero-col-left .wp-block-group {
	padding: 120px 100px;
}

.b-columns:before {
	display: block;
	background-image: url('https://www.homefedeb5program.com/wp-content/uploads/2025/09/Group-72.png');
	content: ' ';
	background-size: contain;
	background-position: center;
	width: 100%;
	height: 200px;
	position: absolute;
	background-repeat: no-repeat;
	bottom: -30px;
}
.b-columns {
	position: relative;
	margin: 0;
}

.b-hero-col-right .wp-block-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.b-hero-col-right .wp-block-image {
	height: 100%;
}
.b-columns {
	gap: 0;
}
.b-hero-col-left .wp-block-heading {
	color: white;
	font-size: 36px;
	line-height: 48px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

.form-columns {
	background-image: url('https://www.homefedeb5program.com/wp-content/uploads/2025/09/253677970c04f3077b91335251631c1ca2984c28.jpg');
	background-size: cover;
}

.form-columns > .wp-block-group__inner-container {
	background-color: #b2d235e5;
	padding: 80px 0;
}
.clearfix::before,
.clearfix::after {
	content: '';
	display: table;
}

.clearfix::after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}

.uscis-page .benefit-list li {
	width: 50%;
	float: left;
}

.list-container {
	background-color: #eeeeee;
	position: relative;
	padding-top: 480px;
}
.list-container .container {
	position: absolute;
	top: -10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.list-container .container .wp-block-group__inner-container {
	background: white;

	padding: 80px;
	border-radius: 10px;
}

.uscis-page .benefit-list li:nth-child(1),
.uscis-page .benefit-list li:nth-child(2),
.uscis-page .benefit-list li:nth-child(3),
.uscis-page .benefit-list li:nth-child(4) {
	background-position: top center;
	padding-left: 0;
	padding-top: 100px;
	text-align: center;
	border-bottom: none;
	font-size: 24px;
}

.uscis-page .benefit-list li:nth-child(1) {
	background-image: url('https://www.homefedeb5program.com/wp-content/uploads/2025/09/Group-81.png');
}

.uscis-page .benefit-list li:nth-child(2) {
	background-image: url('https://www.homefedeb5program.com/wp-content/uploads/2025/09/Group-68-1.png');
}

.uscis-page .benefit-list li:nth-child(3) {
	background-image: url('https://www.homefedeb5program.com/wp-content/uploads/2025/09/Group-66-1.png');
}

.uscis-page .benefit-list li:nth-child(4) {
	background-image: url('https://www.homefedeb5program.com/wp-content/uploads/2025/09/Group-107.png');
}

.uscis-page .operator-brand .wp-block-group__inner-container {
}

.uscis-page .operator-brand {
	background-size: cover;
	padding: 0;
}

.uscis-page .operator-brand .wp-block-group__inner-container {
	background: none;
}

.uscis-page .operator-brand .container .wp-block-group__inner-container {
	padding: 40px !important;
	background: #ffffffe5;
	border-radius: 10px;
}

.uscis-page .operator-brand ul li {
	background-image: url('https://www.homefedeb5program.com/wp-content/uploads/2025/09/checkmark.png');
	background-size: 32px;
}
.text-center {
	text-align: center;
}

.uscis-page .live-work {
	background-image: url('https://www.homefedeb5program.com/wp-content/uploads/2025/09/6cb052fdb3d5b422216e0b859d1555bad8170b2d.jpg');
}

.uscis-page .professional-team {
	background: linear-gradient(180deg, #cdd4db 0%, #7e97b0 100%);
}

.uscis-page .disclaimer {
	background-color: #102f44;
	color: white;
}
.uscis-page .disclaimer p {
	color: white;
}
.disclaimer p {
	font-size: 14px;
	line-height: 24px;
}

@media screen and (max-width: 768px) {
	.b-hero-col-left .wp-block-group {
		padding: 40px 40px;
	}

	.uscis-page .b-columns:before {
		display: none;
	}

	.b-hero-col-right:before {
		display: block;
		background-image: url('https://www.homefedeb5program.com/wp-content/uploads/2025/09/Group-72.png');
		content: ' ';
		background-size: contain;
		background-position: center;
		width: 100%;
		height: 92px;
		position: absolute;
		background-repeat: no-repeat;
		bottom: auto;
		top: -45px;
	}
	.b-hero-col-right {
		position: relative;
		margin: 0;
	}

	.form-columns > .wp-block-group__inner-container {
		padding: 0;
	}

	.uscis-page .benefit-list li {
		width: 100%;
		float: none;
	}

	.list-container .container .wp-block-group__inner-container {
		padding: 20px;
	}
	.uscis-page .operator-brand .container .wp-block-group__inner-container {
		padding: 20px !important;
	}
	.operator-brand .wp-block-group__inner-container {
		padding: 20px 10px !important;
	}

	.b-hero-col-left .wp-block-heading {
		font-size: 32px;
	}
}

.homefed-image.show-desktop img {
	width: 267px;
	margin-top: 95px;
}

form#gform_4 {
	background-color: #7e97b0;
	padding: 20px;
}

#gform_fields_4 {
	row-gap: 10px;
}
#gform_wrapper_2 .gform_title {
	display: none;
}
#gform_2 {
	color: #003046;
	font: 500 16px 'Open Sans', sans-serif;
}
input#gform_submit_button_2 {
	background: #a31418;
	color: #fff;
	border-radius: var(--bs-border-radius-lg);
}
#gform_2 .top_label {
	justify-content: center;
}
div#gform_confirmation_message_2 {
	text-align: center;
	font: 600 20px 'Open Sans', sans-serif;
}

p.why-note {
	font-size: 12px;
	text-align: center;
}

.para-center {
	text-align: justify;
}
body form  .radio-block legend.gfield_label.gform-field-label {
    font-weight: 800 !important;
}
div#gform_fields_5{
        --gf-form-gap-y: 25px;
}
.gchoice.gchoice_5_5_0 {
    margin-bottom: 1rem;
}
.why-home-landing .count:after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 100%;
    color: #a31418;
    font-size: 20px;
    transform: translate(-50%, -50%);
    background: transparent;
    width: auto;
    height: auto;
}
.why-home-landing .count{
	    margin-right: 1.25rem;
}
	
.hero .over-text{
	transform: translate(-50%, -50px);
	padding:0px;
}	

div#gform_confirmation_message_5 {  
	font: 16px "Open Sans", sans-serif;  
	text-align: center;
}
