/* 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-2862f38f-0007-4f67-8e23-b05dadb384e6/1_HP/test_bg.jpg);
    background-size: cover;
    background-position: center top;
}

.hp-welcome-bg {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-b2fd34b6-01cf-4fec-8071-0aaa2a6af2bc/welcome_bg.jpg);
    background-size: cover;
    background-position: center top;
}

.hp-services-bg {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-b2fd34b6-01cf-4fec-8071-0aaa2a6af2bc/services_bg_n.jpg);
    background-size: cover;
    background-position: center top;
}

.hp-pattern-bg {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-b2fd34b6-01cf-4fec-8071-0aaa2a6af2bc/1_HP/marble_pattern.jpg);
    background-size: auto;
    background-repeat:repeat;
	background-position: 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 {

}

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

.h-sub 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;
}

.homepage-swiper .swiper-slide img {
    height: calc(100vh - 220px) !important;
    min-height: 500px;
}

#ry-pg-body .footer-contents {
    margin-top: 0;
}

#section-hp-team .swiper-pagination-bullet-active {
    position: relative;
}

@media (max-width: 1200px) {
	.ry-menu .ry-nav li a {
    	font-size: 16px;
	}
	.ry-menu .ry-nav {
    	gap: 20px;
	}
}

@media (max-width: 991px) {
    .promotions .max-w-fit {
        max-width: 300px !important;
        margin: auto;
    }
}

@media (max-width: 991px) {
    .promotions h3, .promotions p {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .promotions p {
        max-width: 100%;
        margin: 10px 0;
    }
}

@media (max-width: 991px) {
    .promotions .ry-btn {
        margin: auto;
    }
}

@media (max-width: 991px) {
    .promotions .max-w-fit {
        max-width: 300px !important;
        margin: auto;
    }
}

@media (max-width: 991px) {
    .promotions img {
        min-width: auto;
        max-width: 250px;
        width: 100%;
        margin: 0 auto;
    }
    .promotions .pr-10 {
        padding-right: 0;
    }
}

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

	.snap-mobile-menu {
		display:flex !important;
	}
}

#welcome-ads {display: flex;gap: 30px;justify-content: center;align-items:center;}
@media (width < 980px) {#welcome-ads {flex-direction:column;}}