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

/**/
	/*fonts*/

	/*btns*/

/*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: none;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: var(--color-primary-background);
    color: var(--color-primary-text);
}
.custom-hp-bg.background-section, .custom-hp-bg.background-section img {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
}
.cta-icon {
    border-color: var(--color-secondary-background);
    color: var(--color-secondary-background);
}
/* 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;
}
/* CTA */
	/**/
/* Welcome */
	/**/
/* Services */
	/**/

.module-19.style2 .services-frame .frame .service-img-holder .service-img {
    border-radius: 0;
    border: 0;
    object-fit: contain;
    padding: 20px;
}
.module-19.style2 .services-frame .frame .service-name a::after {
    background: var(--color-primary-text);
    color: var(--color-secondary-background);
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-4 .swiper-slide {
    background: transparent;
    color: #666;
}
.module-testimonials.style-4 .review-separator {
    background-color: var(--color-secondary-background);
}

.module-testimonials.style-4 svg {
    color: var(--color-secondary-background);
}
/* Footer */
	/**/
#footer-map {
    position: relative;
    z-index: 999;
}

/*Media Queries*/
	/**/

.hp-welcome-1,
.cta-style-6,
.module-19.style2,
.ry-hp-team-8,
.module-testimonials.style-4{
    position: relative;
    z-index: 1;
}

.ry-section:nth-child(odd) {
    background-color: transparent;
}

@media (max-width:1024px){
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
}
/* End - HP Edits*/

#ry-footer a:hover {
	color:var(--color-secondary-background)
}
div#contents {
    padding-bottom:150px
}

@media (min-width: 2000px) {
	.cta-style-6 .lg\:basis-1\/3 {
		flex-basis: unset;
		width: 25%;
		margin-right: 20px;
	}
	.cta-style-6 .basis-2\/3 {
		flex-basis: unset;
		width: 40%;
	}
    .cta-style-6 .relative > .flex {
        justify-content: center;
        max-width: 1600px;
        width: 100%;
        gap: 3vw;
		margin-inline:auto
            
    }
}

#ry-footer ul.max-w-\[300px\] li  {
  display: flex;
  gap: 10px;
  margin-top: 10px
}
#ry-footer ul.max-w-\[300px\] li span {
  display: flex;
  text-wrap:nowrap
}
#ry-footer ul.max-w-\[300px\] li:last-child span {
  text-align:start;
  width: 100%;
  display: block;
  min-width: fit-content
}
#ry-footer ul.max-w-\[300px\] li span:last-child {
  display: block;
  width: 180px;
  text-align:end
}
#ry-footer ul.max-w-\[300px\] li:last-child {
  text-align:end;
}
#ry-footer ul.max-w-\[300px\] li span:first-child {
  width: 90px;
  display: block;
  text-align:start;
  font-weight: 400
}
#ry-footer h4 {
  text-wrap: nowrap
}

 #ry-footer .grid {
    display: flex;
   justify-content: space-between
 }
  #ry-footer .col-span-full {
    width:fit-content;
  }
#ry-footer ul.max-w-\[300px\] li:last-child {
    width: 100%;
    font-size: 14px;
    font-style: italic;
}
@media(max-width:1400px) {
  #ry-footer .col-span-full li * {
  font-size:16px
    
  }
}
@media(max-width:1279px) {
  #ry-footer .border-t > div {
  width: 100%;;
  display:flex;
  align-items:center;
  justify-content:center;
  
}
}

@media(max-width:1199px) {
  #ry-footer .border-t {
  padding:20px 0;
}

 #ry-footer .grid {
    display: flex;
    flex-wrap:wrap;
    max-width:800px;
    margin-inline: auto;
    width:100%;
    row-gap:40px
  }
  #ry-footer .col-span-full {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    margin-inline:auto
  }
  #ry-footer .col-span-full > div, 
  #ry-footer .col-span-full ul{
    width:100%;
  }
  #ry-footer .col-span-full:last-child ul{
    max-width:300px !important;
    width:100%;
    margin-inline:auto
  }
  #ry-footer .grid * {
    text-align: center
  }
  #ry-footer .border-t * {
    text-align: center;
    justify-content: center
  }
  #ry-footer .border-t {
  flex-direction: column;
    justify-content: center;
    align-items: center
}
}


@media(max-width:700px) {
    #ry-footer .col-span-full {
    width: 100%;
    }
}

@media(max-width:1024px) {
	#contents #ry-sidebar {
		max-width:400px;
		width:100%;
		margin-inline:auto
	}
}

@media(max-width:1279px) {
	.hp-team-style-8 img {
		max-width:400px;
		width:100%;
		margin-bottom:30PX
		
	}
	.hp-team-style-8 * {
		text-align:center !important;
		margin-inline:auto
	}
}

.module-testimonials .text-base {
     overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 6;
           line-clamp: 6; 
   -webkit-box-orient: vertical;
}
@media(max-width:1080px) {

	.module-testimonials  .mt-20 {
		margin-top: 0
	}
	.module-testimonials {
		padding-bottom: 150px !important
	}

}

@media(max-width:767px) {
	.module-testimonials *{
			text-align:center;
	}
	.module-testimonials img {
		margin-inline:auto;
		margin-top:40px;
}
	.module-testimonials .flex.space-x-2 {
		justify-content:center
	}
	.testimonials-swiper-4 {
		margin-top:0px !important
	}

	.module-19.style2 .services-frame .frame .service-name {
		max-width:200PX;
		width:100%
	}
	
}