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

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

/**/
	/*fonts*/

	/*btns*/
.cta-btn:first-child {
    background: var(--color-primary-background);
    color: var(--color-secondaary-background);
}

.cta-btn:first-child:hover {
    background: transparent;
}
#navigation .ry-btn {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-0b9dcc87-7d66-4e1a-9c9f-0015fbc48612/backgrounds/gold_bg.jpg) center center no-repeat;
	background-size: cover;
}

/*Modal*/
/* Header */
	/**/
.ry-menu .ry-nav li.primary .caret {
    border-color: #374151;
}

.ry-menu .ry-nav li.primary:hover .caret {
    border-color: var(--color-secondary-background);
}
.snap-mobile-menu {background-color: var(--color-primary-text);}

mm-burger {
    color: black;
}

	/* Google dropdown */
		/* Header */
			#navigation .header-social-btn .dropbtn {
			  background-color: #04AA6D;
			  color: white;
			  padding: 16px;
			  font-size: 16px;
			  border: none;
			}

			#navigation .header-social-btn .dropdown {
			  position: relative;
			  display: inline-block;
			}

			#navigation .header-social-btn .dropdown-content {
			  display: none;
			  position: absolute;
			  background-color: var(--color-primary-background);
			  min-width: 160px;
			  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			  z-index: 1;
			  border-radius: 5px;
			  border: 1px solid var(--color-secondary-background);
			}

			 #navigation .header-social-btn .dropdown-content a {
			  color: white;
			  padding: 12px 16px;
			  text-decoration: none;
			  display: block;
			  border-bottom: 1px solid var(--color-secondary-background);
			  text-align: center;
			}

			#navigation .header-social-btn .dropdown-content a:hover {background-color: var(--color-secondary-background);}

			#navigation .header-social-btn .dropdown:hover .dropdown-content {display: block;}

			#navigation .header-social-btn .dropdown:hover .dropbtn {background-color: #3e8e41;}
		/* END - Header*/
	/* END - Google dropdown */

body:not([data-page-name="index"]) #navigation {
    height: 200px;
}
/* Hero */
	/**/
.with-gradient:before {
    background-image: linear-gradient(to bottom, white ,transparent, transparent);
}
#hp-slider .swiper-button-next, #hp-slider .swiper-button-prev {
    display: none;
}
/* CTA */
	/**/
/* Welcome */
	/**/
.module-welcome.style-6 .ry-each.image-wrapper .photo:not(.offset) img, .module-welcome.style-6 .ry-each.image-wrapper .photo.offset {
    border-radius: 30px;
}
.module-welcome.style-6 .ry-each.image-wrapper .photo.offset img {
    border-radius: calc(30px - 15px);
}
.module-welcome.style-6:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #fafefe, transparent);
}

.module-welcome.style-6 .ry-container,
.module-services.style-11 .ry-container {
    z-index: 2;
}
/* Services */
	/**/
.module-services.style-9:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, #fafefe, transparent);
}
.module-services.style-9 {
    padding: 340px 0;
}
.module-services.style-9 .ry-flex {
    z-index: 2;
    position: relative;
}
/* Meet the Team */
	/**/
.module-team.style-7:before {.module-team.style-7:
    before;
    background: linear-gradient(to right, #868383, #8683839e, #ffffff00);
}
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-4 .swiper-slide {
    color: black;
    background: transparent;
}
/* Footer */
	/**/
#ry-footer-3 .footer-contents::before, #ry-footer-3::after {
    background: var(--color-secondary-background);
}

#ry-footer-3::before {
    opacity: 0.3;
    object-position: bottom;
    background-position: bottom;
}

	/* Google dropdown */
		/* Header */
			#ry-footer-3 .dropbtn {
			  background-color: #04AA6D;
			  color: white;
			  padding: 16px;
			  font-size: 16px;
			  border: none;
			}

			#ry-footer-3 .dropdown {
			  position: relative;
			  display: inline-block;
			}

			#ry-footer-3 .dropdown-content {
			  display: none;
			  position: absolute;
			  background-color: var(--color-primary-background);
			  min-width: 160px;
			  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			  z-index: 1;
			  border-radius: 5px;
			  border: 1px solid var(--color-secondary-background);
			}

			 #ry-footer-3 .dropdown-content a {
			  color: white;
			  padding: 12px 16px;
			  text-decoration: none;
			  display: block;
			  border-bottom: 1px solid var(--color-secondary-background);
			  text-align: center;
			}

			#ry-footer-3 .dropdown-content a:hover {background-color: var(--color-secondary-background);}

			#ry-footer-3 .dropdown:hover .dropdown-content {display: block;}

			#ry-footer-3 .dropdown:hover .dropbtn {background-color: #3e8e41;}
		/* END - Header*/
	/* END - Google dropdown */

/*Media Queries*/
	/**/

@media (max-width:1024px){
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
    
    #navigation {
        height: fit-content;
    }
    body:not([data-page-name="index"]) #navigation {
        height: fit-content;
    }
}

@media (width < 1080px) {
    #section-hp-services:before, .module-19.style2:before, .ry-services.style2::before {
        opacity: 1;
    }
}
@media (max-width: 1080px) {
    .module-welcome.style-6 .ry-each.image-wrapper .photo.offset img.img-responsive {
        width: 100%;
    }
}
@media (max-width: 1680px) {
    .module-team.style-7 .section-background img {
        object-position: 70%;
    }
}
@media (max-width: 1200px) {
    .module-team.style-7 .section-overlay-bg img {
        object-position: 80%;
    }
}

@media (max-width:1248px){
    #navigation .max-w-\[360px\]{
        max-width: 260px;
    }
}
/* End - HP Edits*/

body[data-page-name="our-team"] #ry-pg-body {
    padding-bottom: 200px;
}

#ry-pg-body div#ry-footer-3 {
    margin-top: 12rem;
    padding-top: 1rem;
}

@media (max-width: 768px) {
	#ry-pg-body div#ry-footer-3 {
		margin-top: 4rem;
		padding-top: 1rem;
	}
}

.about-us-swiper-button-next,
.about-us-swiper-button-prev {
  -webkit-text-stroke: 1px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  justify-items: center;
  align-items: center;
  color: var(--color-secondary-text);
  background-color: var(--color-secondary-background);
}

.team-inner-page.style3 .ry-each .each-container .details .title h5 {
    text-wrap-mode: nowrap;
}

.team-inner-page.style3 .ry-each .photo {
    width: 320px;
    padding-bottom: 500px;
}
.team-inner-page.style3 .ry-each .each-container .details .team-excerpt, .team-inner-page.style3 .ry-each .each-container .details .team-full-description {
    width: 90%;
}

.media-pg .flex  .relative.cursor-pointer {
	padding:0;
	width:30%
}

.media-pg .flex  .relative.cursor-pointer img {
	margin:0;
	width:100%
}
.media-pg .flex  .relative.cursor-pointer:before {
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:100%;
	height:100%;
	background:var(--color-secondary-background);
		transition:all .3s ease;
		opacity:0;
		z-index:1;
}

.media-pg .flex  .relative.cursor-pointer:hover:before {
opacity:0.3

}
.media-pg .flex .relative.cursor-pointer:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:2;

	width: 50px;
	height: 50px;
	border-radius: 50%;
	background:var(--color-secondary-background);

		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zM5.904 10.803 10 6.707v2.768a.5.5 0 0 0 1 0V5.5a.5.5 0 0 0-.5-.5H6.525a.5.5 0 1 0 0 1h2.768l-4.096 4.096a.5.5 0 0 0 .707.707'/%3E%3C/svg%3E");

		background-repeat: no-repeat;
		background-position: center;
		background-size: 18px;
		opacity:0;
		transition:all .3s ease;
		}
.media-pg .flex .relative.cursor-pointer:hover:after {
	opacity:1
}
.media-pg .flex .relative.cursor-pointer .z-9 {
	z-index:9;
}
.media-pg .flex.flex-wrap {
	row-gap:30px
}

@media(max-width:1024px) {
	.media-pg .flex  .relative.cursor-pointer {
		width:23%;

	}
	.media-pg .flex.flex-wrap {
		justify-content:center
	}

}

@media(max-width:640px) {
	.media-pg .flex  .relative.cursor-pointer {
		width:45%;
	}
	.media-pg .flex.flex-wrap {
		justify-content:center
	}

}