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

/* HP Edits - Started <August 17, 2026> */

/**/
	/*fonts*/
	/*btns*/

/*Modal*/
/* Header */
	/**/
.snap-mobile-menu {
    background: white;
}

mm-burger {
    color: #374151; /*text-gray-700*/
}
.ry-menu .ry-nav li.primary .caret {
    border-color: primary-text-primary; /*text-gray-700*/
	
}
.ry-menu .ry-nav ul.primary:hover {
    border-color: var(--color-secondary-background);
}
.ry-nav li a:hover {
    color: var(--color-secondary-text);
    font-weight: 600;
}

.ry-menu .ry-nav li.primary:hover .caret {
    border-color: var(--color-secondary-background);
}
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, transparent);
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: var(--color-primary-background);
    color: var(--color-primary-text);
}



/* HERO */

#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 85vh !important;
    object-fit: cover;
}
#hp-slider .swiper-pagination-bullet {
    background-color: white;
}

.with-gradient:before {
  content: "";
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 100vh;
    object-fit: cover;
}

.homepage-swiper .swiper-slide img {
  object-position: top center;
}


.slider-info-center-bottom .inline-flex {
  justify-content: center;
  margin: 1em auto;
  float: none;
  display: flex;
}

/* END HERO */


	
/* Meet the Team */
	#section-hp-team > div:nth-child(2) {
	  width: 100%;
	  max-width: none;
	  margin-left: 0;
	  margin-right: 0;
	  padding-left: 0;
	  padding-right: 0;
}


	
/*Media Queries*/

@media (max-width:1024px) {
	
	#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
	  height: auto !important;
	}
	
	
	div#ry-sidebar {
		max-width: 400px;
		margin: auto;
		clear: both;
	}
	
	.slider-info, .slider-info-center-bottom {
        min-height: auto !important;
        margin: 0 auto;
        padding: 1em !important;
    }

	 div.slider-info-center-bottom .max-h-\[100px\] {
		min-height: auto !important;
		font-size: 18px;
		line-height: 1.5;
		max-height: 100% !important;
	  }
	
	#footer-map {
	  height: 400px !important;
	}
	
	#section-hp-services {
	  text-align: center;
	}
	#section-hp-team .swiper-wrapper {
	  padding: 0 1em;
	}
	#section-hp-team .swiper-wrapper img {
	  width: 90% !important;
	  max-width: 300px !important;
	}
	#section-hp-team .swiper-wrapper {
	  gap: 2em 0 !important;
	}
	#section-hp-team {
	  padding: 3em 1em !important;
	}
	#section-hp-team::before {
	  background-image: none !important;
	}
	div #section-hp-team h6 {
	  font-size: 18px;
	  margin: 20px 0 10px;
	}
	div#section-hp-team p {
	  font-size: 15px;
	}
	#welcome-wrap.style-1::before,
	.module-welcome.style-5::before,
	.module-welcome.style-6::before {
	  background-image: none;
	}
	
	#section-hp-services {
	  text-align: center !important;
	}
	#section-hp-team .swiper-wrapper {
	  padding: 0 1em;
	}
	div#section-hp-team .swiper-wrapper img {
	  width: 90% !important;
	  max-width: 300px !important;
	}
	#section-hp-team .swiper-wrapper {
	  gap: 2em 0 !important;
	}
	#section-hp-team {
	  padding: 3em 1em !important;
	}
	#section-hp-team::before {
	  background-image: none !important;
	}
	div #section-hp-team h6 {
	  font-size: 18px;
	  margin: 20px 0 10px;
	}
	div#section-hp-team p {
	  font-size: 15px;
	}
	#welcome-wrap.style-1::before, .module-welcome.style-5::before, .module-welcome.style-6::before {
	  background-image: none;
	}
	.module-welcome.style-6 h2, #section-hp-services h3, #section-hp-team h3 {
	  font-size: 35px;
	  line-height: 1.1;
	  text-transform: capitalize !important;
	}
	.module-welcome.style-6 .ry-each:not(.image-wrapper) {
	}
	.module-welcome.style-6 .ry-each.image-wrapper {
	  max-width: 350px;
	}
	#section-hp-team p, #welcome-wrap p, #section-hp-services p {
	  font-size: 18px !important;
	  color: #000 !important;
	  line-height:1.7 !important;
	}
	
	.snap-mobile-menu .gap-6, .snap-mobile-menu .gap-4 {
		gap: 0 11px !important;
	}
}


@media (min-width: 768px) {
    #section-hp-team .swiper-wrapper {
        @apply !grid-cols-2;
    }
	
}
@media (min-width: 320px) {
    #section-hp-team .swiper-wrapper {
        @apply !grid-cols-1;
    }
	 #section-hp-services > div:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 499px) {
	div#section-hp-team .swiper-wrapper {
    	display: flex !important;
		padding: 0;
	}
	#section-hp-team .swiper-wrapper .swiper-slide {
    	/* margin: 0 !important; */
	}
}

	/**/
/* End - HP Edits*/

div#ry-footer a:hover {
    color: #000;
}

#footer-copyright {
  align-items: center;
}
#footer-copyright p, #footer-copyright span {
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}
#footer-copyright img {
  height: auto;
  max-width: 100px;
  margin-top: 6px;
  filter: brightness(0) invert(1);
}
