/* Before adding any unnecessary CSS rules, please check out the Snap documentation at https://bit.ly/3PqSii8. */
/* Override Styles */
/*
.service-style-1 h2 {margin: 10px 0;}
.ry-menu .ry-nav li .dropdown-toggle {padding: 30px 0;}
ul#quick-links li a {display: block;width: 100%;}
#in-services-3 ul li a {margin-left: 0px;margin-top:30px}
*/
[x-cloak] { display: none !important; }
.promotions img { min-width: 22rem; max-width:22rem;}
#in-services-style-2.squares .ry-each:before, #in-services-style-2.squares .ry-each img {border-radius: 0;}
.mobile-menu-icon a{display: flex;height: 100%;width: 100%;justify-content: center;align-items: center;}
body.fancybox-active .ry-sticky-menu.fixed {z-index: 9999;}
.testimonials-swiper p,
.testimonials-swiper-2 p{
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4
}
.service-hover {
    position: absolute;
    z-index: 9;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
}

/* Show service-hover when parent with data-target is hovered */
[data-target]:hover .service-hover {
    opacity: 1;
}

/* Apply the overlay effect when parent is hovered */
[data-target]:hover .service-hover::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: -1; /* Make sure it's behind the text */
}
.mm-navbar {
	color: #445766;
}
#navigation-style-3 img {
  filter: brightness(0) invert(1);
}

/* --- Additional Edits --- */

.hp-cta-bg {
	background: #f3f3f1;
}

.list-3 ul p {
		margin: 0;
	}
@media (min-width: 620px) {
	.list-3 ul {
		column-count: 2;
	}
}

body[data-page-name="contact-us"] #footer-map {
	display: none !important;
}

body[data-page-name="contact-us"] #ry-footer-3 {
	padding-top: 220px;
}

body:not(.home) #navigation .cta-btn:not(:hover) {
    border: 1px solid #fff;
}

@media (max-width: 1024px) {
	.homepage-swiper h2 {
		font-size: 3rem;
	}

	.homepage-swiper .slider-info {
		max-width: 800px;
	}

	.homepage-swiper .slider-info p {
		font-size: 16px;
	}

	#navigation-style-3 img {
		max-width: 220px;
	}
}

@media (min-width:768px) {
	
    video#home_video {
		height: 100vh;
		width: 100%;
		object-fit: cover;
	}

	.hero-video {
		height: 100vh;
		position: relative;
	}

	.hero-video:before {
		position:absolute;
		content: '';
		background: linear-gradient(358deg, rgb(0 0 0 / 63%), transparent);
		top:0;
		left: 0;
		bottom:0;
		right:0;
	}
}


@media (max-width: 620px) {
	.homepage-swiper h2 {
		font-size: 38px;
		text-align: center;
		margin-bottom: 1rem;
	}

	.homepage-swiper p {
		text-align: center !important;
	}

	.homepage-swiper .ry-btn {
		margin-left: auto;
		margin-right: auto;
		display: flex;
	}
}

.homepage-swiper .ry-btn.ry-btn-primary {
    background-color: #c8b08c;
}