/* 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;}
#brands-grid .bg-gray-200 img{background:transparent;height:70px;object-fit:contain}.testimonials-swiper p,
.testimonials-swiper-2 p{
color: #444444;
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;
}

.brands-overlink, .brands-overlink a {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity:0;
    cursor: pointer;
}


.educational-vidoes a {text-decoration: none !imrpotant;}
/* 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: #444444;
}


/* HP Testi Box Slider Bg */

.module-testimonials.style-2::before, .module-testimonials.style-3::after {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-732891ee-d5a5-4a8a-9df0-31cbc1c64d1a/1_HP/testi_bg.jpg);
    background-size: cover;
    background position: center top;
}


.hp-services-bg {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-732891ee-d5a5-4a8a-9df0-31cbc1c64d1a/1_HP/services_bg.jpg);
    background-size: cover;
    background position: center top;
	
}


.hp-appt-bg{
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-732891ee-d5a5-4a8a-9df0-31cbc1c64d1a/1_HP/appt_bg.jpg);
    background-size: cover;
    background position: center top;

}

.hp-dryeye-bg {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-732891ee-d5a5-4a8a-9df0-31cbc1c64d1a/1_HP/team_bg.jpg);
    background-size: cover;
    background position: center top;

}




.footer-heading h4 {
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 500 !important;
    font-style: italic;
	color: var(--color-primary-background);
}

.subheading{
    letter-spacing: 10px;
}


div#navigation {
  background: #fff!important;
}

/* HP Heading Styles */


h1,h2,h3,h4,h5,h6 {
  
}

h3 {
    font-family: Cormorant Garamond;
	font-optical-sizing: auto;
	font-style: italic;
    text-transform: capitalize;
	font-weight: 400 !important;
	letter-spacing: -1px;
}

.h-main h3 {
    font-family: Cormorant Garamond;
	font-optical-sizing: auto;
	font-style: italic;
	font-size: 4.5rem!important;
    text-transform: capitalize;
    line-height: 1.1;
	font-weight: 400 !important;
	letter-spacing: -1px;
}

.h-sub h6 { 
    font-family: Poppins;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 300 !important;
    font-size: 1.3rem !important;
}

.white-img {
    filter: invert(1) brightness(10) contrast(10);
}

.ry-menu .ry-nav li.primary {
    text-transform: uppercase;
}


/*FAQ UPDATES */


div#image-text-flex {
    align-items: center;
    justify-content: space-between;
    gap: 2em;
    border-bottom: 1px solid rgb(102 102 102 / 24%);
    padding-bottom: 1em;
    margin-bottom: 1em;
}

div#image-text-flex .ry-btn-primary {
    margin: 1em 0 0;
    display: block;
}

div#image-text-flex div#with-image img {
    border-radius: 20px;
}

div#image-text-flex div#with-image {
    width: 35%;
}

div#image-text-flex div#with-text {
    width: 60%;
}

div#image-text-flex div#with-text h2 {
    margin: 0 0 10px 0;
}

div#image-text-flex div#with-text .ry-btn {
    text-decoration:none !important;
}


@media (max-width: 1080px) {
	
    div#image-text-flex div#with-text p,
    div#image-text-flex div#with-text h2 {
        text-align: center !important;
    }

    div#image-text-flex {
        flex-direction: column !important;
        gap: 2em 0 !important;
        padding-bottom: 2em !important;
        margin-bottom: 2em !important;
    }

    div#image-text-flex div#with-text .ry-btn {
        margin: 1.5em auto 0;
        display: block;
    }
  
    div#image-text-flex div#with-text h2 {
		  font-size: 22px;
		  line-height: 1.5;
	  }

	div#image-text-flex div#with-image, div#image-text-flex div#with-text {
		width: 100%;
	}

	div#image-text-flex div#with-image img {
		margin: 0 auto 0;
		max-width: 300px;
	}
	
	
	.slider-info h3 {
	  font-size: 45px;
	}
	.slider-info {
	}
	.slider-info {
	  min-height: auto !important;
	}
	.h-main h3 {
	  font-size: 45px !important;
	}
	#section-hp-services, #section-hp-team {
	  padding: 4em 1em;
	}
	#section-hp-services h6 {
	  color: #fff !important;
	}

	.hp-appt-bg h3 {
	  text-align: center !important;
	  line-height: 1;
	}
	#footer-map {
	  height: 400px !important;
	}
}


/*END FAQ UPDATES */




/*RESPONSIVE*/


@media (min-width:1200px) and (max-width:1440px) {
	
  .ry-menu .ry-nav li.primary a {
    font-size: 18px;
  }
  .ry-menu .ry-nav {
    gap: 0 20px;
  }
  
}

@media (max-width:1199px) {
  
	div#navigation-style-15, .ry-menu {
      display: none !important;
    }
    .snap-mobile-menu {
      display: flex !important;
    }

    .snap-mobile-menu .gap-6 {
      gap: 0 10px;
  }
  
}


@media (min-width:768px) and (max-width:1200px) {
  #ry-footer {
	  font-size: 15px;
	}
	#ry-footer .lg\:col-span-3 {
	  width: 48%;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	}
	.grid-cols-12 {
	}
	#ry-footer .grid-cols-12 {
	  display: flex;
	  flex-wrap: wrap;
	  margin: 3em 0 0;
	}
	.footer-heading h4 {
	  text-align: center !important;
	}
	#ry-footer .lg\:col-span-3 ul {
	  padding: 0;
	  width: fit-content;
	}
	#ry-footer .lg\:col-span-3 ul li {
	  text-align: center;
	}
}



/*END RESPONSIVE*/