/* 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 <12 12 2025> */



.snap-mobile-menu {
    background-color: var(--color-primary-text);
}
mm-burger {
    color: black;
}
body[data-page-name="index"] #navigation {
    position: absolute;
}

.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-btn:last-child {
    background: var(--color-primary-background);
}

.cta-btn:last-child:hover {
    background: transparent;
    border-color: var(--color-primary-background);
    color: #374151;
}

.cta-btn:hover {
    color: #374151;
}
/* Hero */
	/**/
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 100vh !important;
}
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, white);
}
.slider-info {
    min-height: fit-content;
}
/* 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;
}
/* Services */
	/**/

#services-12 > div > div > p {
    display: none;
}

#services-12 > div:nth-child(even), #services-12 > div:nth-child(odd) {
    border-radius: 32px;
    border-top-left-radius: 157px;
    border-top-right-radius: 157px;
}

#services-12 > div:nth-child(even) img, #services-12 > div:nth-child(odd) img {
    filter: invert(1) !important;
}
#services-12 > div:nth-child(odd) > div > a, #services-12 > div:nth-child(even) > div > a {
    width: 50px;
    height: 50px;
    background: var(--color-primary-text);
    color: #374151;
    font-size: 20px;
}
/* Meet the Team */
	/**/
.ry-hp-team::before {
    background-position: center bottom;
}
/* Insurance */
	/**/
#hp-insurance-1 .t-swiper-button-next,
#hp-insurance-1 .t-swiper-button-prev,
#hp-insurance-1 .brand-4-swiper-button-next,
#hp-insurance-1 .brand-4-swiper-button-prev {
    background: white;
    color: #374151;
}

#hp-insurance-1 .swiper-slide {
    background: white;
}

#hp-insurance-1 .swiper-slide img {
    mix-blend-mode: normal;
}

#hp-insurance-1 .overflow-hidden {
    padding: 0;
}
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.testimonials-swiper .swiper-wrapper {
    margin-top: 30px;
}
.testimonials-swiper .swiper-slide:nth-child(odd) {
    background: var(--color-secondary-background);
}
.testimonials-swiper .swiper-slide:nth-child(even) {
    background: var(--color-primary-background);
}
.testimonials-swiper .swiper-slide p {
    color: var(--color-primary-text);
}
.testimonials-swiper svg {
    color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}
/* Footer */
	/**/
/*Media Queries*/
	/**/
@media (min-width: 768px) {
    .slider-info-center-bottom {
        bottom: 3%;
    }
}
@media (max-width: 1024px) {
    body[data-page-name="index"] #navigation {
        position: relative;
    }
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
    .ry-hp-team::before {
        background-position: left bottom;
    }
}
@media (width < 1080px) {
    .module-welcome.style-5:before {
        opacity: 1;
    }
}
/* End - HP Edits*/

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

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


/* SMILE GALLERY */
div#gallery-before-after .ry-items .ry-img-wrap {
    min-height: 236px;
}