/* 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{
color: #666666;
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: #666666;
}


/* HP Testi Box Slider Bg */

.module-testimonials.style-2::before, .module-testimonials.style-3::after {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-200bfc1d-4bcb-4bbf-bcc0-4c341f338e75/1_HP/testi_bg.jpg);
    background-size: cover;
}

https://www.royacdn.com/unsafe/150x0/smart/Site-96ccafc2-dba3-45de-b2a3-ea4197fd52c4/1_HP/services_circle_bg.jpg
.hp-brands-bg {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-96ccafc2-dba3-45de-b2a3-ea4197fd52c4/1_HP/services_circle_bg.jpg);background-size: cover;
}

.footer-heading h4 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500 !important;
    letter-spacing: 1px;
}

.subheading{
    letter-spacing: 10px;
}

/* HP Heading Styles */
h3 {
        font-size: 33px !important;
    text-transform: none;
}

h6 { 
    font-family: Poppins;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.hdr-loc-sm {
	font-size: 14px;
    letter-spacing: 2px;
    line-height: 180%;
}

.cta-btn-phone {
	display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-secondary-background);
    background: transparent;
    border: 1px solid transparent;
    width: auto;
    height: 60px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 30px;
    padding: 0 24px;
	text-transform:uppercase;
}

.cta-icon-phone {
	color: #fff;
	width: 35px;
    height: 35px;
    display: block;
    border: 1px solid var(--color-secondary-background);
	background: var(--color-secondary-background);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.hdr-ph{
	font-size: 22px;
    font-weight: 600;

}

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

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

@media (max-width: 620px) {
	h2 {}

	.homepage-swiper h2 {
		text-align: center;
		font-size: 36px;
		line-height: 1.2;
	}

	.homepage-swiper .slider-info * {
		text-align: center;
	}
}

/* --- CONTACT US PAGE ---*/
select#contact_location {
    margin-left:0;
}
.contact-template.style-3 .contact-form .ry-form-box-wrapper .field-wrapper .field-lg {
    width:100%
}

@media (max-width: 1440px) {
	.ry-menu .ry-nav {
    width: min(1280px, 90%) !important;
    max-width: 100%;
}
}
@media (max-width: 1080px) {
	.contact-template.style-3 .inner-flex .ry-each {
		max-width:800px;
		width: 100%;
	}
	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrapper {
		flex-direction:column
	}

	#navigation-style-4 .hdr-ph {
		font-size: 18px;
	}

	#navigation-style-4 .cta-btn-phone {
		padding: 0;
	}

	#navigation-style-4 .cta-btn {
		max-width: 210px;
		width: max-content;
	}

	#navigation-style-4 .cta-btn-phone {
		overflow: unset;
	}

	#navigation-style-4 .cta-btn a {
		font-size: 16px !important;
	}
	.ry-services.style2::before {
		opacity: 1;
	}

	.ry-services.style2 .each-block .photo img {
		width: 70%;
		object-fit: contain;
		left: 50%;
		transform: translate(-50%, 0);
		top: -10%;
	}

	.ry-services.style2 .each-block .title div {
		line-height: 1.1;
	}

	.ry-services.style2 .each-block .title {
		bottom: 30px;
	}
}