/*
 * █████       █████   ███   █████ ██████████
 *░░███       ░░███   ░███  ░░███ ░░███░░░░███
 * ░███        ░███   ░███   ░███  ░███   ░░███
 * ░███        ░███   ░███   ░███  ░███    ░███
 * ░███        ░░███  █████  ███   ░███    ░███
 * ░███      █  ░░░█████░█████░    ░███    ███
 * ███████████    ░░███ ░░███      ██████████
 *░░░░░░░░░░░      ░░░   ░░░      ░░░░░░░░░░
 *           Lime Web Development
 *         lwd.rocks || hello@lwd.rocks
 */

/*
Theme Name: Utilities Training Theme
Theme URI: https://limewebdevelopment.com/
Author: Lime Web Development
Author URI: https://limewebdevelopment.com/
Description: Utilities Training Theme by Lime Web Development
Version: 1.0
*/


body {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	background-color: #f9f9f9;
}

.very-top-header {
	background-color: #27489d;
}

.img-header {
	max-height: 85px;
}

/*--------------------------------------------------------------
# Header Topbar
--------------------------------------------------------------*/
.topbar {
	background-color: #003bb2;
	height: 40px;
	padding: 0;
	font-size: 14px;
	transition: all 0.5s ease-in-out;
}

.topbar .contact-info i {
	font-style: normal;
	color: #ffffff;
}

.topbar .contact-info i a,
.topbar .contact-info i span {
	padding-left: 5px;
	color: #ffffff;
}

@media (max-width: 575px) {
	.topbar .contact-info i a,
	.topbar .contact-info i span {
		font-size: 13px;
	}
}

.topbar .contact-info i a {
	line-height: 0;
	transition: 0.3s;
}

.topbar .contact-info i a:hover {
	color: #ffffff;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

main p {
	line-height: 1.75rem
}

a {
	color: #003bb2;
	text-decoration: none;
	transition: 500ms all ease-in-out;
}

a:hover {
	text-decoration: underline;
}

.bg-light-blue {
	background-color: #d2dbe7;
}

.page-header h1, .page-header p {
	font-weight: 700;
	color: #003bb2;
}

.page-header p {
	margin-bottom: 0;
}

#breadcrumbs {
	padding-bottom: 1rem;
	font-size: 80%;
}

#breadcrumbs, #breadcrumbs a {
	color: #212529 !important;
	font-weight: normal;
}

/*--------------------------------------------------------------
# Bootstrap Button Overrides
--------------------------------------------------------------*/
.btn-primary {
	background-color: #003bb2;
	border-color: #003bb2;
	color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #002d8a;
	border-color: #002d8a;
	color: #ffffff;
}

.btn-outline-primary {
	background-color: transparent;
	border-color: #003bb2;
	color: #003bb2;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
	background-color: #003bb2;
	border-color: #003bb2;
	color: #ffffff;
}

/*--------------------------------------------------------------
# Accordion Overrides
--------------------------------------------------------------*/

.accordion-button:focus {
	box-shadow: none !important;
}

.accordion-button {
	background-color: #d2dbe7;
	color: #003bb2;
	font-weight: 600;
	margin-bottom: 5px;
}

.accordion-button:not(.collapsed) {
	background-color: #d2dbe7;
	color: #003bb2;
	box-shadow: none;
}

.accordion-button:focus {
	border-color: #003bb2;
	box-shadow: 0 0 0 0.25rem rgba(0, 59, 178, 0.25);
}

.accordion-button:hover {
	background-color: #c2ccd7;
}

.accordion-button::after {
	filter: brightness(0) saturate(100%) invert(13%) sepia(93%) saturate(3799%) hue-rotate(217deg) brightness(91%) contrast(106%);
}

.accordion-item {
	border-color: #d2dbe7;
}

.accordion-body {
	background-color: #ffffff;
	color: #212529;
}

/*--------------------------------------------------------------
# Related Courses
--------------------------------------------------------------*/
.related-courses {
	background-color: #ffffff;
}

.related-course-card {
	display: block;
	text-align: center;
	padding: 2rem 1.5rem;
	background-color: #f8f9fa;
	border: 2px solid #d2dbe7;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s ease;
	height: 100%;
}

.related-course-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 59, 178, 0.15);
	border-color: #003bb2;
	text-decoration: none;
}

.related-course-card .course-icon {
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 80px;
}

.related-course-card .course-icon img {
	max-height: 80px;
	max-width: 100%;
	height: auto;
	width: auto;
	object-fit: contain;
}

.related-course-card h3 {
	font-size: 1.25rem;
	font-weight: 600;
	color: #003bb2;
	margin: 0;
	line-height: 1.4;
	transition: color 0.3s ease;
}

.related-course-card:hover h3 {
	color: #002d8a;
}

/*--------------------------------------------------------------
# Sticky Header
--------------------------------------------------------------*/
#main-header.sticky-top {
	position: sticky !important;
	top: 0 !important;
	z-index: 1000;
	transition: all 0.5s ease-in-out;
}

/* Enhanced shadow when scrolled */
body.scrolled #main-header {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

/* Collapse topbar when scrolled */
body.scrolled .topbar {
	height: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all 0.5s ease-in-out, visibility 0s 0.5s;
}

/*--------------------------------------------------------------
# Call to Action Section
--------------------------------------------------------------*/
.call-to-action {
	background-color: #f4f8ff;
	padding: 120px 0 100px;
}

.call-to-action .hero-content {
	margin-bottom: 120px;
}

.call-to-action .hero-content .content-wrapper {
	padding-right: 40px;
}

@media (max-width: 992px) {
	.call-to-action .hero-content .content-wrapper {
		padding-right: 0;
		margin-bottom: 60px;
		text-align: center;
	}
}

.call-to-action .hero-content h1 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 30px;
	color: #112344;
}

@media (max-width: 768px) {
	.call-to-action .hero-content h1 {
		font-size: 2.5rem;
	}
}

@media (max-width: 576px) {
	.call-to-action .hero-content h1 {
		font-size: 2rem;
	}
}

.call-to-action .hero-content p {
	font-size: 18px;
	line-height: 1.8;
	color: rgba(60, 64, 73, 0.75);
	margin-bottom: 50px;
}

.call-to-action .hero-content .cta-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

@media (max-width: 992px) {
	.call-to-action .hero-content .cta-wrapper {
		align-items: center;
	}
}

.call-to-action .hero-content .cta-wrapper .primary-cta,
.call-to-action .hero-content .cta-wrapper .secondary-cta {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	transition: all 0.3s ease;
	width: fit-content;
}

.call-to-action .hero-content .cta-wrapper .primary-cta span,
.call-to-action .hero-content .cta-wrapper .secondary-cta span {
	margin-right: 8px;
}

.call-to-action .hero-content .cta-wrapper .primary-cta i,
.call-to-action .hero-content .cta-wrapper .secondary-cta i {
	font-size: 14px;
	transition: transform 0.3s ease;
}

.call-to-action .hero-content .cta-wrapper .primary-cta:hover i,
.call-to-action .hero-content .cta-wrapper .secondary-cta:hover i {
	transform: translateX(4px);
}

.call-to-action .hero-content .cta-wrapper .primary-cta {
	color: #003bb2;
	border-bottom: 1px solid #003bb2;
	padding-bottom: 2px;
}

.call-to-action .hero-content .cta-wrapper .primary-cta:hover {
	color: #002d8a;
	border-color: #002d8a;
}

.call-to-action .hero-content .cta-wrapper .secondary-cta {
	color: rgba(60, 64, 73, 0.6);
}

.call-to-action .hero-content .cta-wrapper .secondary-cta:hover {
	color: #3c4049;
}

.call-to-action .hero-content .image-container {
	position: relative;
}

.call-to-action .hero-content .image-container img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 4px;
}

@media (max-width: 768px) {
	.call-to-action .hero-content .image-container img {
		height: 300px;
	}
}

.call-to-action .features-section .feature-block {
	padding: 60px 40px;
	text-align: left;
	border-right: 1px solid rgba(60, 64, 73, 0.1);
	height: 100%;
}

@media (max-width: 992px) {
	.call-to-action .features-section .feature-block {
		border-right: none;
		border-bottom: 1px solid rgba(60, 64, 73, 0.1);
		text-align: center;
	}
}

.call-to-action .features-section .feature-block:last-child {
	border-right: none;
}

@media (max-width: 992px) {
	.call-to-action .features-section .feature-block:last-child {
		border-bottom: none;
	}
}

.call-to-action .features-section .feature-block .feature-icon {
	margin-bottom: 30px;
}

.call-to-action .features-section .feature-block .feature-icon i {
	font-size: 2.5rem;
	color: #003bb2;
}

.call-to-action .features-section .feature-block h3 {
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 20px;
	color: #112344;
}

.call-to-action .features-section .feature-block p {
	font-size: 15px;
	line-height: 1.7;
	color: rgba(60, 64, 73, 0.7);
	margin-bottom: 0;
}

.call-to-action .contact-block {
	background-color: rgba(0, 59, 178, 0.05);
	padding: 60px 40px;
	border-radius: 4px;
}

.call-to-action .contact-block .contact-content h2 {
	font-size: 2rem;
	font-weight: 300;
	margin-bottom: 20px;
	color: #112344;
}

@media (max-width: 768px) {
	.call-to-action .contact-block .contact-content h2 {
		font-size: 1.6rem;
	}
}

.call-to-action .contact-block .contact-content p {
	font-size: 16px;
	line-height: 1.7;
	color: rgba(60, 64, 73, 0.75);
	margin-bottom: 0;
}

@media (max-width: 992px) {
	.call-to-action .contact-block .contact-content p {
		margin-bottom: 30px;
	}
}

.call-to-action .contact-block .contact-actions {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 15px;
}

@media (max-width: 992px) {
	.call-to-action .contact-block .contact-actions {
		align-items: center;
	}
}


@media (max-width: 992px) {
	.call-to-action .contact-block {
		text-align: center;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-16 {
	background: #ffffff;
	color: #3c4049;
	font-size: 15px;
	padding: 100px 0 0;
	border-top: 1px solid rgba(60, 64, 73, 0.08);
}

.footer-16 .brand-section .logo {
	text-decoration: none;
}

.footer-16 .brand-section .logo .sitename {
	font-family: "Montserrat", sans-serif;
	font-size: 32px;
	font-weight: 300;
	color: #112344;
	letter-spacing: -0.5px;
}

.footer-16 .brand-section .brand-description {
	font-size: 18px;
	line-height: 1.7;
	color: rgba(60, 64, 73, 0.75);
	font-weight: 300;
	max-width: 380px;
	margin: 0;
}

.footer-16 .brand-section .contact-info .contact-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 16px;
	font-size: 15px;
	color: rgba(60, 64, 73, 0.8);
}

.footer-16 .brand-section .contact-info .contact-item i {
	font-size: 16px;
	color: #003bb2;
	margin-right: 12px;
	margin-top: 3px;
	flex-shrink: 0;
}

.footer-16 .brand-section .contact-info .contact-item span {
	line-height: 1.6;
}

.footer-16 .footer-nav-wrapper {
	padding-left: 60px;
}

@media (max-width: 991px) {
	.footer-16 .footer-nav-wrapper {
		padding-left: 0;
		margin-top: 50px;
	}
}

.footer-16 .nav-column {
	margin-bottom: 40px;
}

.footer-16 .nav-column h6 {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #112344;
	margin-bottom: 24px;
	letter-spacing: 0.3px;
}

.footer-16 .nav-column .footer-nav {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer-16 .nav-column .footer-nav a {
	color: rgba(60, 64, 73, 0.7);
	text-decoration: none;
	font-size: 15px;
	font-weight: 300;
	transition: all 0.3s ease;
	line-height: 1.4;
}

.footer-16 .nav-column .footer-nav a:hover {
	color: #003bb2;
	transform: translateX(4px);
}

.footer-16 .footer-social {
	padding: 50px 0;
	border-top: 1px solid rgba(60, 64, 73, 0.06);
	border-bottom: 1px solid rgba(60, 64, 73, 0.06);
}

.footer-16 .footer-social .newsletter-section h5 {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #112344;
	margin-bottom: 12px;
	letter-spacing: -0.2px;
}

.footer-16 .footer-social .newsletter-section p {
	font-size: 16px;
	color: rgba(60, 64, 73, 0.65);
	margin: 0;
	line-height: 1.6;
	max-width: 340px;
}

.footer-16 .footer-social .social-section {
	display: flex;
	justify-content: flex-end;
}

@media (max-width: 991px) {
	.footer-16 .footer-social .social-section {
		justify-content: flex-start;
		margin-top: 30px;
	}
}

.footer-16 .footer-social .social-links {
	display: flex;
	gap: 32px;
	align-items: center;
}

@media (max-width: 576px) {
	.footer-16 .footer-social .social-links {
		gap: 20px;
		flex-wrap: wrap;
	}
}

.footer-16 .footer-social .social-links .social-link {
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: rgba(60, 64, 73, 0.6);
	font-size: 14px;
	font-weight: 400;
	transition: all 0.3s ease;
}

.footer-16 .footer-social .social-links .social-link i {
	font-size: 18px;
	transition: all 0.3s ease;
}

.footer-16 .footer-social .social-links .social-link span {
	transition: all 0.3s ease;
}

.footer-16 .footer-social .social-links .social-link:hover {
	color: #003bb2;
	transform: translateY(-2px);
}

.footer-16 .footer-social .social-links .social-link:hover i {
	transform: scale(1.1);
}

.footer-16 .footer-bottom {
	padding: 30px 0;
}

.footer-16 .footer-bottom .copyright p {
	margin: 0;
	font-size: 14px;
	color: rgba(60, 64, 73, 0.55);
	font-weight: 300;
}

.footer-16 .footer-bottom .copyright p .sitename {
	color: #112344;
	font-weight: 400;
}

.footer-16 .footer-bottom .legal-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
}

@media (max-width: 991px) {
	.footer-16 .footer-bottom .legal-links {
		justify-content: flex-start;
		margin-top: 20px;
		flex-wrap: wrap;
	}
}

.footer-16 .footer-bottom .legal-links a {
	font-size: 13px;
	color: rgba(60, 64, 73, 0.5);
	text-decoration: none;
	font-weight: 300;
	transition: color 0.3s ease;
}

.footer-16 .footer-bottom .legal-links a:hover {
	color: #003bb2;
}

.footer-16 .footer-bottom .legal-links .credits {
	font-size: 12px;
	color: rgba(60, 64, 73, 0.4);
	margin-left: 8px;
	padding-left: 24px;
	border-left: 1px solid rgba(60, 64, 73, 0.1);
}

@media (max-width: 576px) {
	.footer-16 .footer-bottom .legal-links .credits {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
		width: 100%;
		margin-top: 12px;
	}
}

.footer-16 .footer-bottom .legal-links .credits a {
	color: #003bb2;
	font-size: 12px;
}

.footer-16 .footer-bottom .legal-links .credits a:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.footer-16 {
		padding: 70px 0 0;
	}

	.footer-16 .brand-section {
		text-align: center;
		margin-bottom: 50px;
	}

	.footer-16 .brand-section .brand-description {
		max-width: none;
	}

	.footer-16 .brand-section .contact-info {
		text-align: left;
		display: inline-block;
	}

	.footer-16 .footer-nav-wrapper .nav-column {
		text-align: left;
	}

	.footer-16 .footer-nav-wrapper .nav-column h6 {
		margin-bottom: 16px;
	}
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* Remove top padding on home page for hero section */


.hero {
	position: relative;
	/*min-height: 100vh;*/
	display: flex;
	align-items: flex-start;
	padding-top: 1rem;
	background: linear-gradient(135deg, #ffffff 0%, rgba(0, 59, 178, 0.05) 100%);
	/*overflow: hidden;*/
}

.hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("assets/img/bg/abstract-bg-3.webp") center/cover;
	opacity: 0.08;
	z-index: 0;
}

.hero .container {
	position: relative;
	z-index: 1;
}

.hero .hero-content {
	padding: 2rem 0;
}

.hero .hero-content .trust-badges {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.hero .hero-content .trust-badges .badge-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 1rem;
	background: rgba(0, 59, 178, 0.1);
	border-radius: 50px;
	color: #003bb2;
	font-size: 0.875rem;
	font-weight: 500;
}

.hero .hero-content .trust-badges .badge-item i {
	font-size: 1rem;
}

@media (max-width: 576px) {
	.hero .hero-content .trust-badges {
		gap: 0.75rem;
	}

	.hero .hero-content .trust-badges .badge-item {
		font-size: 0.75rem;
		padding: 0.4rem 0.8rem;
	}
}

.hero .hero-content h1 {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 1.5rem 0;
	color: #112344;
}

.hero .hero-content h1 .highlight {
	color: #003bb2;
	position: relative;
}

.hero .hero-content h1 .highlight::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #003bb2;
	border-radius: 2px;
}

@media (max-width: 992px) {
	.hero .hero-content h1 {
		font-size: 2.5rem;
	}
}

@media (max-width: 576px) {
	.hero .hero-content h1 {
		font-size: 2rem;
	}
}

.hero .hero-content .hero-description {
	font-size: 1.125rem;
	line-height: 1.7;
	color: rgba(60, 64, 73, 0.8);
	margin-bottom: 2rem;
	max-width: 500px;
}

.hero .hero-content .hero-stats {
	display: flex;
	gap: 2rem;
}

.hero .hero-content .hero-stats .stat-item {
	text-align: left;
}

.hero .hero-content .hero-stats .stat-item h3 {
	font-size: 2rem;
	font-weight: 700;
	color: #003bb2;
	margin: 0;
	line-height: 1;
}

.hero .hero-content .hero-stats .stat-item p {
	color: rgba(60, 64, 73, 0.7);
	margin: 0.25rem 0 0 0;
	font-size: 0.875rem;
	font-weight: 500;
}

@media (max-width: 576px) {
	.hero .hero-content .hero-stats {
		gap: 1rem;
	}

	.hero .hero-content .hero-stats .stat-item h3 {
		font-size: 1.5rem;
	}
}

.hero .hero-content .hero-actions {
	display: flex;
	gap: 1rem;
	align-items: center;
	margin-bottom: 2rem;
}

.hero .hero-content .hero-actions .btn {
	padding: 1rem 2rem;
	font-weight: 600;
	border-radius: 50px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.hero .hero-content .hero-actions .btn.btn-primary {
	background: #003bb2;
	color: #ffffff;
}

.hero .hero-content .hero-actions .btn.btn-primary:hover {
	background: #002d8a;
	transform: translateY(-2px);
}

.hero .hero-content .hero-actions .btn.btn-outline {
	color: #003bb2;
	border-color: #003bb2;
	background: transparent;
}

.hero .hero-content .hero-actions .btn.btn-outline:hover {
	background: #003bb2;
	color: #ffffff;
}

@media (max-width: 576px) {
	.hero .hero-content .hero-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.hero .hero-content .hero-actions .btn {
		text-align: center;
		justify-content: center;
	}
}

.hero .hero-content .emergency-contact {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(0, 59, 178, 0.2);
	border-radius: 12px;
	backdrop-filter: blur(10px);
}

.hero .hero-content .emergency-contact .emergency-icon {
	width: 50px;
	height: 50px;
	background: #003bb2;
	color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
}

.hero .hero-content .emergency-contact .emergency-info small {
	display: block;
	color: rgba(60, 64, 73, 0.6);
	font-size: 0.75rem;
	margin-bottom: 0.25rem;
}

.hero .hero-content .emergency-contact .emergency-info strong {
	color: #112344;
	font-size: 1.125rem;
	font-weight: 600;
}

.hero .hero-visual {
	position: relative;
	height: 600px;
}

.hero .hero-visual .main-image {
	position: relative;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(60, 64, 73, 0.15);
}

.hero .hero-visual .main-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero .hero-visual .main-image .floating-card {
	position: absolute;
	background: #ffffff;
	padding: 1.5rem;
	border-radius: 16px;
	box-shadow: 0 15px 40px rgba(60, 64, 73, 0.15);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(60, 64, 73, 0.1);
}

.hero .hero-visual .main-image .floating-card.appointment-card {
	top: 20px;
	right: 20px;
	display: flex;
	align-items: center;
	gap: 1rem;
	min-width: 200px;
}

.hero .hero-visual .main-image .floating-card.appointment-card .card-icon {
	width: 50px;
	height: 50px;
	background: rgba(0, 59, 178, 0.1);
	color: #003bb2;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
}

.hero .hero-visual .main-image .floating-card.appointment-card .card-content h6 {
	margin: 0 0 0.25rem 0;
	color: #112344;
	font-weight: 600;
	font-size: 0.875rem;
}

.hero .hero-visual .main-image .floating-card.appointment-card .card-content p {
	margin: 0 0 0.25rem 0;
	color: #3c4049;
	font-weight: 600;
	font-size: 1rem;
}

.hero .hero-visual .main-image .floating-card.appointment-card .card-content small {
	color: rgba(60, 64, 73, 0.6);
	font-size: 0.75rem;
}

.hero .hero-visual .main-image .floating-card.rating-card {
	bottom: 20px;
	left: 20px;
	text-align: center;
	min-width: 140px;
}

.hero .hero-visual .main-image .floating-card.rating-card .rating-stars {
	color: #ffc107;
	margin-bottom: 0.5rem;
}

.hero .hero-visual .main-image .floating-card.rating-card .rating-stars i {
	font-size: 1rem;
}

.hero .hero-visual .main-image .floating-card.rating-card h6 {
	margin: 0 0 0.25rem 0;
	color: #112344;
	font-weight: 700;
	font-size: 1.125rem;
}

.hero .hero-visual .main-image .floating-card.rating-card small {
	color: rgba(60, 64, 73, 0.6);
	font-size: 0.75rem;
}

@media (max-width: 768px) {
	.hero .hero-visual .main-image .floating-card.appointment-card {
		right: 10px;
		top: 10px;
		padding: 1rem;
		min-width: 160px;
	}

	.hero .hero-visual .main-image .floating-card.rating-card {
		left: 10px;
		bottom: 10px;
		padding: 1rem;
		min-width: 120px;
	}
}

.hero .hero-visual .background-elements {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.hero .hero-visual .background-elements .element {
	position: absolute;
	border-radius: 50%;
	background: #003bb2;
	opacity: 0.1;
}

.hero .hero-visual .background-elements .element.element-1 {
	width: 200px;
	height: 200px;
	top: -50px;
	left: -50px;
	animation: float1 6s ease-in-out infinite;
}

.hero .hero-visual .background-elements .element.element-2 {
	width: 150px;
	height: 150px;
	bottom: -30px;
	right: -30px;
	animation: float2 8s ease-in-out infinite;
}

.hero .hero-visual .background-elements .element.element-3 {
	width: 100px;
	height: 100px;
	top: 50%;
	left: -25px;
	transform: translateY(-50%);
	animation: float3 7s ease-in-out infinite;
}

@media (max-width: 992px) {
	.hero .hero-visual {
		height: 400px;
		margin-top: 2rem;
	}
}

@keyframes float1 {

	0%,
	100% {
		transform: translateY(0px) rotate(0deg);
	}

	50% {
		transform: translateY(-20px) rotate(180deg);
	}
}

@keyframes float2 {

	0%,
	100% {
		transform: translateY(0px) rotate(0deg);
	}

	50% {
		transform: translateY(-15px) rotate(-180deg);
	}
}

@keyframes float3 {

	0%,
	100% {
		transform: translateY(-50%) rotate(0deg);
	}

	50% {
		transform: translateY(-70%) rotate(180deg);
	}
}

#arlo-event-filter {
	display: none !important;
}

/* UberMenu - Copyright 2011-2023, SevenSpark */
.ubermenu-skin-none {
	font-size: 1rem;
	color: #888;
}
.ubermenu-skin-none .ubermenu-target {
	color: #333;
}
.ubermenu-skin-none .ubermenu-target-description {
	color: #aaa;
}
.ubermenu-skin-none.ubermenu-responsive-toggle {
	background: transparent;
	color: #333;
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
}
.ubermenu-skin-none.ubermenu-responsive-toggle:hover {
	background: transparent;
	color: #111;
}
.ubermenu-skin-none {
	border: none;
	background: transparent;
}
.ubermenu-skin-none .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target,
.ubermenu-skin-none .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target,
.ubermenu-skin-none .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
	color: #111;
	background: transparent;
}
.ubermenu-skin-none .ubermenu-item.ubermenu-item-level-0 > .ubermenu-highlight {
	color: #4d90fe;
	background: transparent;
}
.ubermenu-skin-none.ubermenu-vertical .ubermenu-item-level-0 > .ubermenu-target {
	background: transparent;
}
.ubermenu-skin-none .ubermenu-item-level-0 > .ubermenu-target {
	font-weight: normal;
	color: #333;
	text-transform: none;
	border-left: none;
}
body:not(.rtl) .ubermenu-skin-none.ubermenu-horizontal .ubermenu-item-level-0:first-child > .ubermenu-target {
	box-shadow: none;
}
.ubermenu-skin-none .ubermenu-item-level-0:hover > .ubermenu-target,
.ubermenu-skin-none .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
	background: transparent;
	color: #111;
}
.ubermenu-skin-none .ubermenu-item-level-0 > .ubermenu-submenu-type-stack > .ubermenu-item > .ubermenu-target {
	color: #333;
}
.ubermenu-skin-none .ubermenu-item-level-0 > .ubermenu-submenu-type-stack > .ubermenu-item > .ubermenu-target:hover {
	color: #111;
}
.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-drop {
	background: #fff;
	border: 1px solid #fff;
}
.ubermenu-skin-none.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop {
	border-top: 1px solid #fff;
	background: #fff;
}
.ubermenu-skin-none .ubermenu-tab-content-panel {
	background: #fff;
}
.ubermenu-skin-none .ubermenu-submenu,
.ubermenu-skin-none .ubermenu-submenu .ubermenu-target {
	color: #333;
}
.ubermenu-skin-none .ubermenu-submenu .ubermenu-highlight {
	color: #4d90fe;
}
.ubermenu-skin-none .ubermenu-submenu .ubermenu-target:hover,
.ubermenu-skin-none .ubermenu-submenu .ubermenu-active > .ubermenu-target {
	color: #111;
}
.ubermenu-skin-none .ubermenu-submenu .ubermenu-target > .ubermenu-target-description {
	color: #aaa;
}
.ubermenu-skin-none .ubermenu-submenu .ubermenu-active > .ubermenu-target > .ubermenu-target-description {
	color: #666;
}
.ubermenu-skin-none .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
	font-weight: bold;
	color: #333;
}
.ubermenu-skin-none .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack > .ubermenu-target {
	border-bottom: 1px solid #e9e9e9;
}
.ubermenu-skin-none .ubermenu-submenu .ubermenu-item-header > .ubermenu-target:hover {
	color: #222;
}
.ubermenu-skin-none .ubermenu-submenu .ubermenu-current-menu-item > .ubermenu-target {
	color: #111;
	background: transparent;
}
.ubermenu-nojs.ubermenu-skin-none .ubermenu-submenu .ubermenu-tabs .ubermenu-tab:hover > .ubermenu-target,
.ubermenu-skin-none .ubermenu-submenu .ubermenu-tab.ubermenu-active > .ubermenu-target {
	background: #eee;
	color: #111;
}
.ubermenu-skin-none .ubermenu-tabs-group,
.ubermenu-skin-none .ubermenu-tab > .ubermenu-target,
.ubermenu-skin-none .ubermenu-tab-content-panel {
	border-color: #eee;
}
.wp-block-ubermenu-ubermenu-block > div {
	margin: 0;
}
.ubermenu-skin-none.ubermenu-transition-fade .ubermenu-item-level-0 > .ubermenu-submenu-drop {
	margin-top: 0;
}
.ubermenu-skin-none.ubermenu-mobile-modal.ubermenu-mobile-view {
	background: #fff;
}

/* Header — UberMenu alignment */
#main-header nav.navbar {
	background: transparent !important;
}
#main-header .ubermenu-bar-align-full {
	justify-content: flex-end;
}
#main-header .ubermenu-responsive-toggle {
	width: auto !important;
	align-items: center;
	margin-left: auto;
	padding: 0.4rem 0.6rem;
	font-size: 1.25rem;
	line-height: 1;
}
