/* 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 */
}

.ry-testimonial-bg {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-65ebf4d7-db06-4b53-a250-a7876e47884b/Assets/team_bg.jpg);
	background-size: cover;
	background-position: center top;
}

@media (min-width: 1024px) {
    #ry-pg-body :is(.navigation-3) {
        padding-bottom: 0;
    }
}

@media (max-width: 1080px) {
	div#navigation-style-3, .hidden.lg\:flex.justify-center.gap-6.items-center.mx-auto.ry-menu.ry-container.pb-4 {
		display: none;
	}
	.snap-mobile-menu.flex.lg\:hidden {
		display: flex !important;
	}
	.mobile-menu-icon a {
		color: #141414;
	}
	.mm-listitem {
		color: #343434 !important;
	}
	.homepage-swiper .swiper-slide img {
		height: 100% !important;
	}
}

@media (max-width: 991px) {
    .slider-info-center-bottom {
        position: relative;
        background: #454545 !important;
        max-width: 100% !important;
        left: 0;
        right: 0;
        transform: unset;
        padding: 40px 30px 20px !important;
    }
	.slider-info-center-bottom .text-xl.md\:text-5xl.font-bold.mb-4 {
		font-size: 2rem;
		text-align: center !important;
	}
}

@media (max-width: 600px) { 
	.slider-info-center-bottom .text-xl.md\:text-5xl.font-bold.mb-4 {
		font-size: 1.25rem;
	}
}

.form-group label.control-label.stacked {
    display: block;
}

.form-group label.control-label input {
    margin-right: 5px;
}