/* 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 <April 13, 2026> */

/**/
	/*fonts*/

	/*btns*/

.ry-section:nth-child(odd), .ry-section:nth-child(even) {
    background: transparent !important;
}

.custom-hp-bg .background-section, .custom-hp-bg .background-section img {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*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:first-child {
    background: var(--color-primary-background);
}

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

.cta-btn {
    border-radius: 999px;
	width: 300px;
}

/* Hero */
	/**/
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 100vh !important;
    object-fit: cover;
}
/* CTA */
	/**/
/* Welcome */
	/**/
#welcome-wrap.style-1:before, .module-welcome.style-5:before, .module-welcome.style-6:before {
    display: none;
}
.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-each.image-wrapper .photo {
    padding-bottom: 100%;
}
/* Services */
	/**/
.ry-card:nth-child(odd) .ry-icon {
    background-color: var(--color-secondary-background);
    padding: 20px;
    box-shadow: 0 10px 55px 5px rgb(191 215 194 / 29%);
}

.ry-card:nth-child(even) .ry-icon {
    background-color: var(--color-primary-background);
    padding: 20px;
    box-shadow: 0 10px 55px 5px #f37e794a;
}
.ry-card .ry-icon img {
    filter: invert(1)
}
#section-hp-services::before {
    background: linear-gradient(to top, #e4efc4, transparent, transparent);
}

/* Custom Membership Plan */

.custom-hp-membership .background-section, .custom-hp-membership .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* Meet the Team */
	/**/
.ry-hp-team::before {
    display: none;
}

.ry-hp-team .ry-btn.ry-btn-primary {
    margin-left: 0;
}
/* Insurance */
	/**/
#hp-insurance-1 .overflow-hidden {
    padding: revert-layer;
}
#hp-insurance-1 .swiper-slide {
    background: #e0dad7;
}
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-2::before {
    bottom: auto;
    top: 0;
    height: 50%;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-ccd296eb-2fd5-49eb-bbb9-8d0245b0ef45/backgrounds/KD_reviews_before_v2.jpg) center center no-repeat;
	background-size: cover;
}
.module-testimonials.style-2 .comments-icon {
    background-color: #eff4f0;
}

.module-testimonials.style-2 .comments-icon::before {
    border-color: var(--color-primary-background);
}

.module-testimonials.style-2 .comments-symbol {
    font-family: 'Playfair Display';
    color: var(--color-primary-background);
}

.module-testimonials.style-2 svg {
    fill: var(--color-primary-background);
}

.testimonials-swiper p, .testimonials-swiper-2 p {
    color: #374151;
}

.testimonials-swiper div.p-4:last-child {
    padding: 0;
}

.testimonials-swiper .p-4.rounded-b-xl:last-child {
    padding: 0;
}
/* Footer */
	/**/
/*Media Queries*/
	/**/
@media (max-width:1200px){
    .module-19 .ry-generic .btn-wrap a {
        margin-left: auto;
    }
}
@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 .ry-btn.ry-btn-primary {
        margin-left: auto;
    }
}
/* End - HP Edits*/

div#navigation .bg-primary-background {
    background-color: #fff !important;
}

.custom-headline h1 {
    font-size: clamp(1.854375rem, 1.5624rem + 1.198vw, 3rem);
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-secondary-background);
    font-weight: 400;
}

.custom-headline h1 .span-1 {
    font-size: clamp(1rem, 0.8172rem + 0.585vw, 1.14625rem);
    line-height: 1;
    font-family: Lato;
    display: block;
    font-weight: 400;
    letter-spacing: 0.28em;
    padding-bottom: 1rem;
    color: var(--color-primary-background);
}



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

body[data-page-name="contact-us"] #ry-footer-3 {
	padding-top: 220px;
}
.ry-menu .ry-nav li .third-level-container .third-level-dropdown  {
    min-width:fit-content
}

.ry-nav li a {
    font-size:23px
}
.ry-menu .ry-nav {
    gap:22px;
    margin-top:-10px !important
}

body p, .module-welcome.style-5 .ry-text p {
    font-size:22px;
    line-height:1.4;
}
#ry-footer a , #ry-footer  ul,
 #ry-footer  .border-t{
    font-size:18px;
}

#ry-footer  ul span {
     font-weight:400 
 
}
@media(max-width:1080px) {
    .ry-hp-team img {
		max-width:400px;
		width:100%;
	}

}
[data-page-name="contact-us"] div#footer-wrapper {
    display:none
}
[data-page-name="contact-us"] #contents {
    padding-bottom:50px
}



.ry-hp-team .flex .ry-photo{
    background:var(--color-primary-background);
    border-radius:50%;
     height:400px;
    width:400px;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    padding-top:70px

}
.ry-hp-team .flex.gap-20 {
    justify-content:center;
    align-items:center
}
.ry-hp-team .flex.gap-20 > div:nth-child(2) {
    width:60%
}
.ry-hp-team .flex .ry-photo img {
    object-fit:cover;
    max-width:340px;
    width:100%
}
.ry-hp-team .max-w-7xl {
    padding:50px 0 100px
}
.team-inner-page.style3 .ry-flex.object-top .photo img {
    background:var(--color-primary-background);
    border-radius:50%;
    padding-top:20px
}
@media(max-width:1024px) {
	.ry-hp-team .flex.gap-20 {
		flex-direction:column !important;
		gap:0px
	}
	.ry-hp-team .flex.gap-20 > div:nth-child(2) {
		width:100%;
		margin-top:50px !important
	}

}
@media(max-width:480px) {
	.ry-hp-team .flex .ry-photo{
		height:350px;
		width:350px;
	}
}