/*
Theme Name: Avalanche Base Camp Child Theme
Theme URI: https://avalanchegr.com
Version: 1.0
Description: A complete theme packaged with everything you need to get started building momentum.
Author: Avalanche Creative
Author URI: https://avalanchegr.com
template: bb-theme
*/

.service-card {
	height: 500px;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.fl-builder-content h3{
	font-family: "Albert Sans",sans-serif;
  text-transform: capitalize;
  font-style: normal;
}
.card-overlay {
	background: rgba(0, 0, 0, 0.6); /* Dark overlay */
	padding: 40px;
	height: 100%;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.service-card h3, .service-card p {
	margin: 0;
}
.service-card h3 {
	color: #FBFFFF;
	margin-bottom: 10px;
}
.service-card p {
	color: #FBFFFF;
	margin-bottom: 10px;
}
.services-more {
	margin-top: 15px;
}
.services-more .fl-button {
	background-color: var(--fl-global-secondary) !important;
}
.services-more .fl-button:hover {
	background-color: var(--fl-global-primary) !important;
}
#service-area-dropdown {background: transparent;}

#frm_field_210_container #field_mcphz_label, #field_r0teq_label {color: #333333; margin-bottom: 5px; font-family: Barlow, sans-serif; font-weight: 700; text-transform: uppercase;}
.frm_checkbox input {background-color: #ffffff !important; margin-top: 5px !important; margin-bottom: 5px !important;}
.frm_checkbox input::before {background-color: #333333 !important; color: white!important; border: 1px solid white!important;}
.frm_checkbox input::after {background-color: #333333 !important; color: white!important; border: 1px solid white!important;}


/* small width only */
@media screen and (max-width: 767px) {
	.service-card {
	height: 300px;
}
	.card-overlay {
		justify-content: center;
		text-align: center;
	}
}