/* 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 <July 15, 2026> */

/**/
	/*fonts*/

	/*btns*/

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

mm-burger {
    color: #374151;
}
.ry-menu .ry-nav li.primary .caret {
    border-color: #374151;
}

.ry-menu .ry-nav li.primary:hover .caret {
    border-color: var(--color-secondary-background);
}
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, transparent);
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: var(--color-primary-background);
    color: var(--color-primary-text);
}

.cta-btn {
    width: 300px;
    border-radius: 999px;
    background: var(--color-primary-background);
}

/* Hero */
	/**/
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 100vh !important;
    object-fit: cover;
}
#hp-slider .swiper-pagination-bullet {
    background-color: white;
}
/* CTA */
	/**/
/* Welcome */
	/**/
/* Services */
	/**/
.ry-services.style2 .ry-each .photo {
    background: var(--color-primary-background);
}
.ry-services.style2 .ry-each .photo:before {
    background: none;
    border: 3px solid white;
    border-radius: 999px;
    height: 90%;
    width: 90%;
    top: 5%;
    left: 5%;
}

.ry-services.style2 .ry-each .photo img {
    filter: invert(1);
    height: 50%;
    width: 50%;
    top: 10%;
    left: 25%;
}

.ry-services.style2 .ry-each:nth-child(2) .each-block:nth-child(2) .photo {
    background: none;
}

.ry-services.style2 .ry-each:nth-child(2) .each-block:nth-child(2) .photo:before {
    border: none;
}
.ry-services.style2 .ry-each:nth-child(2) .each-block:nth-child(2) .photo img {
    filter: invert(0);
    height: 60%;
    width: 100%;
    top: 20%;
    left: 0;
    object-fit: contain;
}

.ry-services.style2 .ry-each:nth-child(2) .each-block:nth-child(2) {
    overflow: visible;
}

.ry-services.style2 .ry-each .photo:after {
    opacity: 1;
    background: var(--color-secondary-background);
}

.ry-services.style2 .ry-each .each-block:hover .photo:before {
    opacity: 1;
    border: 8px solid white;
    height: 80%;
    width: 80%;
    left: 10%;
    top: 10%;
}

.ry-services.style2::before {
    background: #f7f1fb;
    height: 25%;
    width: 100%;
    top: auto;
    bottom: 0;
    right: 50%;
    border-top-left-radius: 699px;
    border-top-right-radius: 699px;
}
.ry-services.style2 .ry-each:nth-child(2) .each-block:nth-child(2) .photo:after {
    opacity: 0;
}
.ry-services.style2 .ry-each:nth-child(1) .each-block:nth-child(1) .photo, .ry-services.style2 .ry-each:nth-child(2) .each-block:nth-child(3) .photo, .ry-services.style2 .ry-each:nth-child(3) .each-block:nth-child(1) .photo {
    background: var(--color-secondary-background);
}
.ry-services.style2 .ry-each:nth-child(1) .each-block:nth-child(1) .photo:after,
.ry-services.style2 .ry-each:nth-child(2) .each-block:nth-child(3) .photo:after,
.ry-services.style2 .ry-each:nth-child(3) .each-block:nth-child(1) .photo:after {
    background: var(--color-primary-background);
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
#hp-insurance-1 {
    background: white;
}
#hp-insurance-1 .overflow-hidden {
	padding: 0;
}
#hp-insurance-1 .swiper-slide {
    background: none;
    padding: 0;
}
/* Brand */
	/**/
.brands-swiper-4 img {
    height: 100px;
}

#hp-brands-2 .swiper-pagination-bullet-active {
    background: white;
}
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
/* Footer */
	/**/
#ry-footer-3::before {
    opacity: 1;
}
#ry-footer-3::after {
    opacity: 0;
}

#ry-footer-3 .footer-contents::before {
    opacity: 0;
}
/*Media Queries*/
	/**/
@media (max-width:1080px){
    .ry-services.style2 .each-block .photo {
        background: var(--color-primary-background);
    }
    .ry-services.style2 .each-block .photo:before {
        background: none;
        border: 3px solid white;
        border-radius: 999px;
        height: 90%;
        width: 90%;
        top: 5%;
        left: 5%;
    }
    
    .ry-services.style2 .each-block .photo img {
        filter: invert(1);
        height: 50%;
        width: 50%;
        top: 10%;
        left: 25%;
    }
}

@media (width < 1080px) {
  #hp-brands-1::before,
  #hp-brands-2::before,
  #hp-brands-3::before,
  #hp-brands-4::before,
  #hp-brands-5::before,
  #hp-brands-6::before,
    #section-hp-services:before, .module-19.style2:before, .ry-services.style2::before{
    opacity: 2;
  }
}

@media (max-width:1024px){
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
}
@media (max-width:768px){
    .ry-services.style2::before {
        border-radius: 0;
        height: 50%;
    }
}
/* End - HP Edits*/

div#ry-footer-3 a:hover {
    color:#5f259f
}

.link, .link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
}
#hp-brands-2 .swiper-pagination {
    display: none !important;
}

#ry-pg-body #hp-brands-2 {
    position: relative;
    padding: 0 !important;
}

#ry-pg-body #hp-brands-2:before {
    opacity: 0;
}

#ry-pg-body #hp-brands-2 img {
    margin: 0 auto !important;
}
@media (min-width: 1025px) {
	#ry-pg-body :is(.navigation-3) {
		padding-bottom: 240px !important;
	}
}

body[data-page-name="promotions"] p.mt-14.text-xs.uppercase.text-gray-500 {
	display:none;
}

@media (max-width: 1080px) {
    .promotions .max-w-fit {
        max-width: 300px !important;
        margin: auto;
    }

    .promotions h3, .promotions p {
        text-align: center;
    }

    .promotions p {
        max-width: 100%;
        margin: 10px 0;
    }

    .promotions h3, .promotions p {
        text-align: center;
    }

     .promotions .ry-btn {
        margin: auto;
    }

    .promotions .max-w-fit {
        max-width: 300px !important;
        margin: auto;
    }

    .promotions img {
        min-width: auto;
        max-width: 250px;
        width: 100%;
        margin: 0 auto;
    }
}


@media (max-width: 551px) {
    .promotions .pr-10 {
    padding-right: 0rem;
    }
	
	.ry-services.style2 .each-block .title {
        bottom: 40px;
    }
}

