/* 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 <September 10, 2025> */

.sticky-icons li a {
    background-color: var(--color-secondary-background);
}
/**/
	/*fonts*/

	/*btns*/

/*Modal*/
/* Header */
	/**/
.cta-btn {
    width: 290px;
}
.ry-menu .ry-nav li.primary .caret {
    border-color: #374151;
}

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

.mobile-menu-icon {
    background: var(--color-primary-background);
}

body:not([data-page-name="index"]) ul.ry-nav {
    color: var(--color-primary-text);
}
body:not([data-page-name="index"]) .ry-menu .ry-nav li .caret{
    border-color: var(--color-primary-text);
}
body:not([data-page-name="index"]) .ry-menu .ry-nav li:hover{
    color: var(--color-primary-background);
}
body:not([data-page-name="index"]) .ry-menu .ry-nav li:hover .caret{
    border-color: var(--color-primary-background);
}
/* Hero */
	/**/
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, transparent);
}
/* CTA */
	/**/
.cta-section.style-1.circle .span a {
    color: var(--color-primary-text);
    font-weight: 300;
    max-width: 100%;
    text-transform: uppercase;
}

.cta-wrapper {
    gap: 150px;
}

.cta-section.style-1.circle img {
    width: 120px;
    height: 120px;
    transition: all .3s;
}

.cta-section.style-1.circle:hover img {
    filter: invert(1);
}

.cta-section.style-1 {
    transition: all .3s;
}
/* Welcome */
	/**/
#hp-welcome-1 .background-section, #hp-welcome-1 .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* Services */
	/**/

#services-12 > div:nth-child(odd), #services-12 > div:nth-child(even) {
    background-color: white;
    border: 4px solid var(--color-primary-background);
    box-shadow: 0 0 7px #333333b3;
}

#services-12 > div h4,
#services-12 > div p {
    color: #374151 !important;
}

#services-12 > div img {
    filter: invert(1) !important;
}

#services-12 img {
    background: white;
    border-radius: 999px;
}

#services-12 > div:nth-child(even) > div > a {
    background-color: var(--color-primary-background);
}
/* Meet the Team */
	/**/
#section-hp-team .swiper-wrapper {
    justify-content: center;
	gap: 20px;
}
#section-hp-team .swiper-slide {
    margin: 0 !important;
}
/* Insurance */
	/**/
#hp-insurance-1 .swiper-wrapper {
    justify-content: center;
}
/* Brand */
	/**/
#hp-insurance-1 .brands-swiper-4 .swiper-wrapper div,
#hp-brands-6 .brands-swiper-4 .swiper-wrapper div {
    background: black;
}

#hp-insurance-1 .brands-swiper-4 .swiper-wrapper div img,
#hp-brands-6 .brands-swiper-4 .swiper-wrapper div img {
    mix-blend-mode: normal;
    filter: invert(1);
}
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
#hp-testimonials-1 .background-section,
#hp-testimonials-1 .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
	object-position: top;
}

#hp-testimonials-1 .swiper-pagination-bullet,
#hp-testimonials-1 .swiper-pagination-bullet-active {
    background: white;
}
/* Footer */
	/**/
#ry-footer-3 .footer-contents::before {
    opacity: 0;
}
#ry-footer-3::before {
    opacity: 1;
}
/*Media Queries*/

@media screen and (max-width:1080px){
    #ry-footer::after {
        border-radius: 0;
    }
}
@media screen and (max-width:1024px){
	#ry-pg-body :is(.navigation-3) {
        padding-bottom: 250px;
    }
	.with-gradient:before {
		opacity: 0;
	}

	#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
		height: 100% !important;
	}
    #ry-footer::after {
        height: 20%;
    }
}
/* End - HP Edits*/

/*--QA UPDATES--*/
.testimonials-swiper .text-base {
  position: relative;
  quotes: "“" "”";
  display:flex
}

.testimonials-swiper .text-base::before {
  content: open-quote;;
  padding-right:5px
}

.testimonials-swiper .text-base::after {
  content: close-quote;;
  bottom:0;
  display:flex;
  align-items:end
}
#contents ul {
    list-style: disc;
    margin: 0;
    padding: 0;
}

#contents ul p {
    text-align:start;
    margin-bottom:5px 
}
.team-inner-page.style3 .ry-each .each-container .details .title h5 {
    line-height:1
}

#navigation  #navigation-style-3 {
    padding-top: 10px;
    padding-bottom: 0;
}

#navigation .ry-menu .ry-nav li a{
    font-size:22px !important;
    color:#374151
}
body:not([data-page-name="index"]) .ry-menu .ry-nav li .caret {
    border-color:#374151
}

#navigation .ry-menu .ry-nav li .dropdown-menu a{
    font-size:20px !important;;
    background:var(--color-secondary-background);
    color:#fff
}
/*--contact us page--*/
[data-page-id="WebPage-414c8a8a-6b83-4d23-9875-710e44d56c53"] div#footer-map {
    display:none
}

[data-page-id="WebPage-414c8a8a-6b83-4d23-9875-710e44d56c53"] div#ry-footer-3 {
    margin-top:180px;
}

[data-page-id="WebPage-414c8a8a-6b83-4d23-9875-710e44d56c53"] #ry-footer-3::before {
    margin-top:150px;
    background-color: transparent !important;
}
[data-page-id="WebPage-414c8a8a-6b83-4d23-9875-710e44d56c53"] #ry-footer-3 .footer-contents::before,
[data-page-id="WebPage-414c8a8a-6b83-4d23-9875-710e44d56c53"] #ry-footer-3::after{
    background-color: transparent !important;
}
#hp-insurance-1 .swiper-wrapper  .swiper-slide{
    margin:0 !important;
    transform:unset
}
#hp-insurance-1 .swiper-wrapper {
    gap:30px
}
.cta-wrapper {
        flex-direction:row !important;
        flex-wrap:nowrap;
}
.ry-section .max-w-7xl {
	width:90%
}
.swiper-pagination-bullet-active{
    background-color:var(--color-primary-background) !important;
    opacity:1;
    z-index:9;
}
.homepage-team-swiper-pagination {
    display:flex;
    align-items:center;
    justify-content:center
}
@media(max-width:1400px) {
	#navigation-style-3 + .ry-menu .ry-nav {
		padding-left: unset;
		padding-inline:40px
	}
}
@media(max-width:1080px) {
	.team-inner-page.style3 .ry-each .each-container .details .team-excerpt, .team-inner-page.style3 .ry-each .each-container .details .team-full-description {
		padding-right: 0px;
	}
	 .cta-wrapper {
        padding-bottom:50px;
        gap:2VW
    }
}
@media (width: 1024px) {
    #ry-pg-body :is(.navigation-3) {
        padding-bottom: 100px;
    }
}
@media (max-width: 1023px) {
     #ry-pg-body :is(.navigation-3) {
		 padding-bottom: 0px;
	 }
}

@media(max-width:991px) {
    .team-inner-page.style3  .team-social {
        padding:0;
        margin:0
	}
	[data-page-id="WebPage-414c8a8a-6b83-4d23-9875-710e44d56c53"] div#ry-footer-3 {
		margin-top:13vw;
	}
	#footer-map {height: 500px !important;}

}
@media(max-width:680px){
	.cta-wrapper {
		flex-direction:row !important;
		flex-wrap:wrap;
	}
}
@media(max-width:499px){
    #section-hp-team .swiper-slide {
    margin-right: 10px !important;
}

#section-hp-team .swiper-slide img{
    width:80%;
    margin:auto;
}

#section-hp-team .swiper-wrapper {
    justify-content: unset;
    gap: 20px;
}
}
@media(max-width:480px) {
	body p{
		font-size:18PX 
	}
	.testimonials-swiper .flex{
		justify-content:center
	}
	.testimonials-swiper  * {
		text-align:center !important
	}
	.testimonials-swiper .text-base::before {
		padding-right:0px
	}

	.cta-section.style-1.circle .span {
		width: 100%;
		text-align:center
	}
}

body[data-page-name="payment-options"] .brand-4-swiper-button-prev, 
body[data-page-name="payment-options"] .brand-4-swiper-button-next {
    display: none;
}