/* 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
}
.ry-anchor-hidden {
	display: block;
	position: relative;
	top: -200px;
	visibility: hidden;
}
.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;
}
.ry-each-link, .ry-each-link a {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 0;
}
/* 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;
}

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

/*Global*/
/*btn*/
/*Modal*/
/*Header*/
body[data-page-name="index"] #navigation {
    position: absolute;
}
.ry-menu .ry-nav li.primary .caret {
    border-color: #374151;
}

.ry-menu .ry-nav li.primary:hover .caret {
    border-color: var(--color-secondary-background);
}

.snap-mobile-menu {
    background-color: var(--color-primary-text);
}

mm-burger {
    color: #3e3e3e;
}
/*Hero*/
.with-gradient:before {
    opacity: 0;
}
/*Welcome*/
/*CTA*/
.hp-cta-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-72a41768-05fb-4d08-98b4-7598cc9590f1/backgrounds/deCesareEA_cta_bg_v2.jpg) center bottom no-repeat;
    background-size: cover;
}
/*Services*/
/*Team*/
.ry-hp-team::before {
    background: var(--color-primary-background);
}
.ry-team-slider .slick-list {
    padding: 0 !important;
}
.ry-team-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    gap: 7px;
    margin-top: 2vw;
}
.ry-team-slider .slick-dots li,
.ry-team-slider .slick-dots button {
    opacity: 0.200;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #fff;
    color: transparent;
}
.ry-team-slider .slick-dots li.slick-active,
.ry-team-slider .slick-dots li.slick-active button {
    background-color: #fff;
    opacity: 1;
}
.ry-team-slider .slick-slide:hover .photo img {
    border-color: #fff
}
.ry-team-slider .slick-track {
    display: flex;
    gap: 1rem
}
/*Insurance*/
/*Brands*/
#hp-brands-6 {
    padding-bottom: 0;
}
/*Appointment Form*/
/*Testimonials*/
/*Footer*/

/*Media Queries*/
@media (min-width: 1081px) {
    .ry-services.style2 .block-count-6 {
        display: none;
    }
    .mobile-services {
        display: block;
    }
}
@media (min-width: 1080px) {
    .ry-services.style2 .ry-flex {
        display: none;
    }

    .ry-services.style2 .each-block .photo {
        position: relative;
        padding-bottom: 100%;
        overflow: hidden;
    }

    .ry-services.style2 .each-block .photo:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 150px;
        z-index: 2;
        background: linear-gradient(to bottom, #0000, #2d0b07);
    }

    .ry-services.style2 .each-block .photo img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ry-services.style2 .each-block .title {
        position: absolute;
        bottom: 25px;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 3;
        transition: .4s;
    }

    .ry-services.style2 .each-block .title div {
        font-size: 20px;
        color: #fff;
    }

    .ry-services.style2 .each-block .link, .ry-services.style2 .each-block .link a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        opacity: 0;
    }

    .ry-services.style2 .each-block .button-svg {
        display: none;
    }

    .mobile-services .slick-track .each-block {
        margin-left: 25px;
    }

    .mobile-services .slick-list {
        margin-left: -25px;
    }

    .mobile-services .slick-dots {
        margin-top: 30px;
        padding-left: 0;
        list-style: none;
        display: none !important;
        justify-content: center;
        align-items: center;
    }

    .mobile-services .slick-dots li {
        margin: 0 3px;
        height: auto;
        line-height: initial;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-services .slick-dots li:not(.slick-active) {
        opacity: .5;
    }

    .mobile-services .slick-dots button {
        width: 12px;
        height: 12px;
        text-indent: -9999999px;
        background: white;
        border: unset;
        box-shadow: unset;
        border-radius: 50%;
    }

    .mobile-services .slick-arrow {
        display: none !important;
    }
}
@media (min-width: 1081px) {
    .ry-services.style2 .block-count-6 ~ .button-wrapper {
        position: relative;
        top: -7%;
    }
}
@media (max-width: 1080px) {
    .ry-services.style2 .each-block .photo,
    .ry-services.style2 .each-block .photo img{
        border-radius: 0;
    }
	    .mobile-services .slick-dots button {
        background: #fff;
		}
}
@media (max-width: 620px) {
	#hp-slider {
		padding-top: 100px;
	}

	#hp-slider .with-gradient {
		padding-bottom: 100%;
		position: relative;
		width: 100%;
	}

	#hp-slider .with-gradient img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100% !important;
		object-fit: cover !important;
	}
}
/* END | HP Edits*/
