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

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

/**/
	/*fonts*/

	/*btns*/

/*Modal*/
/* Header */
	/**/
body[data-page-name="index"] #navigation {
    position: absolute;
}
.caret {
    border-color: #374151;
}

.ry-menu .ry-nav li:hover .caret {
    border-color: var(--color-secondary-background);
}
.cta-btn-circle:hover {
    color: #374151;
}
.cta-btn {
    width: 290px;
    background: var(--color-primary-background);
}

.cta-btn:first-child {
    background: none;
    color: #374151;
}

.cta-btn:first-child .cta-icon {
    background: var(--color-secondary-background);
    color: white;
}
/* Hero */
	/**/
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, transparent);
}
/* CTA */
	/**/
/* Welcome */
	/**/
/* Services */
	/**/
.ry-services.style2 .ry-each .photo {
    background: #a6a6a6;
    border-radius: 999px;
    box-shadow: 0 0 7px #fff;
}

.ry-services.style2 .ry-each .photo:before {
    background: transparent;
}

#services-7 .each-block {
    margin-bottom: 100px;
    overflow: visible;
}

.ry-services.style2 .ry-each .title {
    bottom: -60px;
    width: 70%;
}

.ry-services.style2 .ry-each .title div {
    line-height: 1.1;
}

.ry-services.style2 .ry-each .photo:after {
    border-radius: 999px;
    opacity: 0.98;
    background: var(--color-secondary-background);
}

.ry-services.style2::after {
    content: "";
    background: var(--color-primary-background);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 28%;
    left: 0;
    border-top-left-radius: 227px;
    border-top-right-radius: 227px;
}

.ry-services.style2 .ry-content {
    z-index: 1;
    position: relative;
}

.ry-services.style2 .ry-each .button-svg {
    background: var(--color-primary-text);
}

.ry-services.style2 .ry-each .button-svg svg {
    fill: var(--color-primary-background);
}
.ry-services.style2 .ry-each:first-child .each-block:first-child .photo, .ry-services.style2 .ry-each:last-child .each-block:first-child .photo {
    background: var(--color-primary-background);
}

.ry-services.style2 .ry-each:first-child .each-block:first-child .photo img, .ry-services.style2 .ry-each:last-child .each-block:first-child .photo img {
    filter: invert(1);
}

.ry-services.style2 .ry-each .title div {
    color: #374151;
}

.ry-services.style2::after {
    opacity: 0;
}
#services-7 .ry-each .each-block:hover .title div {
    color: white;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
/* Footer */
	/**/
/*Media Queries*/
	/**/

@media (width < 1080px) {
    .module-welcome.style-5 .ry-each.image-wrapper {
        max-width: fit-content;
        height: 0;
        padding: 0;
        border: none;
    }
    .module-welcome.style-5:before {
        opacity: 1;
    }
    
    .module-welcome.style-5 .ry-each:not(.image-wrapper) {
        padding: 0;
    }
    
    .module-welcome.style-5 .ry-flex {
        gap: 0;
    }
    
    #section-hp-services:before, .module-19.style2:before, .ry-services.style2::before {
        opacity: 1;
    }
    
     .ry-services.style2 .each-block .photo {
        overflow: visible;
        /* background: var(--color-primary-text); */
        /* box-shadow: 0 0 7px #fff; */
        padding-bottom: 0 !important;
    }
    
     .ry-services.style2 .each-block .title {
        width: 100%;
        max-width: 250px;
        background: transparent;
        line-height: 1.1;
        position: static;
        transform: none !important;
        margin: auto;
    }
    
    .ry-services.style2 .each-block .photo:before {
        opacity: 0;
    }
    
    .ry-services.style2::after {
        height: 60%;
        border-radius: 0;
    }
    
    .ry-hp-team::before {
        background-position: right;
    }
    
}
@media (max-width:1024px) {
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
        object-position: center !important;
    }
    
    .with-gradient:before {
        opacity: 0;
    }
}
@media (max-width:767px) {
    body[data-page-name="index"] #navigation {
        position: relative;
    }
}
/* End - HP Edits*/

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

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

#ry-sidebar h5 {
    font-size: 22px;
}