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

.header__left {
    display: flex;
    gap: 30px;
}

.hp-services-title {
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-services-desc {
    height: 15vh;
}

.hp-services-btn {
    height: 6rem;
    display: flex;
    align-items: center;
}

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

/*Global*/
/*btn*/

/*Modal*/
/*Header*/
.ry-menu .ry-nav li.primary .caret {
    border-color: #374151;
}
.ry-menu .ry-nav li.primary:hover .caret {
    border-color: var(--color-secondary-background);
}
.navigation-14 .cta-icon {
    background: var(--color-primary-background);
}
.snap-mobile-menu {
    background-color: white;
}

mm-burger {
    color: #374151;
}
/*Hero*/
.with-gradient:before {
    opacity: 0;
}
/*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;
}
/*CTA*/
.cta-section.style-1:hover .span {
    background-color: white;
    box-shadow: 0 0 7px #33333354;
}
.hp-cta-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background-color: var(--color-secondary-background);
}
/*Services*/
#services-12 > div:nth-child(odd), #services-12 > div:nth-child(even) {
    background-color: var(--color-primary-text);
    box-shadow: 0 0 7px #3333336b;
}

#services-12 > div:nth-child(odd) > div > h4, #services-12 > div:nth-child(even) > div > h4 {
    color: #374151;
}

#services-12 > div:nth-child(odd) > div > p, #services-12 > div:nth-child(even) > div > p {
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
/*Team*/
#section-hp-team:before {
    background: var(--color-primary-background);
    height: 40%;
    top: auto;
    bottom: 0;
}

#section-hp-team .swiper-pagination-bullet {
    background: white;
}
/*Insurance*/
/*Brands*/
/*Appointment Form*/
/*Testimonials*/

.module-testimonials.style-2::before, .module-testimonials.style-3::after {
    opacity: 0;
}
.module-testimonials.style-2 .p-4:last-child {
    padding: 0;
}
/*Footer*/

#ry-footer::before {
    background-position: center top;
}
/*Media Queries*/

@media (width < 1080px) {
    #section-hp-services:before, .module-19.style2:before, .ry-services.style2::before {
        opacity: 1;
    }
}
@media screen and (max-width: 1023px){
    .hp-cta-1::before {
        height: 20%;
    }
}
@media (width < 1024px) {
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
}
/* END | HP Edits*/

#ry-footer ul {
    line-height: 2;
}

body:not([data-page-name="index"]) #navigation {
    background-color: #fff !important;
    padding-bottom: 20px;
}