/* 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 <August 11, 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(--clr-secondary);
}
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, #00000091);
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: var(--color-primary-background);
    color: var(--color-primary-text);
}
.cta-btn {
    background: var(--color-primary-background);
	border-radius: 999px;
}
/* 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;
}
.slider-info {
    min-height: fit-content;
}

/* CTA */
	/**/
/* Welcome */
	/**/#welcome-wrap.style-1 {
    padding-bottom: 17vw;
}
/* Services */
	/**/
.module-19.style2 .services-frame .frame .service-img-holder .service-img {
    background: white;
}.module-19 .card-holder .ry-left .ry-generic .title-wrap {
    padding: 0;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/
#hp-brands-6 .overflow-hidden, #hp-insurance-1 .overflow-hidden {
    padding: 0;
}

.brands-swiper-5 img {
  aspect-ratio: 3/2;
  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: color-burn;
  height: 70px;
  margin: 0 auto;
}

.brand-4-swiper-button-next,
.brand-4-swiper-button-prev,
	.brand-5-swiper-button-next,
	.brand-5-swiper-button-prev{
  -webkit-text-stroke: 1px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  justify-items: center;
  align-items: center;
  color: var(--color-secondary-text);
  background-color: var(--color-primary-background);
}

#hp-brands-6::before {
    background: linear-gradient(to top, var(--color-primary-background), #449ac994, transparent);
    opacity: .2;
}

#hp-brands-6 .swiper-slide, #hp-insurance-1 .swiper-slide {
    background: #bedced;
}

#hp-brands-6 .swiper-slide img, #hp-insurance-1 .swiper-slide img {
    mix-blend-mode: normal;
}

#hp-insurance-1 {
    position: relative;
    background: white;
}

#hp-insurance-1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, var(--color-primary-background), #449ac994, transparent);
  opacity: .2;
  position: absolute;
  background-size: cover;
  background-position: top center;
  top: 0;
  left: 0;
}
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-2 .comments-icon::before {
    border-color: var(--color-secondary-background);
}

.module-testimonials.style-2 .comments-symbol {
    color: var(--color-secondary-background);
    font-family: 'EB Garamond';
}

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

.module-testimonials.style-2::before, .module-testimonials.style-3::after {
    opacity: 0;
}

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

/* Footer */
	/**/
#ry-footer-3 .footer-contents::before {
    opacity: 0;
}

#ry-footer-3::before {
    opacity: 1;
}
/*Media Queries*/
	/**/
.module-19.style2 .services-frame .frame,
.hp-team-style-8,
.module-testimonials.style-2 .comments-holder,
#ry-footer-3 .footer-contents{
    border-radius: 25px;
}

@media (min-width: 768px) {
    .slider-info-center-bottom {
        bottom: 5%;
    }
}
@media (max-width:1024px){
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
    #welcome-wrap.style-1 .module-22 .ry-content {
        gap: 40px;
    }
}

@media (min-width: 1081px) {
    .mobile-services {
        display: block;
    }
        .ry-services.style2 .ry-flex {
        display: none;
    }

    .ry-services.style2 .each-block .photo {
        position: relative;
        padding-bottom: 100%;
        border-radius: 999px;
        overflow: hidden;
		background: var(--color-primary-background);
    }

    .ry-services.style2 .each-block .photo:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 150px;
        z-index: 2;
        background: white;
        height: 80%;
        width: 80%;
        opacity: .5;
        border-radius: 999px;
        left: 10%;
        bottom: 10%;
        transition: all ease .3s;
    }

	.ry-services.style2 .each-block .photo:after {
		content: "";
		position: absolute;
		z-index: 2;
		background: white;
		height: 60%;
		width: 60%;
		opacity: 0.8;
		border-radius: 999px;
		left: 20%;
		bottom: 20%;
		transition: all ease .3s;
	}
	.ry-services.style2 .each-block:hover .photo:before {
        height: 95%;
        width: 95%;
        left: 2.5%;
        bottom: 2.5%;
    }
    
    .ry-services.style2 .each-block:hover .photo:after {
        height: 70%;
        width: 70%;
        left: 15%;
        top: 15%;
    }
    .ry-services.style2 .each-block .photo img {
		position: absolute;
        top: 25%;
        left: 25%;
        width: 50%;
        height: 50%;
        object-fit: contain;
        z-index: 3;
        transition: all ease .3s;
    }
	.ry-services.style2 .each-block:hover .photo img {
        top: 12.5%;
        left: 12.5%;
        width: 75%;
        height: 75%;
	}
	
    .ry-services.style2 .each-block .title {
        position: absolute;
        bottom: -95px;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 3;
        transition: .4s;
        width: 70%;
    }

    .ry-services.style2 .each-block .title div {
        font-size: 20px;
        color: black;
    }

    .ry-services.style2 .each-block .link, .ry-services.style2 .each-block .link a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        opacity: 0;
    }

    .ry-services.style2 .each-block .button-svg {
        display: none;
    }

    .mobile-services .slick-track .each-block {
        margin-left: 25px;
		margin-bottom: 100px;
    	overflow: visible;
    }

    .mobile-services .slick-list {
        margin-left: -25px;
    }

    .mobile-services .slick-dots {
        margin-top: 30px;
        padding-left: 0;
        list-style: none;
        display: none;
        justify-content: center;
        align-items: center;
    }

    .mobile-services .slick-dots li {
        margin: 0 3px;
        height: auto;
        line-height: initial;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-services .slick-dots li:not(.slick-active) {
        opacity: .5;
    }

    .mobile-services .slick-dots button {
        width: 12px;
        height: 12px;
        text-indent: -9999999px;
        background: #000000;
        border: unset;
        box-shadow: unset;
        border-radius: 50%;
    }

    .mobile-services .slick-arrow {
        display: none !important;
    }
}

#services-7 .ry-content .content {
    max-width: 1280px;
}

@media (max-width:767px){
    .with-gradient:before {
        opacity: 0;
    }
}

@media (max-width:1080px){
    .ry-services.style2 .each-block .photo:before {
        background: white;
        height: 80%;
        width: 80%;
        opacity: .5;
        border-radius: 999px;
        left: 10%;
        bottom: 10%;
        transition: all ease .3s;
    }
    
    .ry-services.style2 .each-block .photo:after {
        content: "";
        position: absolute;
        z-index: 2;
        background: white;
        height: 60%;
        width: 60%;
        opacity: 0.8;
        border-radius: 999px;
        left: 20%;
        bottom: 20%;
        transition: all ease .3s;
    }
    
    .ry-services.style2 .each-block:hover .photo:before {
        height: 95%;
        width: 95%;
        left: 2.5%;
        bottom: 2.5%;
    }
    
    .ry-services.style2 .each-block:hover .photo:after {
        height: 70%;
        width: 70%;
        left: 15%;
        top: 15%;
    }
        
    .mobile-services .slick-track .each-block {
        margin-bottom: 100px;
        overflow: visible;
    }
    
    .ry-services.style2 .each-block .photo {
        background: var(--color-primary-background);
    }
    
    .ry-services.style2 .each-block .photo img {
        position: absolute;
        top: 25%;
        left: 25%;
        width: 50%;
        height: 50%;
        object-fit: contain;
        z-index: 3;
    }
    
    .ry-services.style2 .each-block .title {
        position: absolute;
        bottom: -95px;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 3;
        transition: .4s;
        width: 70%;
    }
    .ry-services.style2 .each-block .title div {
        color: black;
    }
}

@media(max-width: 1200px) {
	#welcome-wrap.style-1 .module-22 .ry-content {
		gap: 0;
	}
}

@media(max-width: 1024px) {
	#welcome-wrap.style-1 .module-22 .ry-content {
		gap: 80px;
	}
}

/* End - HP Edits*/

/*Promotions page edits: responsive fix*/
/*body[data-page-name="promotions"] {
	p, a{
		text-align: center;
	}
}

@media(min-width: 769px) {
	body[data-page-name="promotions"] {
		p, a{
			text-align: left;
		}
	}

}*/
@media (max-width: 1080px) {
    .promotions .max-w-fit {
        max-width: 300px !important;
        margin: auto;
    }

    .promotions h3, .promotions p {
        text-align: center;
    }

    .promotions p {
        max-width: 100%;
        margin: 10px 0;
    }

    .promotions h3, .promotions p {
        text-align: center;
    }

     .promotions .ry-btn {
        margin: auto;
    }

    .promotions .max-w-fit {
        max-width: 300px !important;
        margin: auto;
    }

    .promotions img {
        min-width: auto;
        max-width: 250px;
        width: 100%;
        margin: 0 auto;
    }
}


@media (max-width: 551px) {
    .promotions .pr-10 {
    padding-right: 0rem;
    }
}



body[data-page-name="promotions"] p.mt-14.text-xs.uppercase.text-gray-500 {
	display:none;
}



/*End promotions page edits*/

/*Inner page edits*/

@media (width: 1024px) {
    #ry-pg-body :is(.navigation-3) {
        padding-bottom: 100px !important;
    }
}

/*End - inner page edits*/

