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

/* HEADER */
body[data-page-name="index"] #navigation {
    position: absolute;
}

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

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


/* WELCOME */
.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
}

.module-welcome.style-5 .ry-flex {
    align-items: center;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo {
    padding-top: 40%;
}

/* Removed dark overlay in the hero images */
.with-gradient:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: none;
}


/* DROPDOWN */
.caret {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  margin-left: 8px;
  vertical-align: middle;
  border-style: solid;
  border-color: #6b7280;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
}


/* HEADER CTA */
.cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-secondary-text);
  background: var(--color-primary-background);
  width: 225px;
  height: 72px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.cta-btn:hover {
  background: transparent;
  border: 1px solid var(--color-primary-background);
  color: var(--color-primary-background);
}


/* TESTIMONIALS */
.testimonial-section {
  background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-37fd2905-f4ce-4c62-8d57-24434238ad28/welcome/welcome_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


#ry-footer-3 .footer-contents::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color-primary-text);
    opacity: 0.6;
    z-index: -1;
    inset: 0px;
}

.team-inner-page.style3 ul {
    margin-left: 20px;
}

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

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