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


/* 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-f8b9a43e-6184-4147-b309-7f8dff20e398/1_HP/testi_bg.jpg);
    background-size: cover;
    background-position: center top;
}


.texture-bg {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-f8b9a43e-6184-4147-b309-7f8dff20e398/1_HP/texture_bg.jpg);
    background-size: auto;
    background-repeat:repeat;

}


.footer-heading h4 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500 !important;
    letter-spacing: 1px;
}

.subheading{
    letter-spacing: 10px;
}


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

/* HP Heading Styles */


h1,h2,h3,h4,h5,h6 {

}

h1,h2 {
text-transform: capitalize;
}

.h-main h3 {
    font-size: 4.3rem!important;
    text-transform: uppercase;
    line-height: 1;
}

h6 { 
    font-family: Poppins;
}

.white-img {
    filter: invert(1) brightness(10) contrast(10);
}

.ry-menu .ry-nav li.primary {
    text-transform: uppercase;
}



body[data-page-name="services"] h3.text-xl.font-semibold,p.mt-3.lg\:text-lg.text-base,a.mt-4.block.ry-btn.bg-secondary-background.inline-flex.px-6.py-2.gap-2.items-center {
    color: #ffff;
} 



@media (min-width:1200px) and (max-width:1660px) {
    .ry-menu .ry-nav {
		gap: 20px;
		font-size: 18px !important;
		margin-top: 1em;
		 justify-content: space-between;
		width: 100%;
	}

	.ry-menu {
		justify-content: space-between;
		padding: 5px 50px 20px;
		max-width: 100%;
		margin: auto;
		width: 100%;
	}
}


@media (min-width:1200px) and (max-width:1399px) {
    div#navigation-style-4 img {
		max-width: 250px;
	}

 
}

@media (min-width:1400px) and (max-width:1660px) {
    div#navigation-style-4 img {
		max-width: 250px;
	}


}

@media (max-width:1199px) {
	
	div#navigation-style-4, .ry-menu {
		display: none !important;
	}

	.snap-mobile-menu {
		display: flex !important;
		background:#fff;
		
	}
	
	.snap-mobile-menu mm-burger {
    color: #333 !important;
	}
	
	.snap-mobile-menu .gap-6, .snap-mobile-menu .gap-4 {
		gap: 0 11px;
	}	
	
}

@media (min-width:1081px) {
  #navigation-style-4 img {
	  max-width: 300px;
	}
	.homepage-swiper .swiper-slide, .homepage-swiper .swiper-slide img {
	  height: 80vh !important;
	  object-fit: cover;
	  object-position: center;
	}
	.slider-info {
	  min-height: auto !important;
	  transform: none !important;
	  left: 0;
	  right: 0;
	  margin: auto;
	}
}

@media (max-width:1080px) {
    div.promotions img {
		max-width: 250px;
		width: 100% !important;
		margin: auto;
		min-width: 250px;
	}

	.promotions h3, .promotions p {
		text-align: center !important;
	}

	.promotions p.mb-2.max-w-fit.bg-primary-background.p-2.text-sm.capitalize.text-primary-text {
		margin: auto;
	}

	div.promotions .pr-10 {
		padding: 0;
	}
	
	.slider-info-center-bottom {
		position: static;
		min-height: auto !important;
		padding: 2em 1em !important;
		background-color: var(--color-primary-background) !important;
		transform: none !important;
	}

	.slider-info-center-bottom h1 {
		font-size: 25px !important;
	}
}

.review-widget {
    z-index: unset !important;
}