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

div#contents h2:first-of-type {
    margin-top: 0;
}

.brand-list ul {
    column-count: 4;
    padding: 0;
    column-gap: 12%;

}

div#brands-inner div#hp-brands-6  .brand-list ul li p {
    font-size: 17px;
}
.brand-list ul li p {
    margin: 0;
}

.brand-list ul li {
    margin: 0;
    list-style: disc;
}

div#brands-inner div#hp-brands-6 {
    padding: 0;
}

div#brands-inner div#hp-brands-6 .px-4 {
    padding: 0 1em !important;
}


@media (max-width:768px) {
    .brand-list ul {
        column-count: 3;
        padding-left:1.5em;
         column-gap: 8%;
    }
}

@media (max-width:575px) {
    .brand-list ul {
        column-count: 2;
        
    }
}

.associaton-gallery-section div#images-flex {
    gap: 20px;
}

.associaton-gallery-section div#images-flex .logo-block {
    width: 40%;
}

.associaton-gallery-section h2 {
    margin-top:0 !important;
}

/** GALLERY **/
.gallery-container .ry-each img {
    cursor: pointer;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
}
.gallery-container .lightbox-trigger .ry-each {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.gallery-container .lightbox-trigger .ry-each > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.gallery-container .lightbox-trigger {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}
.gallery-container .lightbox-trigger .ry-each.tall {
	grid-row: span 2;
}

@media (max-width:768px) {
	.gallery-container .lightbox-trigger {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		grid-auto-rows: 150px;
	}

}
/** END GALLERY **/

 
.ry-photo.right {
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
  width: 40%;
}

@media (max-width:768px) {
  .ry-photo.right {
	  float: none;
	  margin: 0 auto 0 !important;
	  width: 100%;
	}
	.ry-photo.right img {
	  max-width: 500px;
	  margin: auto;
	}
}


/* HP Edits - Started <May 29, 2026> */

/**/
	/*fonts*/

	/*btns*/

/*Modal*/
/* Header */
	/**/
.snap-mobile-menu {
    background: var(--color-secondary-background);
}

.ry-menu .ry-nav li.primary .caret {
    border-color: #fff;
}

.ry-menu .ry-nav li.primary:hover .caret {
    border-color: var(--color-secondary-background);
}
.with-gradient:before {
    background-image: linear-gradient(to bottom, var(--color-secondary-background), transparent, transparent);
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: var(--color-primary-background);
    color: var(--color-primary-text);
}
.mobile-menu-icon {
    background: var(--color-primary-background);
}
/* Hero */
	/**/
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 100vh !important;
    object-fit: cover;
}
/* CTA */
	/**/
/* Welcome */
	/**/
.module-welcome.style-6 .ry-each.image-wrapper .photo.offset {
    border-color: var(--color-primary-background);
}
/* Services */
	/**/
.module-services.style-9:before {
    background: transparent;
}

.module-services.style-9 .ry-flex .ry-each .services-details h4 {
    color: var(--color-secondary-background);
}

.module-services.style-9 .ry-flex .ry-each .services-details p {
    color: #666;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each .photo img {
    filter: invert(1);
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each .photo {
    background: var(--color-primary-background);
}
#custom-hp-bg .background-section, #custom-hp-bg .background-section img {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
}

.module-welcome.style-6,
.ry-hp-team,
.module-services.style-9,
.custom-hp-optilight,
#hp-brands-6,
.module-appointment.style-3,
.module-testimonials.style-2,
#footer-map,
#ry-footer-3{
    z-index: 2;
    position: relative;
}

.custom-hp-optilight .background-section, .custom-hp-optilight .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.custom-hp-optilight .custom-headline h2 .span-1 {
    color: white;
    padding-top: 15px;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/


#hp-brands-6::before {
    background: transparent;
}
#hp-brands-6 .overflow-hidden {
    padding: 0;
}

#hp-brands-6 .swiper-slide {
    background: none;
}
.module-appointment.style-3::before {
    background: https://s3.amazonaws.com/static.organiclead.com/Site-706b52db-2285-4b5a-bd51-0be21582bf55/backgrounds/drkenboltz_pattern_black.jpg center center no-repeat;
	background-size: cover;
}
/* Request Appointment */
	/**/
/* Testimonials */
	/**/

.module-testimonials.style-2 {
    background: transparent;
}
.module-testimonials.style-2::before, .module-testimonials.style-3::after {
    opacity: 0;
}

.review-widget.dark {
    z-index: 1;
}
/* Footer */
	/**/
/*Media Queries*/
	/**/
@media (min-width:1025px){
	.module-services.style-9 .custom-headline h2,
	.module-services.style-9 .custom-headline h2 .span-1 {
		text-align: left;
	}
}

@media (max-width:1024px){
    .with-gradient:before {
        opacity: 0;
    }
    
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
}
@media (max-width:1080px){
    .module-welcome.style-6 .ry-each.image-wrapper .photo.offset img.img-responsive {
        object-fit: cover;
        max-width: 100%;
        border: 8px solid var(--color-primary-background);
        border-radius: 0;
    }
    
    .module-welcome.style-6 .ry-each.image-wrapper .photo.offset {
        border: none;
        box-shadow: none;
    }
    
    .module-welcome.style-6 .ry-each.image-wrapper .photo:not(.offset) {
        padding-bottom: 40%;
    }
}
/* End - HP Edits*/

#navigation {
	background: #2c2c2c !important;
}

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

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

@media(max-width:1024px) {
     .module-appointment.style-3 .justify-end {
          justify-content:center
     }
     .module-appointment.style-3  .lg\:w-1\/3,
     .module-appointment.style-3 .lg\:w-2\/3 {
          width:100%
     }

     .module-appointment.style-3 .leading-6 p {
          text-align:center
     }

     .module-appointment.style-3 .lg\:w-2\/3 .ry-btn {
          margin-inline:auto
     }

     .module-appointment.style-3 .lg\:w-2\/3 [data-type="submit"] {
          display:flex
     }

     .module-appointment.style-3 .flex-col {
          gap:20px;
          padding-inline: 1.5rem;
          padding-block:50px
     }
	
	
	.custom-hp-optilight .flex-col .w-full .photo{
		display:flex;
		justify-content:center
	}
}


@media (max-width: 1080px) {
	.module-welcome.style-6 .ry-each.image-wrapper .photo.offset img.img-responsive {
		width:100%;
		max-width:550px
	}

	.style-6 .lg\:basis-1\/3 img {
		max-width:400PX;
		width:100%
	}

	.style-6  .border-primary-background {
		border:0;
		flex-direction:row;
		border-bottom:solid 1px
	}

	.style-6  .lg\:border-dashed.lg\:p-4.lg\:w-1\/2 {
		flex-direction:row
	}

	.style-6 .group {
		border:0;
		padding-block:10px
	}
	.style-6 .basis-2\/3 {
			max-width:800px;
			width:100%;
			margin-inline:auto
		}
}
@media (max-width: 780px) {
    .module-welcome.style-6 .ry-each.image-wrapper .photo:not(.offset) {
     padding-bottom:50%
}
}   
