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

div#navigation {
	background: #fff!important;
}


.hp-cta-bg {
background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-aabc2bf4-7b29-420c-9300-5d2696714ad1/HP_Snap/welcome_bg_texture_u.jpg);
background-size: cover;
}

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

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

.frame-pg .bg-gray-200.rounded-lg {
    max-height:170px;
    display:flex;
    align-items:center;
    justify-content:center
}

.frame-pg .bg-gray-200.rounded-lg img {
    max-height:90px;
}
div#navigation-style-15 {
    padding-top:15px
}
div#navigation-style-15 .max-w-\[400px\] {
    max-width:200px;
}

div#navigation .ry-menu {
    margin-top:-50px
}

#navigation-style-15 .gap-4 {
    margin-top:-40px
}

@media(max-width:1199px) {
    div#navigation-style-15, div#navigation .ry-menu {
        display:none
    }
    .snap-mobile-menu {
         display:flex
    }
}

.snap-mobile-menu .gap-6 {
	gap: 10px;
}

.snap-mobile-menu .gap-4 {
	gap:6PX
}

.snap-mobile-menu {
    background:#fff
}
.snap-mobile-menu .snap-mobile-menu {
    padding-inline:0;
    gap:20px
}
.snap-mobile-menu img {
    filter:unset;
    max-height:unset;
    width:95px
}
mm-burger {
    color:var(--color-primary-background)
}


@media(max-width:1080px) {
	.homepage-swiper .swiper-slide img {
		height: 100% !important;
	}
}
@media(max-width:600px) {
	.homepage-swiper .swiper-slide img {
		height: 50vh !important;
	}
}