/* 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 <October 28, 2025> */

/**/
	/*fonts*/

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

.homepage-swiper .swiper-slide img {
    object-position: top;
}
.with-gradient:before {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent, transparent, white);
}

.slider-info {
    min-height: fit-content;
}
/* CTA */
	/**/
/* Welcome */
	/**/
#hp-welcome-1 .background-section, #hp-welcome-1 .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
}
/* Services */
	/**/
#section-hp-services h4 {
    font-family: 'Lato';
}
#services-12 > div:nth-child(odd) {
    background-color: white;
}

#services-12 > div:nth-child(even) {
    background-color: var(--color-secondary-background);
}

#services-12 > div:nth-child(odd) > div > h4,
#services-12 > div:nth-child(odd) > div > p{
    color: #374151;
}
#services-12 > div {
    box-shadow: 0 0 3px #33333375
}
#services-12 > div > div > p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    min-height: 140px;
}

#services-12 > div:nth-child(odd) > div > a, #services-12 > div:nth-child(even) > div > a {
    background-color: var(--color-primary-background);
}
#section-hp-services::after {
    content: "";
    background: var(--color-primary-background);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    left: 0;
    z-index: 1;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
#hp-insurance-1 {
    background: #fff;
}
/* Brand */
	/**/
#hp-insurance-1 .swiper-slide, #hp-brands-6 .swiper-slide {
    background: white;
}

#hp-insurance-1 .swiper-slide img, #hp-brands-6 .swiper-slide img {
    mix-blend-mode: normal;
}
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.testimonials-swiper p, .testimonials-swiper-2 p {
    color: #374151;
}

.testimonials-swiper-2 .swiper-slide div.p-4:last-child {
    padding: 0;
}

.module-testimonials.style-2::before {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-c40f7c33-f3d7-4fd3-b745-57631414cdef/backgrounds/drTran_testimonials_before.jpg) center center no-repeat;
	background-size: cover;
}
.ry-hp-team::before {
    background: var(--color-primary-background);
    height: 15%;
    top: auto;
    bottom: 0;
}
/* Footer */
	/**/
/*Media Queries*/
	/**/
@media (min-width: 768px) {
    .slider-info-center-bottom {
        bottom: 4%;
    }
}
@media screen and (max-width: 1024px){
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
}
/* End - HP Edits*/

input[type="checkbox"] {
    margin: 0 20px;
}

div#navigation {
    background-color: #fff;
}

.ry-menu .ry-nav li.dropdown .dropdown-menu li a {
    background:var(--color-primary-background);
    color:#fff
}
.ry-menu .ry-nav li{
    font-size:22px !important
}
.homepage-team-swiper .swiper-slide img {
    height:300px;
    object-position:top;
    max-width:300px;
    width:100%
}
@media(max-width:1480px) {
    .ry-menu .ry-nav {
    gap:15px;
    flex-wrap:nowrap;
    padding:0 2vw;
        margin:0
}

    #navigation-style-7 img {
        width:18vw
    }

}

@media(max-width:1199px) {
    #navigation-style-7 {
        display:none
    }

    .snap-mobile-menu {
        display:flex
    }

    .snap-mobile-menu img {
        position:absolute;
        top:50%;
        transform:translatey(-50%);
        left:65px
    }
}

@media (min-width:992px) {
    div.homepage-team-swiper {
		max-width: 800px;
		margin: 1em auto;
	}


	div.homepage-team-swiper .swiper-wrapper {
		justify-content: center;
		display: flex;
	}


	div.homepage-team-swiper .swiper-slide {
			width: auto;

}
}