/* 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;
}
#in-services-style-2.squares .ry-each:before, #in-services-style-2.squares .ry-each img {border-radius: 0;}
.testimonials-swiper p,
.testimonials-swiper-2 p{
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4
}

/* HP Edits - Started <February 23, 2026> */

/**/
	/*fonts*/

	/*btns*/
.ry-btn,
.cta-btn{
    border-radius: 999px;
}
/*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);
}
body[data-page-name="index"] #navigation {
    position: absolute;
}

.cta-btn:first-child {
    background: var(--color-primary-background);
}

.cta-btn:first-child:hover {
    background: transparent;
}

.slider-info {
    min-height: fit-content;
}
/* Hero */
	/**/
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, #000000bf);
}
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 100vh !important;
}
/* CTA */
	/**/
/* Welcome */
	/**/

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

.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
}

.module-welcome.style-5 .ry-text p {
    color: var(--color-primary-text);
    text-align: left !important;
}

.module-welcome.style-5 .ry-text .ry-btn {
    margin-left: 0;
}

.module-welcome.style-5 .ry-flex {
    gap: 100px !important;
}
/* Services */
	/**/
#services-12 > div:nth-child(odd) {
    background-color: var(--color-primary-background);
}

#services-12 > div:nth-child(even) {
    background: #c298ea;
}

#services-12 > div:nth-child(odd) > div > a {
    background-color: #c298ea;
}

#services-12 > div:nth-child(even) > div > a {
    background-color: var(--color-primary-background);
}

#services-12 > div:nth-child(even) > div > p, #services-12 > div:nth-child(odd) > div > p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

#services-12 > div:nth-child(even) img, #services-12 > div:nth-child(odd) img {
    width: 100px;
    height: 100px;
    filter: invert(1) !IMPORTANT;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-2::before, .module-testimonials.style-3::after {
    opacity: 0;
}

.module-testimonials.style-2 .swiper-slide p {
    color: #374151;
}

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

.module-testimonials.style-2 .swiper-slide svg {
    color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}
/* Footer */
	/**/

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

@media (min-width: 768px) {
    .slider-info-center-bottom {
        bottom: 3%;
    }
}
@media (max-width: 1080px) {
    .ry-services.style2 .each-block:nth-child(odd) .photo::before {
        height: 100%;
        background: var(--color-primary-background);
    }
    .ry-services.style2 .each-block:nth-child(even) .photo::before {
        height: 100%;
        background: var(--color-secondary-background);
    }
    .ry-services.style2 .each-block .photo {
        border-radius: 0;
    }

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

    .ry-services.style2 .each-block .photo img {
        border-radius: 0;
        z-index: 2;
        height: 50%;
        width: 50%;
        left: 25%;
        filter: invert(1);
        top: 5%;
    }
    .module-welcome.style-5:before {
        opacity: 1;
    }

}
@media (max-width: 767px) {
	body[data-page-name="index"] #navigation {
		position: relative;
	}
    .with-gradient:before {
        opacity: 0;
    }
    
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
}
/* End - HP Edits*/

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

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