/* 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}
*/
body#ry-pg-body #navigation {
    position: relative;
}
[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;
}

#ry-footer li.note {
    font-size: 13px;
    text-align: center;
}

div#ry-footer ul {
    line-height: 2;
}

body[data-page-name="frames"] #hp-brands-5::before {
	display: none;
}

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

@media (max-width: 500px) {
	.homepage-swiper  {
		padding-top: 100px !important;
	}
	.homepage-swiper .swiper-slide img {
		height: auto !important;
	}
	.slider-info {
		min-height: 120px; 
		padding-left: 70px !important;
        padding-right: 70px !important;
	}
}
.snap-mobile-menu {
	background: #fff;
}

@media (max-width: 1079px) {
	.cta-section .text-xl.font-normal.uppercase.text-\[\#363636\].lg\:-left-0 {
		display: none;
	}
}

#in-services-3 .flex-col-reverse img {
    object-fit: contain;
    object-position: top;
}