/* ==========================================================================
   Height Utilities
   ========================================================================== */
.mh-300 {
	min-height: 300px !important;
}

.mh-500 {
	min-height: 500px !important;
}

/* ==========================================================================
   Typography - Alternative Fonts
   ========================================================================== */
.alt-font1 {
	font-family: "Playfair Display SC", sans-serif;
}

.alt-font2 {
	font-family: "Yellowtail", sans-serif;
}

.alt-font3 {
	font-family: "Cousine", sans-serif;
}

.alt-font4 {
	font-family: "Rosarivo", sans-serif;
}

.alt-font5 {
	font-family: "Montserrat", sans-serif;
}

/* ==========================================================================
   Content Lead Styling
   ========================================================================== */
.content-lead {
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #f24405;
	display: inline-block;
	position: relative;
	padding-left: 1.5em; /* make space for the width of the absolutely positioned icon */
	padding-top: 0.3em; /* make space for the width of the absolutely positioned icon */
	text-transform: capitalize;
}

.content-lead::before {
	color: var(--fa-primary-color, #8c0303);
	opacity: 1;
	opacity: var(--fa-primary-opacity, 1);
}

.content-lead::after {
	color: var(--fa-secondary-color, #f24405);
	opacity: var(--fa-secondary-opacity, 1);
}

.content-lead::before {
	content: "\f79a";
}

.content-lead::after {
	content: "\f79a\f79a";
}

.content-lead::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.content-lead::before,
.content-lead::after {
	font: var(--fa-font-duotone);
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25em;
	text-align: center;
}

/* ==========================================================================
   FAQ Lead Styling
   ========================================================================== */
.faq-lead {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #030303;
	text-transform: capitalize;
}

.faq-lead:before {
	font-family: "Font Awesome 7 Pro";
	content: "\f059" !important;
	font-weight: 900 !important;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	padding-right: 5px;
	color: #030303;
}

/* ==========================================================================
   Video Container (16:9 Responsive)
   ========================================================================== */
.video-container {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.video-container::after {
	padding-top: 56.25%;
	display: block;
	content: "";
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
   Map Styling
   ========================================================================== */
.map {
	-webkit-filter: grayscale(100%) saturate(1) brightness(90%) contrast(100%);
	-moz-filter: grayscale(100%) saturate(1) brightness(90%) contrast(100%);
	-ms-filter: grayscale(100%) saturate(1) brightness(90%) contrast(100%);
	-o-filter: grayscale(100%) saturate(1) brightness(90%) contrast(100%);
	filter: grayscale(100%) saturate(1) brightness(90%) contrast(100%);
}

/* ==========================================================================
   Social Icons
   ========================================================================== */
.social-icons li:hover.social-icons-tiktok a {
	background: #030303 !important;
}

/* ==========================================================================
   Icon Theme (Duotone Colors)
   ========================================================================== */
.icon-theme {
	--fa-secondary-opacity: 1;
	--fa-primary-color: #f2cb05;
	--fa-secondary-color: #f24405;
}

.icon-theme-reverse {
	--fa-secondary-opacity: 1;
	--fa-primary-color: #f24405;
	--fa-secondary-color: #f2cb05;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer-text,
.footer-text a {
	font-family: "Poppins", sans-serif;
	color: #cbcbcb !important;
	text-decoration: none;
}

.footer-text a:hover {
	color: #e1e1e1;
	text-decoration: none;
}

/* ==========================================================================
   Page Header
   ========================================================================== */
.page-header.page-header-modern.page-header-background.page-header-background-custom {
	padding: 100px 0;
}

.page-header .text-black {
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.5),
		0 0 20px rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
   Call to Action - Black Variant
   ========================================================================== */
.call-to-action.call-to-action-black {
	background: #030303;
}

.call-to-action.call-to-action-black h3,
.call-to-action.call-to-action-black p {
	color: var(--light);
}

/* ==========================================================================
   Hero Slider - Reduce gap between top line and headline
   ========================================================================== */
.owl-carousel-light .owl-item .text-5.line-height-5 {
	margin-bottom: -10px !important;
}

