/* 🔶 BODY BACKGROUND & GLOBAL SAFETY */
body {
	background-color: #EDA13A !important;
	overflow-x: hidden;
}

/* 🔶 FORCE FULL WIDTH - DESKTOP */
.force-full-width {
	width: 100vw !important;
	max-width: 100vw !important;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	box-sizing: border-box;
}

.force-full-width > * {
	max-width: 100% !important;
	margin: 0 auto;
	box-sizing: border-box;
}

.force-full-width .wp-block-columns {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	padding: 0;
}

.force-full-width .wp-block-column {
	flex-basis: auto !important;
}

/* 🔶 IMAGES IN FULL WIDTH BLOCKS - DESKTOP */
.force-full-width img {
	width: 100% !important;
	height: auto !important;
	object-fit: contain !important;
	display: block;
}

/* 🔶 PARTNER LOGOS - DESKTOP SIZE */
.partner-logos img {
	width: 150px !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
}

/* 🔶 REFERENCES SECTION - DESKTOP */
.references-section {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
}

.references-section .wp-block-column {
	flex: 1 1 250px;
}

/* ✅ MOBILE STYLING STARTS HERE */
@media screen and (max-width: 768px) {
	/* 🔶 HERO SECTION + GENERAL */
	.force-full-width .wp-block-columns {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		padding: 0 1rem !important;
		max-width: 90% !important;
		margin: 0 auto !important;
	}
	
	.force-full-width .wp-block-column {
		width: 100% !important;
		max-width: 100% !important;
		text-align: center !important;
		margin: 1rem 0 !important;
	}
	
	.force-full-width img {
		max-width: 200px !important;
		height: auto !important;
		margin: 0 auto !important;
		display: block !important;
	}
	
	/* 🔶 PARTNER LOGOS - MOBILE SIZE */
	.partner-logos img {
		width: 100px !important;
	}
	
	/* 🔶 REFERENCES SECTION - MOBILE */
	.references-section {
		flex-direction: column !important;
		align-items: center !important;
		max-width: 90% !important;
		margin: 0 auto !important;
	}
	
	.references-section .wp-block-column {
		flex: 1 1 100% !important;
		max-width: 100% !important;
	}
	
	/* 🔶 MOBILE NAVIGATION MENU */
	.wp-block-navigation__responsive-container {
		flex-direction: column !important;
		align-items: flex-start !important;
		padding: 1rem !important;
	}
	
	.wp-block-navigation__responsive-container li {
		width: 100% !important;
		padding: .5rem 0 !important;
	}
}

/* ✅ FINAL MOBILE HERO FIX */
@media screen and (max-width: 768px) {
	.force-full-width .wp-block-columns {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 auto !important;
		padding: 0 1rem !important;
	}
	
	.force-full-width .wp-block-column {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 auto !important;
		text-align: center !important;
		justify-content: center !important;
		display: flex !important;
		flex-direction: column !important;
	}
	
	.force-full-width img {
		display: block !important;
		margin: 0 auto !important;
		width: auto !important;
		max-width: 200px !important;
		height: auto !important;
	}
	
	.force-full-width .wp-block-column p {
		text-align: center !important;
		margin: 0 auto !important;
		width: 100% !important;
	}
}

/* Show the slideshow on desktop view */
@media only screen and (min-width: 769px) {
	.wp-block-gallery,
				  .wp-block-image,
				  .your-slider-class {
		display: block !important;
		width: auto !important;
		max-width: 100% !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
}

/* Desktop-only full-width hero */
@media (min-width: 1024px) {
	.home .wp-block-group.force-full-width,
			  .home .wp-block-cover.force-full-width,
			  .home .wp-block-columns.force-full-width {
		width: 100vw !important;
		max-width: 100vw !important;
		margin-left: calc(3.5% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
		padding: 0 !important;
		box-sizing: border-box;
	}
}

/* Force footer background to white */
footer,
.wp-block-template-part,
.site-footer {
	background-color: #ffffff !important;
}

/* If footer inherits from site wrapper */
.wp-site-blocks {
	background-color: #ffffff;
}

/* Kill the bottom after-footer strip */
.site-info,
.site-footer + div,
footer + div,
footer::after {
	background-color: #ffffff !important;
}

/* Extra safety for Retrospect */
.wp-site-blocks > footer:last-child {
	background-color: #ffffff !important;
}

.site-info,
footer::after {
	display: none !important;
}
.site-title a {
  white-space: pre-line;
}