/* 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{
	color: #303030;
	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: #303030;
}


/* HP Testi Box Slider Bg */

.module-testimonials.style-2::before, .module-testimonials.style-3::after {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-194a75d7-9cff-46fa-ad28-07696a9583db/1_HP/testi_bg.jpg);
	background-size: cover;
}

.hp-brands-bg {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-194a75d7-9cff-46fa-ad28-07696a9583db/1_HP/brands_bg.jpg);
	background-size: cover;
}

.hp-insurance-bg {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-194a75d7-9cff-46fa-ad28-07696a9583db/1_HP/texture_pattern.jpg);
	background-repeat: repeat;
}

.footer-heading h4 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 500 !important;
	letter-spacing: 1px;
}

.subheading{
	letter-spacing: 10px;
}

/* HP Heading Styles */
h3 {
	font-size: 34px !important;
	text-transform: capitalize;
	line-height: 1;
}

h6 { 
	font-family: Montserrat;
	text-transform: uppercase;
	letter-spacing: 10px;
}

#navigation-style-9 {background:#fff!important;}
.ry-hp-team:after {
	content: "";
	position: absolute;
	right: 0;
	width: 70%;
	height: 100%;
	background: linear-gradient(to left, #ffffff, transparent);
	z-index: 1;
	top: 0;
}

	.ry-hp-team .dr-spotlight-text-padding {
		position: relative;
		z-index: 2;
	}
@media (max-width: 1024px) {
	.ry-menu .ry-nav {
		gap: 10px;
	}

	.ry-menu .ry-nav li a {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.ry-hp-team:after {
		width: 100%;
		height: 60%;
		background: linear-gradient(to bottom, #ffffff, transparent);
	
	}

	.module-testimonials:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 70%;
		background: linear-gradient(to bottom, #1da2a5, transparent);
	}

	.module-testimonials .relative {
		z-index: 2;
	}

	.module-testimonials .relative h6 {
		color: #fff;
	}
}
@media (max-width: 620px) {
	.homepage-swiper {
		padding-top: 100px;
	}

	.homepage-swiper .swiper-slide .with-gradient {
		position: relative;
		padding-bottom: 75%;
	}

	.homepage-swiper .swiper-slide .with-gradient img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100% !important;
		object-fit: cover;
	}

	.homepage-swiper h2 {
		font-size: 46px;
		text-align: center;
	}
}

