/* 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 <May 31, 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(--color-secondary-background);
		}
.with-gradient:before {
	background-image: linear-gradient(to bottom, white, transparent, transparent, #000000cc);
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
	background: var(--color-primary-background);
		color: var(--color-primary-text);
			}
/* Hero */
/**/
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
	height: 100vh !important;
	object-fit: cover;
}
body[data-page-name="index"] #navigation {
	position: absolute;
}
.slider-info {
	min-height: fit-content;
}
#hp-slider .swiper-pagination-bullet {
	background-color: white;
}
/* CTA */
/**/
/* Welcome */
/**/
.module-welcome.style-5 .ry-each.image-wrapper {
	border: none;
}

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

/* Services */
/**/
.ry-services.style2 .ry-each .photo:before {
	background: var(--color-primary-text);
		}

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

.ry-services.style2 .ry-each .photo img {
	z-index: 2;
	height: 50%;
	width: 50%;
	left: 25%;
	top: 10%;
}

#services-7 .ry-each .title div {
	color: #374151;
	font-size: 21px;
}

.ry-services.style2 .ry-each .title {
	bottom: 45px;
}

.ry-services.style2 .ry-each .photo:after {
	opacity: 1;
}

.ry-services.style2 .ry-each .each-block:hover .title div {
	color: white !important;
}

.ry-services.style2 .ry-each .each-block:hover .photo img {
	opacity: .1;
}
/* Meet the Team */
/**/
.homepage-team-swiper-2:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-4c02a71a-9244-4c0b-b3fa-8cc8a12f9254/images/sullinsECC_team_before_v2.png);
}
/* Insurance */
/**/
/* Brand */
/**/
#hp-brands-5 {
	background: #e1ebfc;
}
/* Request Appointment */
/**/
/* Testimonials */
/**/
.module-testimonials.style-5 p {
	color: #666;
}

.module-testimonials.style-5 .relative.flex.gap-2.my-4.justify-center.py-6 {
	justify-content: left;
	padding-left: 1.5rem;
}
.module-testimonials.style-5 .top-circle {
	width: 50px;
	height: 50px;
	font-size: 50px;
}
/* Footer */
/**/
/*Media Queries*/
/**/

@media (max-width: 1080px) {
	.ry-services.style2 .each-block .photo:before {
		height: 100%;
		background: var(--color-primary-text);
			}

	.ry-services.style2 .each-block .photo img {
		z-index: 2;
		height: 50%;
		width: 50%;
		left: 25%;
		top: 10%;
	}

	.ry-services.style2 .each-block .title div {
		color: #374151;
		line-height: 1;
	}

	.ry-services.style2 .each-block .title {
		bottom: 35px;
	}
}
@media (width < 1080px) {
	#section-hp-services:before,
	.ry-services.style2::before {
		opacity: 1;
	}
}
@media (max-width:1024px){
	body[data-page-name="index"] #navigation {
		position: relative;
	}
	#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
		height: 100% !important;
	}

	.with-gradient:before {
		opacity: 0;
	}

	.snap-mobile-menu .mobile-block {
		display: flex;
		gap: 10px;
	}

	.snap-mobile-menu .mobile-block a {
		padding: 10px 20px;
		background: var(--color-primary-background);
			display: flex;
			align-items: center;
			gap: 10px;
			}

	.snap-mobile-menu .mobile-block a i {
		color: #fff;
		font-size: 16px;
	}

	.snap-mobile-menu .mobile-block a span {
		display: flex;
		color: #fff;
		line-height: 1.1;
	}
}

@media (min-width: 768px) {
	.slider-info-left-bottom {
		bottom: 5%;
	}
}

@media (max-width: 620px) {
	.snap-mobile-menu .mobile-block {
		flex-direction: column;
		gap: 5px;
	}

	.snap-mobile-menu .mobile-block a span {
		font-size: 12px;
	}

	.snap-mobile-menu .mobile-block a {
		padding: 7px 20px;
	}

	.module-welcome.style-5 .text-wrapper p {
		font-size: 16px;
		text-align: center;
	}


	.ry-services.style2 .each-block .title {
		bottom: 28%;
	}

	.ry-services.style2 .each-block .photo img {
		top: 15%;
	}

	.ry-services.style2 .each-block .title div {
		font-size: 20px;
		letter-spacing: initial;
	}

	.homepage-team-swiper-2:before {
		background-size: 90%;
	}
	
	.module-welcome.style-5 .text-wrapper p,
	.ry-services.style2 p,
	div#section-hp-team .block div,
	.swiper.homepage-team-swiper-2 p,
	#hp-brands-5 p,
	.testimonials-swiper-5-left p,
	.module-testimonials.style-5 p{
		font-size: 18px !importnat
	}
	
	.module-testimonials .swiper-button-next, 
	.module-testimonials .swiper-button-prev {
		display: flex;
		justify-content: center;
	}

}
/* End - HP Edits*/

body[data-page-name="frames"] #hp-brands-5 {
	background: transparent !important;
}

body[data-page-name="frames"] div#contents .brand-wrapper ul li {
	list-style: none !important;
}


/* for HP team section background to include all the details of the bg */
#section-hp-team:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	background-size: 100%;
}

/* Fixing fax info's font size for first location */
#ry-footer > div > div.col-xs-12.grid.items-center.justify-center.text-center.sm\:grid-cols-2.gap-6.max-w-full.mx-auto.lg\:grid-cols-4.max-w-7xl.place-items-center > div:nth-child(1) > div:nth-child(2) > div > div > ul > li:nth-child(3) > span {
	font-size: 18px;
}
[data-page-id="WebPage-b999ecd8-d4fb-4e28-8034-3b85edd400b3"] .bg-gray-200.rounded-lg {
    display:flex;
    align-items:center;
    justify-content:center;
    height:180px;
    
}

.about-container {
  display: flex;
  gap: 75px;
}