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


/* HP Testi Box Slider Bg */


.hp-pattern-bg {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-d17e1627-eda7-44ff-b609-4584382a2e81/1_HP/pattern_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;
}

/*-- Additional Styles --*/


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

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

@media (max-width: 1200px) {
	.module-team.style-7 .section-background {
		position: relative;
		padding-bottom: 56.25%;
		z-index: 9;
	}

	.module-team.style-7 {
		padding-bottom: 0;
	}

	.module-team.style-7 .section-background img {
		object-position: 100%;
	}

	.module-team.style-7 .ry-container {
		margin-bottom: 100px;
	}
}
@media (max-width: 1024px) {
	#hp-slider .homepage-swiper img {
		height: calc(100vh - 100px) !important;
	}

	.ry-services.style2 .each-block .photo img {
		filter: invert(1);
		width: 80%;
		height: 80%;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.ry-services.style2 .each-block .title div {
		font-size: 18px;
		line-height: 1.1;
	}
}
@media (max-width: 991px) {
	.promotions .max-w-fit {
		max-width: 300px !important;
		margin: auto;
	}

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

	.promotions p {
		max-width: 100%;
		margin: 10px 0;
	}

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

	.promotions .ry-btn {
		margin: auto;
	}

	.promotions .max-w-fit {
		max-width: 300px !important;
		margin: auto;
	}

	.promotions img {
		min-width: auto;
		max-width: 250px;
		width: 100%;
		margin: 0 auto;
	}
}
@media (max-width: 768px) {
	.module-team.style-7 .ry-container {
		margin-bottom: 60px;
	}

	.module-team.style-7 .section-background {
		padding-bottom: 75%;
	}
}
@media (max-width: 551px) {
	.promotions .pr-10 {
		padding-right: 0rem;
	}
}


@media (min-width: 1025px) {
	#hp-slider .homepage-swiper img {
		height: calc(100vh - 200px) !important;
	}
}


body[data-page-name="promotions"] p.mt-14.text-xs.uppercase.text-gray-500 {
	display:none;
}
div#ry-footer-3 a:hover {
	color: var(--color-secondary-background);
		}

body[data-page-name="services"] h3, body[data-page-name="services"] p, body[data-page-name="services"] a.mt-4.block.ry-btn.bg-secondary-background.inline-flex.px-6.py-2.gap-2.items-center {
	color:#fff;
}

.ry-services.style2 * p {
    color: #ffff;
}












