:root {
	--background: #f6f6f3;
	--green: #c9e4de;
	--solid-yellow: #faedcb;
	--bright-yellow: #f4ff77;
	--blue: #c7def1;
	--pink: #f2c6de;
	--black: #000000;
	--white: #ffffff;
}

html {
	scroll-behavior: smooth;
	min-height: 100vh;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow-x: hidden;
}

body {
	background-color: var(--background);
	color: var(--black);
	font-size: 16px;
	font-family: "GT America", sans-serif;
	line-height: 1.2;
	min-height: 100vh;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow-x: hidden;
}

main {
	width: 100% !important;
	max-width: 100% !important;
}


* {
	box-sizing: border-box;
	transition: all 0.1s ease-in-out;
}

.container {
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 24px;
}

.container-fluid {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.overflow-hidden {
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Anton", sans-serif;
	font-weight: 400;
	line-height: 1;
	margin: 0.25em 0;
}

h1 {
	font-family: "Anton", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 96px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 768px) {
	h1 {
		font-size: 48px;
		line-height: 48px;
	}
}

a {
	color: var(--black);
	text-decoration: none;
}

a:hover {
	color: #555555;
}

.logo {
	max-width: 100%;
	width: auto;
	background-color: transparent;
	border-radius: 1px;
	padding: 0;
}

.button,
.wpcf7-submit {
	background-color: transparent;
	border: none;
	padding: 0;
	text-align: inherit;
	font: inherit;
	border-radius: 0;
	appearance: none;
	cursor: pointer;
	height: 48px;
	width: 164px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 43px;
	background-color: var(--black);
	color: var(--white);
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
}

.button:hover
.wpcf7-submit:hover {
	background-color: #333;
	color: var(--white);
}

.button.outline {
	border: 2px solid #000;
	background-color: transparent;
	color: var(--black);
}

.button.outline:hover {
	border-color: #555;
	color: #555;
}

/* Header and menu */
.nav-header {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 30px auto 60px auto;
}

nav a {
	font-family: "GT Flexa Mono", sans-serif;
	padding: 8px;
	text-decoration: none;
	text-transform: uppercase;
	color: var(--black);
	margin: 0 4px;
}

#mobile-menu-opener,
#mobile-menu-closer {
	background-color: transparent;
	border: none;
	padding: 0;
	text-align: inherit;
	font: inherit;
	border-radius: 0;
	appearance: none;
	cursor: pointer;
	color: var(--black);
	font-family: "GT Flexa Mono";
	font-size: 18px;
	line-height: 24px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	padding: 4px;
	display: none;
	position: relative;
	z-index: 10;
}

#mobile-menu-closer {
	font-size: 32px;
	text-transform: lowercase;
	position: fixed;
	top: 24px;
	right: 24px;
	z-index: 101;
}

.hero {
	width: 100%;
	max-width: 900px;
	text-align: center;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.hero {
		margin-top: 0;
		padding-top: 0;
	}
}

.hero h1 {
	margin: 0.5em 0;
}

.hero h4 {
	color: var(--black);
	font-family: "GT America", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0%;
	text-align: center;
}

@media (max-width: 768px) {
	.container {
		padding-left: 16px !important;
		padding-right: 16px !important;
		overflow-x: hidden;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}
	
	section.container {
		padding-left: 16px !important;
		padding-right: 16px !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}
	
	#mobile-menu-opener {
		display: block;
		position: relative;
		z-index: 10;
		margin: 24px auto 4px auto;
	}
	
	#mobile-menu-closer {
		display: block;
		position: fixed;
		top: 24px;
		right: 24px;
		z-index: 101;
	}
	
	nav {
		display: none;
		flex-direction: column;
		justify-content: center;
		position: fixed;
		z-index: 5;
		height: 100vh;
		width: 100vw;
		top: 0;
		bottom: 0;
		left: 0;
		background-color: var(--background);
		overflow: hidden;
		margin: 0;
		padding: 0;
		padding-bottom: 24%;
	}
	
	nav.flex {
		display: flex;
		z-index: 100;
	}
	
	#mobile-menu-closer {
		position: fixed;
		top: 24px;
		right: 24px;
		z-index: 101;
	}

	nav a {
		display: block;
		width: 100%;
		padding: 16px;
		margin: 4px auto;
		text-align: center;
		font-size: 18px;
	}

	.logo-container {
		padding: 0 16px !important;
		margin-bottom: 0;
		margin-top: 0;
		overflow: hidden;
		width: 100% !important;
		box-sizing: border-box;
	}
	
	.logo {
		padding: 0;
		height: 120px !important;
		transform: scale(1.2);
		transform-origin: center;
		max-width: 100%;
		overflow: hidden;
		width: 100%;
	}
	
	.logo svg {
		height: 120px !important;
		max-width: 100%;
		width: 100%;
	}
	
	.logo svg text {
		font-size: 80px !important;
	}

	.hero {
		padding: 0 16px !important;
		margin-top: 8px;
		text-align: center;
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.hero h1 {
		margin: 0 0 16px 0;
		font-size: 48px !important;
		line-height: 1.1 !important;
		text-align: center !important;
	}

	.hero h4 {
		font-size: 18px !important;
		line-height: 26px !important;
		padding: 0;
		text-align: center !important;
	}

	.hero a.button {
		margin-top: 32px;
		width: 164px;
		height: 48px;
		border-radius: 43px;
	}
	
	#investments {
		padding: 60px 16px !important;
		overflow-x: hidden;
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	#investments h1 {
		font-size: 48px !important;
		line-height: 1.1 !important;
	}
	
	#investment-cards {
		margin: 30px 0 40px 0;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 24px;
	}
	
	#investment-cards .investment-card {
		max-width: 100%;
		margin: 0;
	}
	
	#investment-sections {
		padding: 0 8px;
	}
	
	#investment-sections > p {
		font-size: 18px !important;
		line-height: 26px !important;
		padding: 0 8px;
	}
	
	#investment-sections > div {
		flex-direction: column;
		padding: 24px 0;
		height: auto;
		gap: 8px;
	}
	
	#investment-sections > div p {
		text-align: center;
		font-size: 18px !important;
	}
	
	#investment-sections > div span {
		font-size: 16px !important;
	}
	
	#contact {
		padding: 60px 16px !important;
		overflow-x: hidden;
	}
	
	#contact h1 {
		font-size: 48px !important;
		line-height: 1.1 !important;
	}
	
	#contact p {
		font-size: 18px !important;
		line-height: 26px !important;
		padding: 0 8px;
	}
	
	#faq {
		padding: 0 16px;
		margin: 60px auto 80px auto;
	}
	
	#faq h1 {
		font-size: 48px !important;
		line-height: 1.1 !important;
	}
	
	.slogan-carousel {
		margin: 80px 0 60px 0;
		overflow-x: hidden;
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.container-fluid {
		padding: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}

/* Tablet/Medium screens - 600px to 1024px */
@media only screen and (min-width: 600px) and (max-width: 1024px) {
	section.container {
		padding: 0 8px !important;
	}
	
	.logo-container {
		padding: 0 4px !important;
		overflow: visible !important;
		width: 100% !important;
		margin: 0 auto !important;
	}
	
	.logo-container a {
		display: block !important;
		width: 100% !important;
		overflow: visible !important;
	}
	
	.logo {
		max-width: 100% !important;
		overflow: visible !important;
		transform: scale(0.55) !important;
		transform-origin: center !important;
		height: auto !important;
		width: 100% !important;
		display: block !important;
	}
	
	.logo svg {
		width: 100% !important;
		height: 60px !important;
		max-width: 100% !important;
		overflow: visible !important;
		display: block !important;
	}
	
	/* Force override inline style for tablet - use attribute selector */
	.logo svg text[style*="font-size"],
	.logo svg text.logo-text,
	.logo svg text.tablet-logo-text,
	.logo-text[style*="font-size"] {
		font-size: 96px !important;
	}
	
	/* Direct text element override */
	.logo svg text {
		font-size: 48px !important;
	}
	
	.hero a.button {
		width: 164px !important;
		height: 48px !important;
		border-radius: 43px !important;
		padding: 0 !important;
		font-size: 16px !important;
	}
}

/* Slogan Carousel */
.slogan-carousel {
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 80px;
	margin: 160px 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	white-space: nowrap;
}

@keyframes slideRight {
	0% {
		transform: translateX(-50%); /* Start off-screen to the left */
	}
	100% {
		transform: translateX(50%); /* End aligned with the left edge */
	}
}

.carousel-content {
	display: flex;
	width: calc(100% * 3); /* Adjust based on duplication in JS */
	animation: slideRight 90s linear infinite; /* Adjust timing as needed */
}

.slogan-carousel p {
	display: inline-block;
	color: var(--black);
	font-family: "GT Flexa Mono Trial", "GT Flexa Mono", monospace;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0%;
	margin: 0 16px;
	background-color: #4BE5AD;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.slogan-carousel {
		margin: 160px 0 80px 0;
		margin-top: 12vh;
	}
}

/* Investments */
#investments {
	background-color: #EE4A4C;
	padding: 160px 120px;
}

#investments p {
	font-family: "GT America";
	font-size: 24px;
	line-height: 1.3;
	font-weight: 300;
}

#investment-cards {
	margin: 100px 0;
}

#investment-cards .investment-card {
	width: auto;
	max-width: 300px;
	margin: 20px;
}

#investment-cards .investment-card img {
	display: block;
	width: auto;
	max-height: 200px;
	margin: 0 auto;
}

#investment-cards .investment-card:nth-child(1) img {
	width: 274.37628173828125px;
	height: 206.481689453125px;
}

#investment-cards .investment-card:nth-child(2) img {
	width: 196.7512664794922px;
	height: 235.3436737060547px;
}

#investment-cards .investment-card:nth-child(3) img {
	width: 196.7512664794922px;
	height: 199.27383422851562px;
}

#investment-cards .investment-card h4 {
	font-family: "GT Flexa Mono";
	font-size: 36px;
}

#investment-cards .investment-card h3 {
	font-family: "GT America", sans-serif;
	font-size: 36px;
	font-weight: 700;
}


#investment-cards .investment-card p {
	font-family: "GT America", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
}

#investment-sections {
	width: 100%;
	max-width: 950px;
	margin: 32px auto;
}

#investment-sections > p {
	font-family: "GT America", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0%;
	text-align: center;
	margin: 48px auto;
}

#investment-sections > div {
	height: 100px;
	border-top: 4px solid #000;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#investment-sections > div span {
	font-family: "GT America";
	font-size: 24px;
	font-weight: 300;
	line-height: 1.3;
}

#investment-sections > div p {
	text-align: right;
	font-family: "GT Flexa Mono";
	font-size: 28px;
}

@media (max-width: 1024px) {
	#investments {
		padding: 120px 20px;
	}
	#investment-cards {
		margin: 40px 0 60px 0;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#investments p {
		font-size: 18px;
		line-height: 1.4;
		font-weight: 300;
	}

	#investment-sections > div {
		flex-direction: column;
		padding: 32px 0;
		height: auto;
	}
	#investment-sections > div p {
		text-align: center;
		font-size: 28px;
		padding: 0;
		margin: 0;
	}
}

#portfolio {
	max-width: 1200px;
	width: 100%;
	padding: 60px 20px 0 20px;
	margin: 80px auto 240px auto;
}

.portfolio-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 80px;
	gap: 30px;
}

.portfolio-item {
	padding: 100px 32px;
	border-radius: 24px 24px 0 0;
	border: 6px solid var(--black);
	width: 100%;
	max-width: 360px;
}

.portfolio-item img {
	height: 54px;
	max-width: 100%;
	display: block;
	width: auto;
	margin: 0 auto 60px auto;
}

.portfolio-item.bonbon img {
	height: 108px;
	margin: -30px auto 50px auto;
}

.portfolio-item h3 {
	font-family: "GT Flexa Mono";
	font-size: 24px;
	margin-bottom: 16px;
}

.portfolio-item h4 {
	font-family: "GT America";
	font-size: 36px;
	font-weight: 700;
}

.portfolio-item p {
	font-family: "GT America", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
}

@media (max-width: 1024px) {
	#portfolio {
		padding: 40px 20px 0 20px;
		margin: 80px auto 0 auto;
	}

	.portfolio-items {
		display: flex;
		margin-top: 40px;
		gap: 30px;
		flex-direction: column;
	}

	.portfolio-item {
		padding: 80px 32px;
		max-width: 100%;
	}
}

#about {
	margin-top: 150px;
	padding-top: 90px;
}

#about-content {
	background-color: var(--background);
	padding: 0 60px;
	overflow-x: clip;
	border-image: url('../images/Rectangle 21.png') 30 fill;
	border-image-slice: 30 fill;
	border-image-width: 30px;
	border-style: solid;
	box-sizing: border-box;
}

#about-content .about-top-image {
	display: inline-block;
	width: 100%;
	margin: -72px auto 24px auto;
}

#about-content .about-top-image img {
	max-height: 480px;
	margin: 0 auto;
	display: block;
}

#about-content .about-text {
	max-width: 760px;
	margin: 0 auto;
}

#about-content .about-text p {
	padding: 0 16px;
	font-family: "GT America", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	text-align: left;
	margin-top: 32px;
}

#about-content .about-bottom-image {
	display: inline-block;
	width: 100%;
	margin: 80px auto -72px auto;
}

#about-content .about-bottom-image img {
	max-height: 528px;
	margin: 0 auto;
	display: block;
}

@media (max-width: 768px) {
	#about {
		margin-top: 80px;
		padding-top: 40px;
		overflow-x: hidden;
	}
	
	#about-content {
		padding: 0 16px;
		overflow-x: hidden;
		margin: 0 auto;
		max-width: 100%;
	}
	
	#about-content .about-top-image {
		display: block;
		width: 100%;
		margin: -40px auto 24px auto;
		overflow: hidden;
	}

	#about-content .about-top-image img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}

	#about-content .about-bottom-image {
		width: 100%;
		margin: 40px auto -40px auto;
		overflow: hidden;
	}

	#about-content .about-bottom-image img {
		width: 100%;
		height: auto;
	}
	
	#about-content .about-text {
		padding: 0 8px;
	}
}

#news {
	max-width: 1200px;
	width: 100%;
	padding: 40px 20px 0 20px;
	margin: 240px auto 240px auto;
}

.news-items {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 24px;
	margin-top: 64px;
}

.news-item {
	width: 100%;
	height: 100%;
}

.news-item img {
	width: 100%;
	height: 208px;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 16px;
}

.news-item span {
	font-family: "GT Flexa Mono";
	font-size: 14px;
	text-transform: uppercase;
}

.news-item h3 {
	font-family: "GT America";
	font-size: 22px;
	font-weight: 700;
	padding: 2px 4px;
	background-color: var(--bright-yellow);
	margin: 8px 0;
	cursor: pointer;
}

@media (max-width: 1024px) {
	#news {
		max-width: 1200px;
		width: 100%;
		padding: 40px 20px 0 20px;
		margin: 120px auto 0px auto;
	}
	.news-items {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 48px;
	}
}

#faq {
	max-width: 1200px;
	width: 100%;
	padding: 0 20px;
	margin: 160px auto 240px auto;
}

#faq-sections {
	width: 100%;
	max-width: 950px;
	margin: 32px auto;
}

#faq .accordion {
	background-color: transparent;
	cursor: pointer;

	min-height: 86px;
	width: 100%;

	border: none;
	border-top: 4px solid #000;
	color: #000;

	text-align: left;
	outline: none;

	font-family: "GT America";
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;

	transition: 0.4s;

	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

#faq .accordion:after {
	content: "\002B";
	color: #000;
	font-weight: 800;
	font-size: 32px;
	float: right;
}

#faq .active:after {
	content: "\2212";
}

#faq .panel {
	background-color: rgba(255, 255, 255, 0.75);
	padding: 0 16px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;

	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	font-family: "GT America";
}

@media (max-width: 1200px) {
	#investments {
		padding: 160px 48px;
	}
}

@media (max-width: 1024px) {
	#faq {
		margin: 120px auto 140px auto;
	}
	#faq .accordion {
		font-size: 18px;
	}
	#faq .accordion:after {
		margin-right: 0;
	}
}

#contact {
	background-color: #63CF90;
	padding: 160px 120px;
	margin-bottom: 120px;
}

#contact p {
	font-family: "GT America";
	font-size: 24px;
	line-height: 1.3;
	font-weight: 300;
	padding: 0 16px;
	text-align: center;
	max-width: 950px;
	margin: 24px auto 0 auto;
}

#contact .contact-form {
	max-width: 950px;
	width: 100%;
	margin: 32px auto 0 auto;
}

#contact .contact-form input:not([type="submit"]):not([type="file"]) {
	width: 100%;
	text-align: center;

	color: #000;
	text-align: center;
	font-family: "GT Flexa Mono";
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 32px;

	outline: none;
	border: none;

	border-bottom: 1px solid #000;
	background: transparent;

	height: 84px;
}

#contact .contact-form input::placeholder {
	color: #333;
}

#contact .contact-form input:focus::placeholder {
	opacity: 0;
}

#contact .contact-form textarea::placeholder {
	color: #333;
}

#contact .contact-form textarea:focus::placeholder {
	opacity: 0;
}

#contact .contact-form input[type="file"] {
 	width: 0px;
	height: 0px;
}

#contact .contact-form p {
	text-align: center;
	font-family: "GT America";
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	margin-top: 24px;
}

#contact .contact-form .contact-buttons p {
	display: flex;
	margin-top: 32px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	margin-left: 40px;
}

@media (max-width: 768px) {
	#contact {
		padding: 80px 24px;
		margin-bottom: 0;
	}

	#contact p {
		font-size: 18px;
		line-height: 22px;
	}

	#contact .contact-form input {
		font-size: 18px;
	}

	#contact .contact-form p {
		font-size: 14px;
		line-height: 20px;
		padding: 0;
	}

	#contact .contact-form .contact-buttons p {
		margin-left: 0;
	}

	#contact .contact-form .contact-buttons button,
	#contact .contact-form .contact-buttons .wpcf7-submit {
		width: 100%;
	}
}

footer {
	background-color: var(--blue);
	padding: 80px 0 160px 0;
	margin-top: 120px;
	width: 100%;
}

.footer-content {
	padding: 0 24px;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.footer-logo-top {
	width: 100%;
}

.footer-bottom-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}

.footer-right-column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	margin-top: -70px;
}

.footer-social-icons {
	display: flex;
	gap: 16px;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 24px;
}

.footer-content .footer-logo {
	max-height: 120px;
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	width: auto;
}


.footer-content .social-icon {
	height: 36px;
	width: 36px;
}

.footer-menu {
	display: flex;
	flex-direction: column;
	margin-top: 0;
}

.footer-description {
	margin-top: 0;
	text-align: left;
}

.footer-description,
.footer-menu a {
	font-family: "GT Flexa Mono", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 32px;
	text-transform: uppercase;
	display: block;
}

@media (max-width: 768px) {
	footer {
		padding: 60px 0 80px 0;
		margin-top: 80px;
	}
	
	.footer-content {
		padding: 0 20px;
		gap: 40px;
	}
	
	.footer-logo-top {
		margin-bottom: 20px;
	}
	
	.footer-content .footer-logo {
		max-height: 80px;
	}
	
	.footer-bottom-row {
		flex-direction: column;
		gap: 40px;
		align-items: flex-start;
	}
	
	.footer-menu {
		width: 100%;
		gap: 8px;
	}
	
	.footer-menu a {
		font-size: 14px;
		line-height: 24px;
	}
	
	.footer-right-column {
		align-items: flex-start;
		text-align: left;
		margin-top: 0;
		width: 100%;
	}
	
	.footer-social-icons {
		justify-content: flex-start;
		margin-bottom: 24px;
		gap: 12px;
	}
	
	.footer-content .social-icon {
		height: 32px;
		width: 32px;
	}
	
	.footer-description {
		text-align: left;
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 768px) {
	.no-padding-mobile {
		padding: 0;
	}

	footer {
		padding: 80px 0 80px 0;
	}

	.footer-content {
		padding: 0 24px;
		width: 100%;
		max-width: 1240px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		gap: 48px;
	}
}

.text-gray,
.text-gray a {
	color: #333;
}

.post-title {
	font-family: "GT America";
    font-size: 48px;
	line-height: 48px;
    font-weight: 700;
    padding: 2px 4px;
    background-color: var(--bright-yellow);
    margin: 8px 0;
    cursor: pointer;
	text-transform: none;
}

article {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	margin-top: 80px;
}

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

	.article {
		margin-top: 60px;
	}
}

body .wpcf7-response-output {
    text-align: center;
    font-size: 20px;
    color: #555;
    font-weight: 300;
    border-radius: 8px;
    padding: 16px;
}

/* Portfolio Section Styles */
#portfolio {
    margin-top: 150px;
    padding-top: 90px;
    margin-bottom: 0;
}

#portfolio-content {
    background-color: #ffffff;
    padding: 100px 60px 100px 60px;
    overflow-x: clip;
    width: 1332px;
    box-sizing: border-box;
    margin-left: -65px;
    margin-right: auto;
}

#portfolio-content h1 {
    text-align: center;
    margin-bottom: 80px;
}

.portfolio-featured {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
    margin-bottom: 100px;
    flex-wrap: wrap;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 50px;
}

.portfolio-featured-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-featured-item img {
    max-width: 250px;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 1;
}

.portfolio-featured-item:nth-child(2) {
    overflow: hidden;
    height: 98px;
}

.portfolio-featured-item:nth-child(2) img {
    object-position: top center;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 50px 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.portfolio-grid-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    min-height: 60px;
}

.portfolio-grid-item img {
    max-width: 120px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.portfolio-grid-item img:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* Real Estate Section Styles */
#real-estate {
    margin-top: 140px !important;
    padding-top: 0px !important;
    margin-bottom: 0;
}

#portfolio .container {
    margin-bottom: 140px !important;
}

#real-estate .container {
    margin-top: 140px !important;
    padding-top: 0 !important;
}



#real-estate-content {
    background-color: #88a6ff;
    padding: 150px 80px;
    overflow-x: clip;
    width: 100%;
    box-sizing: border-box;
}

.real-estate-strategies {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 80px;
    gap: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.strategy-card {
    padding: 40px 30px;
    width: 300px;
    max-width: 300px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.strategy-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

.strategy-image img {
    width: 200px;
    height: 194px;
    object-fit: contain;
    display: block;
}

.strategy-text {
    width: 100%;
    text-align: left;
}

.strategy-card h3 {
    font-family: "GT America", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 20px;
    text-align: left;
}

.strategy-card p {
    font-family: "GT America", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #000000;
    text-align: left;
    margin: 0;
}

/* Prevent automatic line breaking at hyphens */
.buy-renovate-sell {
    white-space: nowrap;
}

/* Ensure subtext aligns with heading text */
.strategy-text {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
}

.strategy-card h3,
.strategy-card p {
    margin: 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
    border: none !important;
    outline: none !important;
    box-sizing: border-box !important;
}

.strategy-card p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.strategy-card h3 {
    margin-bottom: 20px !important;
}

/* Force perfect alignment on desktop screens */
@media (min-width: 769px) {
    .strategy-card h3,
    .strategy-card p {
        margin-left: 0 !important;
        padding-left: 0 !important;
        text-indent: 0 !important;
        position: relative;
        left: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .strategy-text {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}

/* Portfolio responsive styles */
@media (max-width: 768px) {
    #portfolio-content {
        padding: 80px 10px !important;
        width: 100% !important;
        min-height: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    #portfolio-content h1 {
        margin-bottom: 50px;
    }
    
    .portfolio-featured {
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 60px !important;
        margin-bottom: 60px;
        flex-wrap: wrap;
    }
    
    .portfolio-featured-item img {
        max-width: 150px !important;
        width: auto !important;
        height: auto !important;
    }
    
    .portfolio-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 40px 15px;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .portfolio-grid-item {
        display: flex !important;
    }
    
    .portfolio-grid-item img {
        max-width: 100%;
        max-height: 50px;
    }
}

/* Mobile breakpoint */
@media (max-width: 480px) {
    #portfolio-content {
        padding: 60px 8px !important;
        width: 100% !important;
        min-height: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    #portfolio-content h1 {
        margin-bottom: 40px;
    }
    
    .portfolio-featured {
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 25px;
        margin-bottom: 50px;
    }
    
    .portfolio-featured-item img {
        max-width: 100px;
        width: auto !important;
        height: auto !important;
    }
    
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 35px 10px;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .portfolio-grid-item img {
        max-width: 100%;
        max-height: 45px;
    }
    
    #real-estate-content {
        padding: 80px 30px;
        overflow-x: hidden;
    }
    
    .real-estate-strategies {
        margin-top: 30px;
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .strategy-card {
        padding: 25px 15px;
        max-width: 100%;
        width: 100%;
        align-items: flex-start;
        text-align: left;
        box-sizing: border-box;
    }
    
    .strategy-image {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    
    .strategy-image img {
        width: 100px;
        height: 97px;
    }
    
    .strategy-card h3 {
        font-size: 24px;
        text-align: left;
        line-height: 1.2;
    }
    
    .strategy-card p {
        font-size: 14px;
        text-align: left;
        line-height: 1.3;
    }
}

/* Tablet breakpoint */
@media (min-width: 481px) and (max-width: 768px) {
    #real-estate-content {
        padding: 120px 50px;
        overflow-x: hidden;
    }
    
    .real-estate-strategies {
        margin-top: 60px;
        gap: 40px;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .strategy-card {
        padding: 50px 40px;
        max-width: 100%;
        width: 100%;
        align-items: center;
        text-align: center;
        box-sizing: border-box;
    }
    
    .strategy-image {
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }
    
    .strategy-image img {
        width: 180px;
        height: 175px;
    }
    
    .strategy-card h3 {
        font-size: 36px;
        text-align: center !important;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    
    .strategy-card p {
        font-size: 18px;
        text-align: center !important;
        line-height: 1.3;
    }
    
    .strategy-text {
        width: 100%;
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }
}

/* Desktop breakpoint - keep side-by-side layout */
@media (min-width: 769px) {
    .real-estate-strategies {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .strategy-card {
        width: 300px;
        max-width: 300px;
    }
}

/* MOBILE FULL-WIDTH FIX - MUST BE AT THE END TO OVERRIDE EVERYTHING */
@media (max-width: 768px) {
	html {
		width: 100% !important;
		overflow-x: hidden !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	
	body {
		padding: 0 !important;
		margin: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		overflow-x: hidden !important;
	}
	
	main {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		overflow-x: hidden !important;
	}
	
	section.container,
	.container,
	.container-fluid {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 16px !important;
		padding-right: 16px !important;
		box-sizing: border-box !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		overflow-x: hidden !important;
		position: relative !important;
	}
	
	section {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.nav-header {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 16px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.logo-container {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.hero {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
