/* 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 11, 2025>*/

/*Global*/
/*btn*/
/*Modal*/
/*Header*/
/*Hero*/
.with-gradient:before {
    background-image: linear-gradient(to top, var(--color-primary-background), transparent, white);
}
/*Welcome*/

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

.module-welcome.style-5 .ry-each.image-wrapper .photo img {
}

.module-welcome.style-5 .ry-each.image-wrapper .photo {
    padding-bottom: 100%;
}
/*CTA*/
/*Services*/
/*Team*/
#section-hp-team:before {
    background: var(--color-primary-background);
}

#section-hp-team h6, #section-hp-team p {
    color: white !important;
}
/*Insurance*/
#hp-insurance-1 .overflow-hidden {
    padding-bottom: 0;
}
/*Brands*/
/*Appointment Form*/
/*Testimonials*/

.testimonials-swiper .swiper-slide:nth-child(even) {
    background: var(--color-secondary-background);
    border-radius: 0;
}

.testimonials-swiper .swiper-slide:nth-child(odd) {
    background: var(--color-primary-background);
    border-radius: 0;
}

.testimonials-swiper .swiper-slide p {
    color: white;
}
.module-testimonials.style-4 .swiper-slide {
    background: var(--color-secondary-background);
}
/*Footer*/


.homepage-swiper .swiper-slide img {
    object-position: top !important;
}

.homepage-team-swiper-pagination .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
}

.homepage-team-swiper-pagination {
    position: absolute;
    bottom: 30px !important;
    top: unset !important;
}

.homepage-team-swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    opacity: .5 !important;
}

/*Media Queries*/
@media (max-width: 1024px) {
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
    
    .module-welcome.style-5 .ry-each.image-wrapper .photo {
        padding-bottom: 50%;
    }
}
@media (max-width: 1080px) {
    .module-welcome.style-5 .ry-each.image-wrapper {
        max-width: 100%;
    }
}
@media (max-width: 800px) {
    .module-welcome.style-5 .text-wrapper {
        padding: 0 50px;
    }
}
@media (max-width: 500px) {
	.snap-mobile-menu img {max-height: 40px;}
}
/* END | HP Edits*/

div#navigation .bg-primary-background {
	background-color: #f3f4f6;
}

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