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

.gallery-swiper .swiper-slide img {
    height: 320px;
    object-fit: cover;
}

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

/*Nathan | Build Starting - <July 01, 2025>*/
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, #00000063);
}
.ry-menu .ry-nav li.primary .caret {
    border-color: var(--color-secondary-background);
}
.ry-menu .ry-nav li.primary:hover .caret {
    border-color: var(--color-primary-background);
}
.slider-info {
    min-height: fit-content;
}
.ry-menu .ry-nav li:hover {
    color: var(--color-primary-background);
}
#welcome-wrap.style-1 .module-22 .ry-right .content-wrap p {
    text-align: center !important;
}
#welcome-wrap.style-1 .module-22 .ry-left img {
    border: none;
    border-radius: 0;
}

#welcome-wrap.style-1 .svg-background .cls-1 {
    fill: var(--color-secondary-background);
}

#welcome-wrap.style-1 {
    padding-bottom: 11.7vw;
}

#welcome-wrap.style-1 .module-22 .ry-right {
    max-width: 800px;
}

#welcome-wrap.style-1 .module-22 .ry-left {
    max-width: calc(100% - 800px);
}

#welcome-wrap.style-1 .module-22 .ry-content {
    gap: 100px;
}
#welcome-wrap.style-1 .svg-background {
    width: 31%;
}
.cta-wrapper {
    gap: 160px;
}
.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each .photo {
    overflow: hidden;
    transition: all ease-in .3s;
}
.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: unset;
}

.module-services.style-10:before {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-672cf635-55e0-4ec0-b619-29dada84498c/backgrounds/MSO_services_bg.jpg) center top no-repeat;
	background-size: cover;
}

.module-services.style-10 .ry-flex .ry-inner-flex .ry-each:hover .photo img{
    opacity: 0.6;
    height: 120%;
}
.module-services.style-10 .ry-flex .ry-each .services-details h4, .module-services.style-10 .ry-flex .ry-each .services-details p {
    color: #333;
}
.module-brands.style-4 {
    padding: 6vw 0;
}
.module-brands.style-4 .content .brand-block .each-brand .logo {
    background: var(--color-primary-background);
}
#hp-brands-6 .t-swiper-button-next,
#hp-brands-6 .t-swiper-button-prev,
#hp-brands-6 .brand-4-swiper-button-next,
#hp-brands-6 .brand-4-swiper-button-prev {
    background-color: var(--color-primary-background);
}
.module-testimonials.style-4 .testimonials-swiper-4 .swiper-slide {
    background: transparent;
    color: #666
}
.module-testimonials.style-4 {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-672cf635-55e0-4ec0-b619-29dada84498c/backgrounds/MSO_reviews_bg.jpg) center top no-repeat;
	background-size: cover;
}
@media (max-width:1024px){
	#welcome-wrap.style-1 .module-22 .ry-left {
		max-width: 100%;
	}
	#welcome-wrap.style-1 .module-22 .ry-content {
		gap: 40px;
	}
}
@media (width < 1080px) {
    #hp-brands-1::before, #hp-brands-2::before, #hp-brands-3::before, #hp-brands-4::before, #hp-brands-5::before, #hp-brands-6::before {
        opacity: 1;
    }
}
@media screen and (max-width:767px){
	#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
		height: 100% !important;
	}

	.with-gradient:before {
		opacity: 0;
	}
}

#navigation .bg-primary-background {
    background-color: #f3f4f6;
}

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

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

label.control-label {
    display: flex;
    align-items: center;
    gap: 5px;
}

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

[data-target]:hover .service-hover {
    opacity: 1;
}

[data-target]:hover .service-hover::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media (max-width:768px) {
.cta-wrapper {
    gap: 10px;
}
	
	.custom-headline h2 {
		font-size: 30px !important;
	}
}