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

/*Nathan | Build Starting - <June 23, 2025>*/

/*Global*/
/*btn*/

/*Modal*/
/*Header*/
.snap-mobile-menu {
    background-color: var(--color-primary-text);
}
body[data-page-name="index"] #navigation-style-8 {
    position: absolute;
}
.header-social-btn-fill div:nth-child(even) .cta-icon {
    background-color: var(--color-primary-background);
}
mm-burger {
    color: black;
}
/*Hero*/
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, #00000080);
}

/*Welcome*/
.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo {
    padding-bottom: 70%;
}

.module-welcome.style-5 .ry-container {
    width: 100%;
}
/*CTA*/
/*Services*/
.ry-services.style2 .ry-each .photo:before {
    border: 1px solid var(--color-secondary-background);
    transition: all ease-in .3s;
}
.ry-services.style2 .ry-each .photo img,
.ry-services.style2 .ry-each .each-block {
    transition: all .3s;
    
}
.ry-services.style2 .ry-each .each-block:hover .photo:before {
    border: 5px solid var(--color-secondary-background);
    opacity: 1;
    background: none;
	border-radius: 100%;
}

.ry-services.style2 .ry-each .each-block:hover .photo img {
    transform: scale(1.1);
}

.ry-services.style2 .ry-each .photo:after {
    opacity: .9;
}
.ry-services.style2::before {
    background-position: center bottom;
}

#services-7 .ry-content .content {
    max-width: 850px;
}
/*Team*/
/*Insurance*/
#hp-insurance-1 .brands-swiper-4 div {
    background: transparent;
}
#hp-insurance-1 .brands-swiper-4 div img{
    mix-blend-mode: normal;
    filter: invert(1);
}
/*Brands*/
/*Appointment Form*/
/*Testimonials*/
.module-testimonials.style-3::after {
    opacity: 0;
}
/*Footer*/
#ry-footer-3 .footer-contents::before {
    background-color: var(--color-secondary-background);
    opacity: 1;
}
/*Media Queries*/


@media screen and (max-width:500px){
    .snap-mobile-menu img {
        max-height: 9vw;
    }
    .snap-mobile-menu {
        gap: 10px
    }
}
@media (min-width: 768px) {
    .slider-info-center-bottom {
        bottom: 3%;
    }
}
@media (max-width:767px){
    #hp-slider, #hp-slider, .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
    .with-gradient:before {
        opacity: 0;
    }
}
@media (width < 1080px) {
    #section-hp-services:before, .module-19.style2:before, .ry-services.style2::before {
        opacity: 1;
    }
    #section-hp-team:before {
        background-position: center top;
    }
    .ry-services.style2 .each-block .photo {
        border: 4px solid var(--color-secondary-background);
    }
}
@media screen and (max-width:1024px){
	#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
		height: 100% !important;
	}

	.with-gradient:before {
		opacity: 0;
	}
}
div#navigation {
    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: 220px;
}
#in-services-style-2 .ry-each::before {
    background-color: transparent;
    background: linear-gradient(to top, black, transparent);
}

#in-services-style-2 .ry-each p {
    top: 80%;
    line-height: 1.2;
    width: fit-content;
    max-width: fit-content;
}

@media screen and (max-width: 500px) {
    .snap-mobile-menu {
        padding-inline:15px !important
    }

    .snap-mobile-menu .gap-4 {
        gap:7px
    }
}