/* 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:100%;}
#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: #ffffff;
}

.homepage-swiper h2 {
	text-shadow: 3px 3px 3px rgb(0 0 0 / 40%);
}

#ry-pg-body :is(.navigation-3) {
    position: relative !important;
}

.mm-navbar__title > span {
    color: #fff;
}

@media (min-width: 1024px) {
	.navigation-3.fixed > .block.lg\:absolute.inset-0 {
		position: relative;
	}
}

@media (max-width: 1440px) {
	div#navigation-style-4.container {
		max-width: 1280px;
	}
}

div#navigation-style-4 {
    max-width: 1600px;
    width: 90%;
    padding: 1.5em 0 .5em !important;
}

body#ry-pg-body div#navigation {
    position: static;
}

@media (max-width: 1080px) { 
	.ry-menu .ry-nav {font-size: 14px !important;}
}

@media (max-width: 1200px) { 
	div#navigation-style-4 {
		max-width: 90%;
	}
	.ry-menu .ry-nav {
		gap: 20px !important;
	}
	div#navigation-style-4 .cursor-pointer img {
		max-width: 200px;
	}
}

@media (max-width: 500px) {
	.snap-mobile-menu img { max-height: 55px;}
	div#hp-slider .homepage-swiper .with-gradient {
    margin-top: 100px;
}

}

.homepage-swiper .swiper-slide img {
	object-position: center top;
}

#section-hp-team .main-title h2 {
    color: white;
}

.module-19.style2 .services-frame .frame#frame1 {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-1a3acb23-0f37-4377-b3ce-daad07255af2/Assets/S1_bg.png);
    background-size: cover;
    background-position: center left;
}
.module-19.style2 .services-frame .frame#frame2 {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-1a3acb23-0f37-4377-b3ce-daad07255af2/Assets/S2_bg.png);
    background-size: cover;
    background-position: center left;
}
.module-19.style2 .services-frame .frame#frame3 {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-1a3acb23-0f37-4377-b3ce-daad07255af2/Assets/S3_bg.png);
    background-size: cover;
    background-position: center left;
}
.module-19.style2 .services-frame .frame#frame4 {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-1a3acb23-0f37-4377-b3ce-daad07255af2/Assets/S_bg.png);
    background-size: cover;
    background-position: center left;
}

@media (max-width: 1200px) {
	.module-19 .ry-generic * {
		text-align: center !important;
	}
	.module-19 .ry-btn.ry-btn-primary {
		margin: auto;
	}
}
.ry-btn-third a {
    max-width: min-content;
}

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