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

/**/
	/*fonts*/
	/*btns*/

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

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

.ry-menu .ry-nav li.primary:hover .caret {
    border-color: var(--color-secondary-text);
}

.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: var(--color-primary-background);
    color: var(--color-primary-text);
}
.ry-menu .ry-nav li.dropdown a:hover {
    color: var(--color-primary-text);
}
.cta-btn {
    background: var(--color-primary-text);
    color: var(--color-secondary-background);
}

.cta-btn:hover {
    background:transparent !important;
    color: var(--color-secondary-text) !important;
    border-color: var(--color-secondary-text) !important;
}

body[data-page-name="index"] #navigation {
    position: absolute;
}
/* 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;
}
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 100vh !important;
}
.with-gradient:before {
    opacity: 0;
}
/* 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 .ry-btn {
    margin-left: 0;
}
.module-welcome.style-5 .ry-each.image-wrapper .photo {
	padding-top: 40%;
}
/* Services */
	/**/
.module-19.style2 .services-frame .frame .service-img-holder .service-img {
    background: var(--color-primary-background);
}

.module-19.style2 .services-frame .frame a {
    color: var(--color-secondary-background);
}
.module-19 .ry-generic .content-wrap p {
    text-align: right !important;
}

.module-19 .card-holder .ry-left .ry-generic .title-wrap {
    padding: 0;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.testimonials-swiper .swiper-slide {
    border-radius: 0;
    background: var(--color-primary-background);
}

.testimonials-swiper .swiper-slide:nth-child(odd) p {
    color: var(--color-primary-text);
}

.testimonials-swiper .swiper-slide svg {
}

.testimonials-swiper .swiper-slide:nth-child(even) {
    background: #faf4ea;
}

/* Footer */
	/**/
#ry-footer::before {
    background-color: var(--color-secondary-background);
}
/*Media Queries*/
	/**/
@media (max-width:1024px){
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
    
    body[data-page-name="index"] #navigation {
        position: relative;
    }
	.module-welcome.style-5 .ry-text .ry-btn {
		margin-left: auto;
	}
	.module-19 .ry-generic .content-wrap p {
		text-align: center !important;
	}

}
/* End - HP Edits*/

#ry-footer a:hover {
    color:var(--color-primary-background)
}
@media(max-width:1024px) {
    .copyright * {
        text-align:center;
        justify-content:center
    }
		#ry-footer .grid {
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center
	}
	#ry-footer .grid > div {
		width:fit-content;
		margin-inline:auto
	}
	#ry-footer .flex.flex-wrap {
		flex-direction:column;
		gap:30px;
	}
	#ry-footer  .container {
		padding-bottom:10px
	}
	
	div#contents #ry-sidebar{
    max-width:400px;
    width:100%;
    margin-inline:auto
}
}


@media(max-width:1400px) {
  #navigation-style-4 {
    padding-inline: 20px;
    gap: 10PX
  }
  
  #navigation-style-4  .cta-btn {
     max-width: 210px;    
  }
  #navigation-style-4 .cursor-pointer img {
    max-width: 250px;
    width: 100%
  }
}
@media(max-width:1200px) {
  .module-19 .ry-generic *,
  .module-19 .ry-generic .content-wrap p{
    text-align: center !important;
    justify-content: center;
    align-content: center;
    margin-inline: auto
  }
}
@media(max-width:1199px) {
  #navigation-style-4, #navigation .ry-menu {
    display: none !important
  }
  .snap-mobile-menu {
    display: flex !important
  }
}