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



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

/*.team-inner-page.style3 .btn-excerpt {
	display: none !important;
}*/

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

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

.ry-menu .ry-nav li .fourth-level-container .fourth-level-dropdown {
	left: unset;
	right: 100%;
}

.ry-menu .ry-nav li .fourth-level-container .fourth-level-dropdown li {
	background: #374151;
}

#navigation .logo-header {
    position: relative;
    bottom: -20px;
}

div#ry-footer-3 {
    padding-top: 10px;
}

div#contents h2:first-of-type {
    margin: 0;
}
@media (max-width: 1280px) {
	.snap-mobile-menu {
		/* display: block; */
	}

	#navigation-style-15 img {
		max-width: 320px;
	}

	#navigation-style-15 {}

	#navigation-style-15 .cta-btn .flex {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#navigation-style-15 .cta-btn {
		padding: 0;
		width: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#navigation-style-15 .cta-icon-wrap {
		min-width: unset;
	}

	#navigation-style-15 .group {
		display: flex;
		gap: 10px;
	}
}

@media (max-width: 767px) {
	.homepage-swiper h2 {
    	font-size: 24px;
	}
	
	.homepage-swiper .ry-btn-primary {
    	background-color: #2a2a2a;
	}
}

@media (min-width: 1281px) {
	.homepage-swiper .swiper-slide img {
		height: calc(100vh - 140px) !important;
	}
}

.ry-photo.right {
    width: 40%;
    float: right;
    margin: 0 0 1em 2em;
    max-width:350px;
}

.ry-photo.right img {
    max-width:300px;
    margin: auto;
    border: 1px solid rgb(102 102 102 / 17%);
}



@media (max-width:768px) {
   .ry-photo.right { 
       width: 100%;
       float: none;
       margin: auto;
}
	
}
#hp-cta-section .group {
    padding-block:28px;
    margin:0 auto
}
#hp-cta-section .group {
	padding-inline:0;
	width:100%;
}
@media(min-width:1024px) and (max-width:1480px) {
    #hp-cta-section .group  p {
        font-size:15px
    }
}

.brands-swiper-4 img {
    aspect-ratio: unset;
    object-fit: contain;
    mix-blend-mode: multiply;
    margin: 0px auto;
    height:50px;
    padding:5px
}
/*--- PAYMENT OPTION ---*/	
.location-brands .rounded-lg img {
    max-width:140PX;
    width:100%;
  object-fit: contain
} 


.location-brands  .rounded-lg {
     display:flex;
    justify-content:center;
    align-items:center;
	height:150px;
}