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

.ry-header-container {
    width: min(1600px, 90%) !important;
    margin: 0 auto;
    float: unset !important;
    max-width: 100%;
}

/* 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 <January 09, 2026> */

/**/
	/*fonts*/

	/*btns*/

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

.ry-menu .ry-nav li.primary:hover .caret {
    border-color: var(--color-secondary-background);
}
.slider-info {
    min-height: fit-content;
}

.homepage-video-slider {
    overflow: hidden;
    max-height: 10080px;
}
.homepage-video-slider::before {
    background: linear-gradient(to bottom, white, transparent);
    opacity: 1;
    height: 50%;
}
.snap-mobile-menu img {
    max-width: 170px;
}
/* Hero */
	/**/
.snap-mobile-menu {
    background-color: var(--color-primary-text);
}

mm-burger {
    color: #374151;
}

.slider-info {
    padding: 0 !important;
}
/* CTA */
	/**/
/* Welcome */
	/**/
#welcome-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-df7f133b-46a0-4bfc-8107-29d4f26c6a1b/backgrounds/DPECC_welcome_bg.jpg) center center no-repeat;
    background-size: cover;
}
/* Services */
	/**/
#services-12 > div:nth-child(even) > div > p, #services-12 > div:nth-child(odd) > div > p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

#services-12 > div:nth-child(odd) img {
    filter: brightness(100);
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/

#hp-brands-6 .overflow-hidden {
    padding: 0;
}

#hp-brands-6 .swiper-wrapper .swiper-slide {
    background: white;
}

#hp-brands-6 .swiper-wrapper .swiper-slide img {
    mix-blend-mode: normal;
}
/* Request Appointment */
	/**/
/* Testimonials */
	/**/

.module-testimonials.style-2::before, .module-testimonials.style-3::after {
    opacity: 0;
}

.module-testimonials.style-2 .p-4:last-child {
    padding: 0;
    height: 0;
}
.t-swiper-button-next, .t-swiper-button-prev, .brand-4-swiper-button-next, .brand-4-swiper-button-prev {
    background-color: white;
    color: #374151;
}

.module-testimonials.style-2 .comments-icon {
    background-color: var(--color-secondary-background);
}

.module-testimonials.style-2 .comments-symbol {
    font-family: 'Playfair Display';
    font-size: 110px;
}
/* Footer */
	/**/
#ry-footer-3 h4 {
    font-family: 'Lato';
}
/*Media Queries*/
	/**/

@media (max-width:1024px){
    .bg-cta-background .mb-44 {
        margin: 0;
    }
    .ry-hp-team {
        padding-bottom: 6.6vh;
    }
    body[data-page-name="index"] #navigation {
        position: relative;
    }
}
/* End - HP Edits*/

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

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