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

.module-testimonials {
    background: url(https://www.royacdn.com/unsafe/smart/Site-a2fde987-7cc6-4452-9e8f-66da7d8cf9c1/hp_new_assets/testimonials_bg.png);
    background-position: center;
    background-size: cover;
}

/**/
	/*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: 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 a {
    max-width: 280px;
}

#section-hp-team:before {
    background-position: bottom;
}
body[data-page-name="index"] #navigation {
    position: absolute;
}

.cta-btn:first-child {
    background-color: var(--color-primary-background);
    max-width: 420px !important;
    width: 420px;
}
.cta-btn:first-child:hover {
    background-color: transparent !important;
	border-color: var(--color-primary-background);
	color: var(--color-primary-background);
}
/* Hero */
	/**/
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 100vh !important;
    object-fit: cover;
}
/* CTA */
	/**/
/* Welcome */
	/**/
/* Services */
	/**/

.ry-services.style2 .ry-content .content {
    max-width: 980px;
}
.ry-services.style2 .ry-each .photo:after {
    background: var(--color-primary-background);
    opacity: 0.96;
	border-radius: 100%;
}

.ry-services.style2 .ry-each .button-svg {
    background: var(--color-primary-text);
}

.ry-services.style2 .ry-each .button-svg svg {
    fill: var(--color-primary-background);
}

.ry-services.style2 .ry-each .photo img, .ry-services.style2 .ry-each .photo:before{
    border-radius: 100%;
}

.module-welcome.style-6 img, .module-welcome.style-6 .ry-each.image-wrapper .photo.offset {
    border-radius: 20px !important;
}
/* Meet the Team */
	div#section-hp-team img {
    border-radius: 100%;
}
/* Insurance */
	/**/
/* Brand */
	/**/

#hp-brands-6 .overflow-hidden {
    padding: 0;
}

#hp-brands-6 .swiper-slide {
    background: none;
}
/* Request Appointment */
	/**/
/* Testimonials */
	/**/.module-testimonials.style-4 img {
    border-radius: 2em;
}

/* Footer */
	/**/
/*Media Queries*/
	/**/


@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;
    }
}

@media (max-width:1080px){
    .module-welcome.style-6 .ry-each.image-wrapper .photo.offset {
        border: none;
        box-shadow: none;
    }
    .module-welcome.style-6 .ry-each.image-wrapper .photo.offset img.img-responsive {
        box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);
        border: 5px solid #fff;
    }
    .ry-services.style2 .each-block .photo,
    .ry-services.style2 .each-block .photo img{
        border-radius: 0;
    }
    
    .ry-services.style2 .each-block .photo:before {
        background: linear-gradient(to bottom, #0000, #00000096);
    }
    .mobile-services .slick-dots button {
        background: white;
    }

	.mobile-services .slick-track .each-block {
		border-radius: 20px;
		overflow: hidden;
	}
}

@media (width < 1080px) {
  #section-hp-services:before,
  .module-19.style2:before,
  .ry-services.style2::before {
    opacity: 1;
  }
}
/* End - HP Edits*/

div#contents ul.pagination li {
    list-style: none !important;
}



@media(max-width:767px) {
	.module-testimonials img {
		margin-inline:auto
	}
	.testimonials-swiper-4 .swiper-slide .text-base{
		display:flex;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 10;
		line-clamp: 10; 
		-webkit-box-orient: vertical;
	}
	.testimonials-swiper-4 .swiper-slide .flex-auto {
		max-height:fit-content
	}

	.testimonials-swiper-4 .swiper-slide {
		height:100%;
		min-height:350PX;
		display:flex;
		align-items:start
	}
	.module-testimonials .mt-20 {
		margin-top:20px
	}
}