/* 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 */
}
.mm-navbar {
	color: #ffffff;
}

@media (max-width: 768px) {
	div.ry-services.style2 .each-block .title {
		bottom: 4rem;
	}
	
	div#services-7 .ry-content .content {
    max-width: 18rem;
}
}


/*HP Edits | Started - <November 28, 2025>*/

/*Global*/
/*btn*/

/*Modal*/
/*Header*/
body[data-page-name="index"] #navigation {
    position: absolute;
}

.cta-btn:first-child {
    width: 380px;
}

.cta-btn {
    border-radius: 999px;
}
/*Hero*/

.with-gradient:before {
    background-image: linear-gradient(to bottom, white, #ffffff87, transparent);
}
/*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: 80%;
}
/*CTA*/
/*Services*/


.ry-services.style2 .ry-each .photo {
    background: white;
}

.ry-services.style2 .ry-each .photo:before {
    background: none;
    border: 4px solid var(--color-primary-background);
    border-radius: 999px;
}

.ry-services.style2 .ry-each .photo img {
    height: 60%;
    width: 60%;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.ry-services.style2 .ry-each .title div {
    color: #374151;
    line-height: 1;
}

.ry-services.style2 .ry-each .each-block:hover .photo:after {
    opacity: .9;
}

.ry-services.style2 .ry-each .each-block:hover .title div {
    color: white;
}

.ry-services.style2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(to top, #6ea4ce, transparent);
}


.ry-services.style2 .content {
    z-index: 2;
}
/*Team*/
/*Insurance*/
/*Brands*/
#hp-brands-6 {
    background: #6ea4ce;
}

#hp-brands-6::before {
    background: linear-gradient(to top, #045694, transparent);
}

#hp-insurance-1 {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-aa23f2a9-85ed-491d-9758-c3659855413b/backgrounds/insurance_bg.jpg);
    background-size: cover;
    background-position: center;
}
#hp-brands-6 .swiper-slide,
#hp-insurance-1 .swiper-slide{
    background: white;
}

#hp-brands-6 .swiper-slide img,
#hp-insurance-1 .swiper-slide img{
    mix-blend-mode: normal;
}
/*Appointment Form*/
/*Testimonials*/
/*Footer*/

/*Media Queries*/
.snap-mobile-menu {
    background: white;
}

mm-burger {
    color: var(--color-primary-background);
}
@media (max-width:1024px) {
    body[data-page-name="index"] #navigation {
        position: relative;
    }
    
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
	
	.ry-hp-team .custom-headline h2, .ry-hp-team .custom-headline h2 .span-1 {
		text-align: center !important;
	}
}
@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 (max-width: 1080px) {
    .ry-services.style2 .each-block .title div {
        line-height: 1.1;
        color: #374151;
    }
    .ry-services.style2 .each-block .photo {
        background: white;
    }
    
    .ry-services.style2 .each-block .photo:before {
        height: 100%;
        background: none;
        border: 5px solid var(--color-primary-background);
        border-radius: 999px;
    }
    
    .ry-services.style2 .each-block .photo img {
        height: 70%;
        width: 70%;
        left: 15%;
    }
    .mobile-services .slick-dots button {
        background: white;
    }
}
/* END | HP Edits*/

body[data-page-name="frames"] #hp-brands-6::before {
	display: none;
}

body[data-page-name="frames"] #hp-brands-6 {
    background: transparent;
    padding: 0;
}

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

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