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

.ry-photo img {
    max-width: 600px;
    margin: 0 auto;
}

.sticky-icons ul {
    padding: 0;
}
.sticky-icons ul li {
    list-style: unset;
}
div#navigation.bg-White99 {
    background: #fff;
    z-index: 99999;
}
/* TEAM PAGE **/
body#ry-pg-body[data-page-id="WebPage-f76bae2a-41e3-43c9-8c37-c668c39a23f8"] .ry-section {
    background: #f3f4f6;
}

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

/* Section: Hero Section / Fonts */
/* Styling for the homepage swiper typography (Heading 2) with shadows and responsive font sizes */
.homepage-swiper h2 {
	text-shadow: 3px 3px 3px rgb(0 0 0 / 40%);
	letter-spacing: 4px;
	font-size: clamp(1.625rem, 0.95rem + 3.375vw, 5rem);
	line-height: 120%;
}

/* Section: Hero Section */
/* Overrides maximum bounds constraints for center bottom positioned information tags */
.slider-info-center-bottom {
	max-width: 100% !important;
}

/* Section: Brand Section */
/* Removes default pseudo-element overlays from the brands container on the frames page */
body[data-page-name="frames"] #hp-brands-3::before {
	display: none;
}

/* Section: Brand Section / Buttons */
/* Layout management for pagination buttons and layout flows inside the Brands 3 swiper */
#hp-brands-3 .swiper-pagination {
    position: relative;
    margin-top: 50px;
}

#hp-brands-3 .left-right-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: row-reverse;
	margin-top: 30px;
}
#hp-brands-3 .swiper-button-next, #hp-brands-3 .swiper-button-prev {
    position: relative;
    left: 0;
    right: 0;
    top: auto;
    transform: unset;
	margin: 0;
	background-color: #6f6c43;
}
.brands-swiper-3 {
    padding-bottom: 0 !important;
}

/* Section: Brand Section */
/* Default structural background alignment configurations applied across multiple continuous brand list sections */
#hp-brands-1::before, #hp-brands-2::before, #hp-brands-3::before, #hp-brands-4::before, #hp-brands-5::before, #hp-brands-6::before {
	height: 100%;
	left: 0;
	top: 0;
	bottom: unset;
	background-repeat: no-repeat;
	background-position: left top;
}

/* Section: Brand Section */
/* Forces typography titles to display in white inside brand layout 3 */
#hp-brands-3 .sub-title h4, #hp-brands-3 .main-title h2 {
	color: #fff !important; 
}

/* Section: Brand Section / Buttons */
/* Controls the primary button resting state inside the Brand 3 zone to show inverted coloring */
#hp-brands-3 .ry-btn:not(:hover) {
    background: #fff;
    color: #151515;
}

/* Section: Insurance Section */
/* Clears default grid styles and sets a muted gray background color for insurance section 1 */
div#hp-insurance-1 {
    background: #f9f9f9;
}
div#hp-insurance-1 .rounded-lg.bg-gray-200 {
    background: transparent;
}

/* Section: Meet the Team Section */
/* Generates frame borders using theme-dependent secondary colors for the main team container */
#section-hp-team:before {
	box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.5);
    border-top: 14px solid var(--color-secondary-background);
    border-bottom: 14px solid var(--color-secondary-background);
}

/*--- HP SLIDER UPDATE ---*/

/* Section: Hero Section / Fonts */
/* Adjustments regarding info cards positions, scaling typography via fluid clamps inside the primary landing slider */
#hp-slider .slider-info {
    bottom:20px
}
#hp-slider .slider-info h1{
    font-size: clamp(2.5rem, 1.5441rem + 3.9216vw, 6.25rem);
    font-weight:400;
    line-height:1.2 !important
}

#hp-slider .slider-info h1 span {
    font-size: clamp(1.5rem, 1.4573rem + 0.2439vw, 1.75rem);
    display:block;
    width:fit-content;
    margin-inline:auto
}

/* Section: Media Queries Section / Hero Section */
/* Mid-screen layout rule (767px and up) applying dark linear gradients seamlessly over swiper media slides */
@media(min-width:767px) {
	.homepage-swiper .swiper-slide .with-gradient::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 35%; 
		background: linear-gradient(
			to top,
			rgba(0, 0, 0, 0.65) 0%,
			rgba(0, 0, 0, 0.2) 60%,
			rgba(0, 0, 0, 0) 100%   
		);
	}

	.homepage-swiper .swiper-slide {
		position: relative;
	}

	.homepage-swiper .swiper-slide img {
		display: block;
		width: 100%;
		height: auto;
	}
 
}

/* Section: Media Queries Section / Hero Section */
/* Scaled layout changes regarding slider sizes under 991px screen viewports */
@media(max-width:991px) {
    #hp-slider .slider-info h1{
        font-size: clamp(2.1875rem, 1.7819rem + 1.6639vw, 2.8125rem);
    }
    #hp-slider .slider-info h1 span {
        margin-top:5px
    }
}


/* Section: Meet the Team Section */
/* Structural setups, spacing, padding configurations for Team Swiper Variant 2 */
.swiper.homepage-team-swiper-2 {
    background: #f9f9f9;
    border-radius: 30px;
    overflow: hidden;
    padding-bottom: 120px;
    padding-top: 120px;
}

/* Section: Media Queries Section / Meet the Team Section */
/* Desktop layout constraint centers all team heading tags above 1024px screen widths */
@media (min-width: 1024px) {
	div#section-hp-team .main-title h2,
	div#section-hp-team .sub-title h4 {
		text-align: center;
	}
}

/* Section: Testimonials Section */
/* Provides alternative solid gray color overlays for style variants of testimonials */
.module-testimonials.style-2::before, .module-testimonials.style-3::after {
	    background: #d4d4d4;
}

/* Section: Brand Section */
/* Transparent backdrop blur card styling applied for the Brand Swiper Style 4 instances */
body#page .brands-swiper-4 .swiper-slide {
    border: 1px solid var(--color-secondary-background)!important;
    background: white !important;
    backdrop-filter: blur(5px)!important;
    -webkit-backdrop-filter: blur(5px)!important;
}

/* Section: Brand Section */
/* Resets mix blends and converts brand logo graphics to muted gray tones inside swiper 4 */
.brands-swiper-4 img {
	mix-blend-mode: unset;
	filter: brightness(0) invert(.2);
}



/* Section: Testimonials Section */
/* Modern multi-line clamp setup truncating long review paragraph texts to exactly 5 visible rows */
.module-testimonials .mt-3.sm\:mt-6.text-base.md\:text-xl p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* Section: Meet the Team Section */
/* Sets a maximum boundaries profile restriction on the basic homepage team slider tracking block */
div#section-hp-team .homepage-team-swiper {
    max-width: 640px;
}

/* HP Edits - Started <July 9, 2026> */

	/*fonts*/

	/*btns*/

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

mm-burger {
    color: #374151;
}
.ry-menu .ry-nav li.primary .caret {
    border-color: #374151;
}

.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);
}

span.caret {
    border-color: #616161;
}

body[data-page-name="index"] #navigation {
	position: absolute;
	z-index: 3;
}

/* Button */
	/**/
element.style {
    border-radius: 0px;
}

a.cta-btn-circle.secondary {
    color: var(--color-primary-text);
}

.t-swiper-button-next, .t-swiper-button-prev, .brand-4-swiper-button-next, .brand-4-swiper-button-prev, .ins-4-swiper-button-next, .ins-4-swiper-button-prev {
    color: var(--color-primary-text);
}

/* Hero */
	/**/
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 100vh !important;
    object-fit: cover;
	object-position:top
}
#hp-slider .swiper-pagination-bullet {
    background-color: white;
}
/* CTA */
	/**/
.cta-section.style-1.circle .span a {
    color: var(--color-primary-text);
}

.cta-section.style-1.circle img {
    background: var(--color-secondary-background);
    border-radius: 999px;
    padding: 30px;
    border: 6px solid white;
    box-shadow: 0 0 7px 3px #33333378;
    width: 200px;
    height: 200px;
}

.with-gradient:before {
    background-image: none;
}


/* Welcome */
	/**/
#welcome-wrap .text-wrapper h2 {
    text-align: left !important;
}

#welcome-wrap .ry-text p {
    text-align: left !important;
}

#welcome-wrap .ry-btn {
    margin-left: 0 !important;
    margin-right: auto !important;
}

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

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

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

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

#welcome-wrap :before {
    background-color: white;
}

/* Services */
	/**/
#section-hp-services::before, .ry-services.style2::before {
    background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-fb94d903-25cf-484e-9c89-f1a3ac7a7723/images/VSHugo_Section_Background.jpg");
}

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

#services-12 > div:nth-child(odd) > div > h4, 
#services-12 > div:nth-child(odd) > div > p {
    color: var(--color-primary-text);
}

#services-12 > div:nth-child(odd) > div > p, 
#services-12 > div:nth-child(even) > div > p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

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

#services-12 > div:nth-child(2n+1) > div > a {
    background-color: var(--color-secondary-background);
}

#services-12 > div:nth-child(even) .photo {
    border: 2px solid white;
}

#services-12 > div:nth-child(even) img{
    filter: none !important;
}

/* Meet the Team */
	/**/
#section-hp-team #loadMoreTeam {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}

#section-hp-team a[href*="our-team"] {
    background-color: #ffffff !important;
    color: var(--color-primary-background) !important;
    border-color: #ffffff !important;
}

/* Insurance */
	/**/
div#hp-insurance-1 {
    background-color: white;
}

div#hp-insurance-1 .swiper-backface-hidden .swiper-slide{
    background-color: #F2F4F7 !important;
    border-radius: 1rem; 
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05), 
                0 1px 2px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

/* Brand */
	/**/
div#hp-brands-6{
    background-color: white;
}

.brands-swiper-4 img {
    mix-blend-mode: normal;
}

div#hp-brands-6 .swiper-backface-hidden .swiper-slide{
    background-color: #F2F4F7 !important;
    border-radius: 1rem; 
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05), 
                0 1px 2px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

/* Request Appointment */
	/**/
.ry-section:nth-child(2n+1) {
    background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-fb94d903-25cf-484e-9c89-f1a3ac7a7723/images/VSHugo_Section_Background.jpg");
}

/* Testimonials */
	/**/
.testimonials-swiper svg{
    color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.ry-section:nth-child(2n) {
    background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-fb94d903-25cf-484e-9c89-f1a3ac7a7723/images/VSHugo_Section_Background.jpg");
}

/* Footer */
	/**/
#ry-footer-3::after {
    z-index: -1;
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-fb94d903-25cf-484e-9c89-f1a3ac7a7723/images/VSHugo_Footer_Background_Image.jpg);
}

/*Media Queries*/
	/**/
@media (max-width: 1080px) {
    .module-welcome.style-5 .ry-each.image-wrapper .photo{
        padding-top: 10%;
    }   
	.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    left: 0;
	}
}

@media (max-width: 1440px) {
    ul.ry-nav {
        padding-left: 3rem !important;
    }
}

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

/* End - HP Edits*/

.grid-gallery .gallery-wrapper-v2 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	gap:10px
}

.grid-gallery .gallery-wrapper-v2 .ry-each {
	width: calc(33% - 10px);
}
.grid-gallery .gallery-wrapper-v2 .ry-each:hover {
	cursor: pointer;
}

.grid-gallery .gallery-wrapper-v2 .ry-each .box-shadow {
	position: absolute;
	top: -10px;
	right: -10px;
	width: calc(100% - 10px);
	height: 100%;
}
.grid-gallery .gallery-wrapper-v2 .ry-each .photo {
	position: relative;
	max-height: 230px;
	height:100%;
}

.grid-gallery .gallery-wrapper-v2 .ry-each .photo img {
	width: 100%;
	height:100%;
	object-fit: cover;
	margin:0 !important;
	object-fit:cover
}
.fancybox-caption .fancybox-caption__body {
	text-align: center;
}

.fancybox-caption:after {
	opacity: 0;
}
@media (max-width: 1480px) {
	.grid-gallery .gallery-wrapper-v2 .ry-each {
		width: calc(33.33% - 10px);
	}
}
@media (max-width: 680px) {
	.grid-gallery .gallery-wrapper-v2 .ry-each {
		width: 47%;
	}
	body#page .ry-section * {
		text-align: center !important;
	}
	#welcome-wrap .ry-text > div a {
		margin: 0 auto !important;
		float: none;
	}
}

.homepage-swiper .with-gradient:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(rgb(255 255 255), rgb(255 255 255 / 0%));
    bottom:auto
}



@media(max-width:1080px) {
	.homepage-swiper .with-gradient:before {
		display:none !important
	}
	#navigation-style-4, #navigation .ry-menu {
		display:none !important
	}

	.snap-mobile-menu {
		display:flex !important;
		width:100%
	}
	.snap-mobile-menu .snap-mobile-menu {
		padding-inline:0
	}
	.module-welcome.style-5 *,#welcome-wrap .ry-text p,
	#welcome-wrap .text-wrapper h2{
		text-align: left !important;
		text-align:center !important;
		justify-content:center
	}

	#welcome-wrap .ry-btn {
		margin-left: auto !important;
		margin-right: auto !important;
	}

}