#actionbar {
	display: none;
}

.ice-shadow {
	box-shadow: 0 6px 20px rgba(137, 215, 255, 0.35), 0 0 30px rgba(137, 215, 255, 0.25), 0 0 60px rgba(137, 215, 255, 0.3);
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	min-height: 700px;
}

.ice-shadow img {
	height: 300px;
	object-fit: cover;
	width: 100%;
}

.wp-block-post-title {
	font-family: "Playfair Display", serif !important;
	font-weight: 400 !important;
	color: #d7dde5 !important;
	text-align: center !important;
	margin-bottom: 40px !important;
	letter-spacing: 2px !important;
	font-size: 72px !important;
}

@media (max-width: 1200px) {
	.wp-block-post-title {
		font-size: 60px !important;
	}
}

@media (max-width: 900px) {
	.wp-block-post-title {
		font-size: 48px !important;
	}
}

@media (max-width: 600px) {
	.wp-block-post-title {
		font-size: 38px !important;
	}
}

.services-columns > .wp-block-column > .wp-block-group {
	display: flex;
	flex-direction: column;
	flex: 0 0 auto;
	height: 700px;
}

.ice-shadow .wp-block-group > p {
	min-height: 10x;
}

.shadow {
	box-shadow: 0 6px 28px rgba(80, 150, 255, 0.35);
}

.ice-btn:hover {
	transform: translateY(-1px);
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(137, 215, 255, 0.25), 0 0 20px rgba(137, 215, 255, 0.15), 0 0 40px rgba(137, 215, 255, 0.25);
}

/* Reduce footer padding */
.site-footer,
.wp-site-blocks footer,
footer.wp-block-template-part {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

@media (max-width: 767px) {
	/* Reverse column direction display on mobile */
	.reverse-group .wp-block-columns {
		flex-direction: column-reverse !important;
	}
	
	/* Center mobile text */
	.mobile-center .wp-block-column {
		text-align: center;
		align-items: center !important;
		justify-content: center !important;
	}
	
	.mobile-center .wp-block-column .wp-block-group {
		text-align: center;
		align-items: center !important;
		justify-content: center !important;
	}
	
	.mobile-center .wp-block-social-links {
		justify-content: center !important;
	}
	
	.mobile-center .wp-block-heading {
		text-align: center;
	}
	
	.mobile-center h3 {
		text-align: center !important;
	}
	
	/* The main header wrapper */
	header,
				    .site-header,
				    .wp-block-template-part__header {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}

/* Full-screen hero cover (no scrolling) 
.home-hero-cover {
	min-height: 100vh !important;
	height: 100vh !important;
	margin-top: -130px !important;
	position: relative;
	z-index: 1;
} */
/* Make header always sit above the hero */
header,
.site-header,
.wp-block-template-part__header {
	position: relative;
	z-index: 20;
}

.title-class {
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 12px;
}

.contact-us {
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 12px;
	box-shadow: 0 6px 80px rgba(80, 150, 255, 0.45);
}