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

.overlink-frame, .overlink-frame a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	opacity: 0;
}

#brands-inner .brand-logo img {
    max-width: 200px;
    margin: 0 auto;
	height: 135px;
    object-fit: contain;
}

#brands-inner .each-frame img {
    height: 13vh;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    aspect-ratio: 16/9;
}

#brands-inner .each-frame img {border: 2px solid #ffff;padding: 8px;}

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

/**/
	/*fonts*/

	/*btns*/
/*Modal*/
/* Header */
	/**/
body:not([data-page-name="index"]) #navigation {
    background: white !important;
}
.ry-menu .ry-nav li.primary .caret {
    border-color: #374151;
}

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

.cta-icon {
    border-color: var(--color-secondary-background);
    color: var(--color-secondary-background);
}

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

mm-burger {
    color: var(--color-primary-background);
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: var(--color-primary-background);
}
/* Hero */
	/**/
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, transparent);
}
/* CTA */
	/**/
.cta-section.style-1:hover {
    cursor: unset;
    transform: none;
}

.cta-section.style-1:hover::before {
    background-color: transparent;
    opacity: 0;
    outline: none;
}

.cta-section.style-1:hover .span {
    background-color: transparent;
}
/* Welcome */
	/**/

#hp-welcome-1 .background-section, #hp-welcome-1 .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* Services */
	/**/

.module-19 .card-holder .ry-left {
    align-items: flex-start;
}

.module-19.style2 .services-frame .frame .service-img-holder .service-img {
    background: white;
    box-shadow: 0 0 7px #fff;
}
.module-19.style2::before {
    background-position: left top;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-2 .comments-icon {
    background-color: white;
    box-shadow: 0 0 7px #fff;
}

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

.module-testimonials.style-2 .comments-symbol {
    color: var(--color-primary-background);
    font-family: 'Playfair Display' !important;
}

.module-testimonials.style-2 div.p-4:last-child {
    padding: 0;
}

.module-testimonials.style-2 span.swiper-pagination-bullet {
    background: white;
}

.module-testimonials.style-2::before, .module-testimonials.style-3::after {
    opacity: 0;
}
/* Footer */
	/**/
/*Media Queries*/
	/**/
@media screen and (max-width:1024px){
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
}
@media screen and (max-width:590px){
    #footer-map {
        height: 440px !important;
    }
}
/* End - HP Edits*/