/* 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 */

.hp-testi-bg {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-a9aaf67c-be95-4c65-82e3-b99f7046236e/1_HP/texture_dark_bg_pattern.jpg);
	background-repeat: repeat;
}


.hp-brands-bg, .hp-insurance-bg {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-a9aaf67c-be95-4c65-82e3-b99f7046236e/1_HP/texture_bg_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: 30px !important;
    text-transform: none;
}

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

div#contents ul.pagination li {
    list-style: none !important;
}

body[data-page-name="contact"] #footer-map {
	display: none;
}

body[data-page-name="contact"] #ry-footer-3 {
	padding-top: 220px;
}

.list-3 ul p {
		margin: 0;
	}
@media (min-width: 620px) {
	.list-3 ul {
		column-count: 3;
	}
}

div#navigation .logo img  {
   max-width:420px;
   width:100%
}
@media(max-width:1200px) {
    div#navigation .absolute  {
        left:40%
    }
	div#navigation .logo img  {
		max-width:200PX;
	}
}
@media(max-width:1024px) {
	.homepage-video-slider::before {
		display: none;
	}
	.slider-info {
		min-height: auto;
	}
	
	.snap-mobile-menu {
		background:#fff
	}
	.snap-mobile-menu .gap-4 {
		gap:5px
	}
	.snap-mobile-menu .gap-6 {
		gap:10px
	}
}

.mm-menu a {
    color: #fff !important;
}