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

/* HP Edits - Started <November 12, 2025> */

/**/
	/*fonts*/

	/*btns*/

/*Modal*/
/* Header */
	/**/
.snap-mobile-menu {
    background-color: white;
}

mm-burger {
    color: var(--color-secondary-background);
}
body[data-page-name="index"] #navigation {
    position: absolute;
}
.cta-btn {
    background: transparent;
    color: #374151;
}

.cta-btn:first-child .cta-icon {
    background: var(--color-primary-background);
    color: white;
}

.cta-btn:last-child .cta-icon {
    background: var(--color-secondary-background);
    color: white;
}

.cta-btn:first-child:hover {
    border-color: 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);
}
/* Hero */
	/**/
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, #ffffff1a, rgba(0, 0, 0, 0.3));
}
/* CTA */
	/**/
/* Welcome */
	/**/

.module-welcome.style-5 {
    padding: 0;
}

.module-welcome.style-5 .ry-container {
    width: 100%;
}

.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 .text-wrapper {
    padding: 6.6vh 0;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo {
    padding-bottom: 80%;
}
/* Services */
	/**/
.module-services.style-11 {
    padding: 9.6vh 0;
}
.module-services.style-11 .ry-flex .ry-each .services-details h4, .module-services.style-11 .ry-flex .ry-each .services-details p {
    color: var(--color-primary-text);
}
.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex .photo {
    background: var(--color-primary-text);
    transition: all .3s;
}

.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex .photo img {
    filter: brightness(0) invert(0);
    transition: all .3s;
}

.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex .photo:hover img {
    width: 100px;
    height: 100px;
}

.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex .photo:hover {
    transform: scale(1.1);
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/

#hp-insurance-1 .swiper-slide {
    background: white;
}

#hp-insurance-1 .swiper-slide img {
    mix-blend-mode: normal;
}
#hp-insurance-1 .overflow-hidden,
#hp-brands-6 .overflow-hidden{
    padding: 0;
}
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/

.module-testimonials.style-3::after {
    opacity: 0;
}
/* Footer */
	/**/
/*Media Queries*/
	/**/

@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 .max-w-7xl {
        gap: 60px;
    }
}
@media (max-width: 1200px) {
    .module-services.style-11 .ry-flex {
        gap: 60px;
    }
}
/* End - HP Edits*/

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

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

.custom-headline h2 {
	font-size: 46px !important;
}
.swiper-button-next, .swiper-button-prev {
    opacity: 0;
}
.brand-swiper4-copy2-button-next,
.brand-swiper4-copy2-button-prev{
    -webkit-text-stroke: 1px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    justify-items: center;
    align-items: center;
    color: var(--color-secondary-text);
    background-color: var(--color-secondary-background);
}