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


/* 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-d0f26e79-49ad-4e8a-8e00-c7f737ef8ef6/1_HP/testi_bg.jpg);
    background-size: cover;
    background position: top center;
}


.hp-brands-bg {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-d0f26e79-49ad-4e8a-8e00-c7f737ef8ef6/1_HP/brands_bg_u.jpg);
    background-size: cover;
    background position: top center;
}

.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 {
  font-weight: 300 !important;
}

h3 {
    font-size: 34px !important;
    text-transform: none;
    line-height: 1;
}

h6 { 
    font-family: Montserrat;
    text-transform: uppercase;
    letter-spacing: 10px;
}

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

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


div.slider-info-center-bottom h1, div.slider-info-center-bottom h2 {
    text-shadow: 1px 1px 17px rgb(0 0 0 / 95%);
    font-size: 60px;
}


@media (min-width:1200px) and (max-width:1660px) {
    div.slider-info-center-bottom h1, div.slider-info-center-bottom h2 {
		font-size: 45px;
	}
}

@media  (max-width:1199px) {
    div.slider-info-center-bottom h1, div.slider-info-center-bottom h2 {
    font-size: 35px;
    line-height: 40px;
	}
}

@media (max-width: 1080px) {
	div#navigation-style-15, .ry-menu {
		display: none !important;
	}
	.snap-mobile-menu {
		display: flex !important;
	}
	
	.snap-mobile-menu .flex.gap-4 {
		gap: 0 10px !important;
	}
}

@media  (max-width:767px) {
    div.slider-info-center-bottom h1, div.slider-info-center-bottom h2 {
    	font-size: 30px;
        line-height: 35px;
        text-shadow:none !important;
	}
	
	div#navigation .gap-6 {
		width: 70%;
		gap: 0 10px;
	}
}

@media (max-width: 560px) {
	#section-hp-team:before {
		background-position: center !important;
	}
}
