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


.cta-btn .overlink a, .cta-btn .overlink {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
}

.cta-btn .svg-wrapper svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.cta-btn:hover .svg-wrapper svg {
    fill: #000;
}

.cta-btn.rx {
    justify-content: center;
}

/* 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%);
}

@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;
	}
}

#services-12 > div > div > p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5; /* number of lines to show */
	line-clamp: 5; 
	-webkit-box-orient: vertical;
}

.module-19.style2 .services-frame .frame#frame1 {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-f118e0d9-ea88-4318-8f0d-e2fb36a4d393/Assets/cta_1_bg.jpg);
    background-size: cover;
    background-position: center left;
}
.module-19.style2 .services-frame .frame#frame2 {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-f118e0d9-ea88-4318-8f0d-e2fb36a4d393/Assets/cta_2_bg.jpg);
    background-size: cover;
    background-position: center left;
}
.module-19.style2 .services-frame .frame#frame3 {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-f118e0d9-ea88-4318-8f0d-e2fb36a4d393/Assets/cta_3_bg.jpg);
    background-size: cover;
    background-position: center left;
}
.module-19.style2 .services-frame .frame#frame4 {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-f118e0d9-ea88-4318-8f0d-e2fb36a4d393/Assets/cta_4_bg.jpg);
    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;
	}
}

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

/** Footer Style **/


#ry-footer ul {
    line-height: 2;
}
.footer-contents ul li, .footer-contents a, .footer-contents h4, .footer-contents p {
    color: #141414;
}
#ry-footer-3::after {
	display: none;
}
#ry-footer-3::before {
	opacity: 1;
}
#ry-footer-3 .footer-contents {
    background: #fff;
	border: 6px solid var(--color-primary-background);
		max-width: 1280px;
    width: 90%;
		    border-radius: 0px;
}
#ry-footer-3 .footer-contents::before {display: none;}

@media (max-width:700px) { 
	#ry-footer-3 .footer-contents {
		max-width: 90% !important;
		width: 100% !important;
		padding: 3em 1em !important;
	}

	div#ry-footer-3 {
		padding: 0;
	}

	#ry-footer-3 .footer-contents {
		text-align: center !important;
	}
}

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

body[data-page-name="contact-us"] div#ry-footer-3 {
    margin-top: 200px;
}
.footer-privacy strong {
    color:rgb(185 28 28 / 1) !important;
}
#ry-footer-3::before {
	z-index: 1;
	height: 80%;
	top: unset;
	background-position: center bottom;
}
div#ry-footer-3, .module-testimonials.style-2:before, .module-testimonials.style-3:after {
    background: var(--color-secondary-background) !important;
}

/** Footer End **/

body[data-page-name="contact-us"] .footer-contents div#mapCustom1, body[data-page-name="contact-us"] .footer-contents div#mapCustom2 {
    display: none;
}

.cta-lists {
	background: linear-gradient(to bottom, white, #f9f9f9);
}
.module-welcome.style-5::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, transparent, #f9f9f9);
    height: 20%;
    bottom: unset;
}

@media (max-width: 1023px) {
	body#ry-pg-body div#navigation.navigation-3 {
		position: relative !important;
	}
}

@media (max-width: 767px) {
	.homepage-swiper .swiper-slide .with-gradient img {
		height: 50vh !important;
	}
	.homepage-swiper {
		padding-top: 90px;
	}
	.homepage-swiper .slider-info {
		width: 100%;
		max-width: 100%;
	}
	.homepage-swiper .mx-auto.max-w-\[300px\].brightness-0.invert {
		max-width: 200px;
	}
}

.cta-btn a {
	max-width: max-content;
}

.google-translate {
    position: absolute;
    left: 4px;
    top: -40px;
}

.google-translate * {
	display: flex !important;
}

.module-testimonials.style-2 .comments-icon {
	background-color: #87c9f5;
}