/* 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 <October 29, 2025> */

/**/
	/*fonts*/

	/*btns*/
/*Modal*/
/* Header */
	/**/
body[data-page-name="index"] #navigation {
    position: absolute;
}
.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: white;
}

mm-burger {
    color: var(--color-secondary-background);
}
/* Hero */
	/**/

.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, transparent);
}
/* CTA */
	/**/
/* Welcome */
	/**/
.module-welcome.style-5 .ry-each.image-wrapper {
    border-color: var(--color-secondary-background);
}
/* Services */
	/**/
/* Meet the Team */
	/**/
/* Insurance */
	/**/
#hp-insurance-1 {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-1494cfad-e59d-4c4e-b6b4-8ae2e4dcf3ed/backgrounds/Zhang_insurances_bg.jpg) center center no-repeat;
	background-size: cover;
}
#hp-insurance-1 .brands-swiper-4 .swiper-slide {
    background: white;
}

#hp-insurance-1 .brands-swiper-4 .swiper-slide img {
    mix-blend-mode: normal;
}
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.hp-testimonials-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-1494cfad-e59d-4c4e-b6b4-8ae2e4dcf3ed/backgrounds/Zhang_testimonials_before_v2.jpg) center center no-repeat;
	background-size: cover;
}
.hp-testimonials-1 .testimonials-swiper .swiper-slide p{
    color: white;
}
.hp-testimonials-1 .testimonials-swiper .swiper-slide:nth-child(even) {
    background: var(--color-primary-background);
}
.hp-testimonials-1 .testimonials-swiper .swiper-slide:nth-child(odd) {
    background: #1f2c65;
}

/* Footer */
	/**/
#ry-footer-3::after, #ry-footer-3 .footer-contents::before {
    background-color: var(--color-secondary-background);
}
#ry-footer svg {
    opacity: 0;
}

#ry-footer * {
    color: black;
    border-color: var(--color-secondary-background);
}

.ry-menu .ry-nav li.primary a {
    font-size: 18px;
    font-weight: 400;
}

.ry-menu .ry-nav li.primary a:hover {
    color: #30449c;
}

.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: #30449c;
}
body#ry-pg-body .current-header {
    position: relative;
}
/*Media Queries*/
	/**/
@media screen and (max-width:1024px){
	body[data-page-name="index"] #navigation,
	.top-0.absolute.w-full.current-header {
		position: relative;
	}

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

div#ry-footer-3 {
    padding-top: 220px;
}