/* 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
}
body#ry-pg-body div#navigation {
    background: #fff
}
.ry-horizontal-line:not(:last-child):after {
  content: "";
  float: left;
  display: block;
  height: 1px;
  width: 100%;
  background-color: rgb(0 0 0 / 14%);
  margin: 40px 0;
}
/* HP Edits - Started <October 02, 2025> */

/**/
	/*fonts*/
	/*btns*/
/*Modal*/
/* Header */
	/**/
.cta-btn {
    background: var(--color-primary-background);
}
.ry-menu .ry-nav {
    font-size: 22px !important;
}

.ry-menu .ry-nav li.primary .caret {
    border-color: #374151;
}

.ry-menu .ry-nav li.primary:hover .caret {
    border-color: var(--color-primary-background);
}
.ry-menu .ry-nav li.primary:hover  {
    color: var(--color-primary-background);
}
/* Hero */
	/**/
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, #ffffff99, transparent, #03030369, #030303);
}
#hp-slider .swiper-pagination-bullet {
    background-color: var(--color-primary-text);
}
.slider-info {
    min-height: fit-content;
}
.slider-info .custom-headline h1 {
    color: #fff;
}
/* CTA */
	/**/
.cta-section.style-1:hover .span {
    background-color: var(--color-secondary-text);
}
/* Welcome */
	/**/
.module-welcome.style-5 {
    padding-bottom: 0;
}

.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
}

.module-welcome.style-5 .ry-container {
    width: 100%;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
}

.module-welcome.style-5 .text-wrapper {
    margin-bottom: 6.6vh;
}
/* Services */
	/**/
/* Meet the Team */
	/**/
.ry-hp-team::before {
    background-position: center bottom;
}

.ry-hp-team {
    padding-top: 16.6vh;
}
/* Insurance */
	/**/
/* Brand */
	/**/
.brands-swiper-4 div {
    padding: 0;
    background: transparent;
}
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-2::before {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-aa228752-1f29-49c1-96b0-40a0428544e4/PromptD_testimonial_before_v2.png) center center no-repeat;
	background-size: cover;
	height: 50%;
}
.module-testimonials.style-2 .swiper-pagination-bullet {
    background: white;
}
.module-testimonials.style-2 .swiper-wrapper div:last-child {
    padding: 0;
}
.module-testimonials.style-2 .comments-symbol {
    font-family: 'Playfair Display';
}
.module-testimonials.style-2 .comments-icon {
    box-shadow: 0px 1px 7px 3px #fff;
}
.testimonials-swiper-2 svg {
    color: #e6a94e;
}
/* Footer */
	/**/
#ry-footer-3::before {
    opacity: 1;
}

#ry-footer-3 .footer-contents::before {
    opacity: 0;
}
/*Media Queries*/
	/**/
.snap-mobile-menu {
    background-color: black;
}
@media screen and (max-width:1024px){
   .with-gradient:before {
        background-image: linear-gradient(to bottom, transparent, transparent, transparent, #000000bd);
    }
    
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
    #welcome-wrap.style-1 {
        padding-bottom: 6vw;
    }
}
@media (min-width: 1024px) {
    .cta-section.style-1 {
        width: calc(40% / 3);
    }
}
@media screen and (max-width:767px){
    .with-gradient:before {
        opacity: 0;
    }
}

@media (min-width: 768px) {
    .slider-info-center-bottom {
        bottom: 5%;
    }
}
@media (max-width: 1080px) {
    .module-welcome.style-5 .ry-flex {
        flex-direction: column-reverse;
    }
	.ry-services.style2 .each-block .photo,
	.ry-services.style2 .each-block .photo img{
		border-radius: 0;
	}
}
/* End - HP Edits*/


/*--PM QA --*/

#navigation-style-3 {
    max-width:1320px;
	width:90%
}
#navigation .ry-menu  .ry-nav{
     max-width:1320px;
	width:90%;
    justify-content:space-between;
    gap:20px
}

#navigation .cta-btn {
    padding:0 20px 
}

.ry-menu .ry-nav li.dropdown .dropdown-menu li  {
    background:#000;
    font-size:20px;
    padding:0
}

.ry-menu .ry-nav li.dropdown .dropdown-menu li a{
    padding:12px 25px !important;
    display:block
}
.module-welcome.style-5 .ry-each p {
    font-size:20px;
	margin: 2vw 0;
}


.module-welcome.style-5 .ry-each.image-wrapper .photo {
    padding:0;
    height:100%
}

.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    position:relative;
    height:100%;
    inset:unset
}

.cta-section.style-1 *{
    text-align:center;
}

.cta-section.style-1  {
    max-width:240px;
    width:100%;
}
.cta-section.style-1:hover::before {
    z-index:-1;
}

.cta-section.style-1 > div:nth-child(1) {
	height:120px;
	display:flex;
	align-items:center;
	justify-content:center
}
.cta-section.style-1:hover img {
    width:90px;
    height:90px;
    object-fit:contain
}

.bg-cta-background > .flex {
    gap:40px;
    max-width:991px;
    width:90%;
    margin:auto;
    align-items:center;
    justify-content:space-between;
}
.gallery-swiper {
    overflow: hidden;
    position: relative;
    height: auto;
	width:100%
}
.gallery-swiper .swiper-wrapper {
    height: 100%;;
	width:100%
}
.gallery-swiper .swiper-slide img {
    aspect-ratio: 16/9;
    object-fit: cover;
    margin: 0 auto;
	width:100%
}
.gallery-swiper.swiper-backface-hidden .swiper-slide {
	width:100% !important
}

[x-data="randomBanners"] .object-right-top {
    object-position:center
}
.membership-wrapper {
    justify-content:space-between;
    gap:20px
}

.membership-wrapper .ry-each{
    width:33.55%;
    background:#ffffff12;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius:8px;
    padding:10px 30px
}
.ry-hp-team {
    padding-top:10px
}

.ry-hp-team .py-10 {
    padding:0
}
.snap-mobile-menu img {
    filter:brightness(0) invert(1);
    max-height:unset;
    max-width:100px;
    width:100%
}
.brands-swiper-4 {
	margin-bottom:10px
}
.brand-4-swiper-pagination {
  text-align: center;
  margin-top: 15px;
	position:absolute
}
.brand-4-swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.6;
	width:8px;
	height:8px
}
.brand-4-swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;;
	width:20px
}

.technology-wrapper .fancy-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.technology-wrapper .fancy-box:hover {
  transform: translateY(-5px);
}


.technology-wrapper .fancy-box:hover img {
  transform: scale(1.05);
}

.technology-wrapper .fancy-desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 12px;
  text-align: center;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease;
}

.technology-wrapper .fancy-box:hover .fancy-desc {
  opacity: 1;
  transform: translateY(0);
}

.technology-wrapper {
  display:flex;
	flex-wrap: wrap;
  gap: 10px
}
.technology-wrapper .ry-each {
  width: 400px;
  height:100%;
  overflow:hidden;
	
}

.technology-wrapper .fancy-box img {
	width: 100%;
	height: 100%;
	display: block;
	transition: transform 0.4s ease;
	margin:0;
	object-fit:cover;
	object-position:center;
	max-height:300px
}
@media(width:1024px){
    #ry-pg-body :is(.navigation-3) {
        padding-bottom: 100PX;
    }
}


@media(min-width:1080px) {
	.gallery-swiper .swiper-slide img {
		height:600px;
	}
}

@media(max-width:991px) {
    .bg-cta-background > .flex {
		gap:40px !important;
		justify-content:center;
		width:100%;
	}

	[x-data="randomBanners"] .object-right-top {
		object-position: right
	}

	.membership-wrapper .ry-each{
		max-width:350PX;
		width:100%
	}
	.membership-wrapper {
		flex-wrap:wrap;
		justify-content:center;
	}
}


@media(max-width:767px) {
    body p {
        font-size:18px
    }
	
	.custom-headline h2 {
		font-size:35px !important;
	}
}


@media(max-width:480PX){
	.brands-swiper-4 img {
		aspect-ratio:unset;
		-o-object-fit: contain;
		object-fit: contain;
		mix-blend-mode: unset;
		margin: 0 auto;
		max-width:125PX;
		width:100%
	}
	.technology-wrapper {
		flex-wrap:wrap;
		justify-content:center;
		gap:20px
	}
	.technology-wrapper .ry-each {
		width:46%;
		height:100%;
		overflow:hidden
	}
	
}

.bg-testimonial-box {
    background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-aa228752-1f29-49c1-96b0-40a0428544e4/backgrounds/PD_testimonials_box.jpg) !important;
}

@media (max-width: 1080px) {
	.technology-wrapper .fancy-desc {
		opacity: 1;
		transform: unset;
	}
}