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

/* 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 14, 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: none !important;
}

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

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


.cta-btn {
    color: var(--color-primary-text);
	background: var(--color-primary-background);
    border-radius: 999px;
}

.mobile-menu-icon {
    color: white;
}

/* 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 {
    color: var(--color-primary-text);
}

/* Hero */
	/**/
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 100vh !important;
    object-fit: cover;
}
#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;
}

/* Welcome */
	/**/


#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 */
	/**/
#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;
	width: 16rem;
    height: auto;
}

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

.col-xs-12.swiper-slide.text-center.swiper-slide-active {
    margin-right: 0px !important;
	width: 16rem !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 */
	/**/
body[data-page-name="index"] .ry-section:nth-child(2n+1) {
    background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-8c9bef9a-cfb1-4d22-9899-73e6e778b8e0/images/I.David_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-8c9bef9a-cfb1-4d22-9899-73e6e778b8e0/images/I.David_Section_Background.jpg");
}

/* Footer */
	/**/
/*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;
	}
	
	#welcome-wrap .ry-btn {
		margin: 1em auto !important;
	}
}

@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:1080px) {
  
	.slider-info .ry-btn.ry-btn-primary  {
	  margin: 1em auto;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}


	.module-welcome.style-5 >div {
	  text-align: center;
	}
	#welcome-wrap .ry-text p, .module-welcome.style-5 #welcome-wrap h2 {
	  text-align: center !important;
	}

	.module-welcome.style-5 .ry-each h2 {
	  text-align: center !important;
	}

	.module-welcome.style-5 .ry-btn.ry-btn-primary {
	  margin: 0 auto !important;
	  display: block;
	  width: 100%;
	  float: none;
	  margin-right: 0 !important;
	}
	#section-hp-services {
	  text-align: center;
	}
	body div.module-welcome.style-5 .text-wrapper h2 {
	  text-align: center !important;
	  line-height: 1.2;
	}
  
 .module-testimonials.style-4 .flex.items-center.space-x-2.mb-5,
  .module-testimonials.style-4 p {
		justify-content: center;
    text-align: center;
	}
  
   .module-testimonials.style-4 .mt-3.sm\:mt-6.text-base.md\:text-xl {
	  text-align: center;
	}
	
	#welcome-wrap .ry-btn {
		margin: 1em auto !important;
	}

	.ry-heading, .ry-text p {
		text-align: center;
	}

}




	
@media (max-width: 680px) {
	.grid-gallery .gallery-wrapper-v2 .ry-each {
		width: 47%;
	}
}

body[data-page-name="frames"] div#hp-brands-6 {
	background: none !important;
}

div#contents ul.pagination li {
    list-style: none !important;
}

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

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

.list-3 ul p {
		margin: 0;
	}
@media (min-width: 620px) {
	.list-3 ul {
		column-count: 3;
	}
}


.special-hours em {
  line-height: 25px;
  text-align: center;
  display: flex;
  font-style: normal;
  justify-content: flex-end;
  font-size: 15px;
  text-align: right;
}


@media (max-width:500px) {
  .special-hours em {
		 text-align: Center !important;;
	}
  
}

.frames-pg #hp-brands-6::before {
    display:none
}
.frames-pg #hp-brands-6 {
    background:transparent;
    margin:0;
    padding:0 0 50PX
}
.frames-pg .max-w-7xl.py-10 {
    padding:0;
    max-width:100%
}

.frames-pg .swiper-wrapper .swiper-slide{
    height:126px;;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px
}

.frames-pg .swiper-wrapper .swiper-slide img {
    max-width:200px;
    width:90%;
    max-height:90px;
    object-fit:contain
}
.frames-pg .swiper-wrapper .swiper-slide h3{
	line-height:1.1;
	margin:0 !important;
	text-align:center !important;
	font-size:1.2em;
	font-weight:bold !important
}

@media(max-width:600px) {
	.frames-pg .swiper-wrapper .swiper-slide h3{
		font-size:1.5em;
	}
}


/*body#page .brands-swiper-4 .swiper-slide {
    border:unset !important
}

body#page .brands-swiper-4 .swiper-slide img {
    border:solid 1px #00000059;
    padding:20px;
    max-width:300px;
    width:100%;
    height:120px;
    border-radius:10PX
}*/