/* 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: #444444;
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: #444444;
}


/* 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-200bfc1d-4bcb-4bbf-bcc0-4c341f338e75/1_HP/testi_bg.jpg);
	background-size: cover;
}

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

body[data-page-name="contact"] #ry-footer-3 {
	padding-top: 220px;
}
.snap-mobile-menu {
    background:#fff
}
.snap-mobile-menu .snap-mobile-menu {
    padding-inline:0
}
.snap-mobile-menu img {
    filter:unset
}
mm-burger {
    color:var(--color-primary-background)
}


.snap-mobile-menu .gap-6,
.snap-mobile-menu .gap-4{
    gap:8px
}


/*EDITS*/
	
div#shop-flex-box {
    justify-content: space-between;
    gap: 1em;
    margin: 2em 0;
}

div#shop-flex-box .ry-each {
    border: 1px solid rgb(102 102 102 / 12%);
    width: 48%;
    background: #f5f5f5;
}

img#shop-image {
    max-width: 150px;
    margin: auto;
}

div#shop-flex-box .ry-btn {
    text-decoration: none !important;
}


div#contents h2:first-of-type {
    margin-top: 0 !important;
}

@media (max-width:500px) {
    div#shop-flex-box .ry-btn {
	   font-size:14px !important;
	   padding: 8px 5px;
	   letter-spacing:0 !important;
	   max-width:100px !important;
		min-width:150px !important;
	}


	div#shop-flex-box img {
	   max-width:90px;
	}
}
	
/* END EDITS*/


@media (max-width: 1080px) {
    .module-welcome.style-5 *,.ry-services.style2 *,
	#section-hp-team,
	#hp-brands-6,
	#hp-insurance-1,.module-testimonials *{
        text-align:center
    }
@media(max-width:767px) {
    .homepage-swiper  .slider-info *{
        text-align:center
    }
    .homepage-swiper h2 {
        font-size:2.5rem
    }
		.homepage-swiper .slider-info .ry-btn {
		border:solid 1px #fff 
	}
}
@media(max-width:600px) {
    .homepage-swiper .swiper-slide img {
        height:45vh !important
    }
}
	
	
