/* 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 <12 05 2025> */

/**/
	/*fonts*/

	/*btns*/

/*Modal*/
/* Header */
	/**/

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

.ry-menu .ry-nav li.primary:hover {
    color: var(--color-primary-background);
}

.ry-menu .ry-nav li.primary:hover .caret {
    border-color: var(--color-primary-background);
}

.cta-btn {
    background: var(--color-primary-background);
}
/* Hero */
	/**/
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, transparent);
}
/* CTA */
	/**/
.cta-section.style-1.circle .span a {
    font-family: 'Fahkwang' !important;
    text-transform: uppercase;
}

.cta-section.style-1.circle .p-10 {
    padding: 30px 0 0 0;
}
/* Welcome */
	/**/
.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
}

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

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

.mt-10.block.ry-btn.ry-btn-primary.mx-auto.px-6.py-3\.5.w-60.relative {
    float: left !important;
}

#services-12 > div:nth-child(odd) > div > p, #services-12 > div:nth-child(even) > div > p {
    display: none;
}

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

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

#services-12 > div:nth-child(odd) > div > a, #services-12 > div:nth-child(even) > div > a {
    width: 40px;
    height: 40px;
    font-size: 20px;
    background-color: var(--color-primary-background);
    transition: all ease .3s;
}
#services-12 > div:nth-child(odd):hover > div > a, #services-12 > div:nth-child(even):hover > div > a {
    background-color: black;
}
#services-12 > div:nth-child(even) img {
    filter: none !important;
}

#section-hp-services .hp-service::before {
    content: "";
    position: absolute;
    top: 5%;
    left: 5%;
    height: 90%;
    width: 90%;
    background: none;
    border-radius: inherit;
    border: 2px solid var(--color-primary-background);
    transition: all ease .3s;
}

#section-hp-services .hp-service {
    position: relative;
}
#section-hp-services .hp-service:hover::before {background: #0e5cbc29;}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/

#hp-brands-6 .overflow-hidden {
    padding: 10px 0;
}

#hp-brands-6 .swiper-slide {
    background: #eeeeee;
}
#hp-brands-6 .t-swiper-button-next,
#hp-brands-6 .t-swiper-button-prev,
#hp-brands-6 .brand-4-swiper-button-next,
#hp-brands-6 .brand-4-swiper-button-prev {
    background-color: var(--color-primary-text);
		color: #374151;
}
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-4 .swiper-slide {
    background: transparent;
}
.module-testimonials.style-4 .swiper-slide * {
    color: #374151;
}
.module-testimonials.style-4 svg {
    fill: rgb(253 224 71 / var(--tw-text-opacity, 1));
}
/* Footer */
	/**/
/*Media Queries*/
	/**/
.snap-mobile-menu img {
    filter: brightness(0) invert(1);
}
@media screen and (max-width:1025px){
    #hp-slider,
    #hp-slider .swiper-wrapper,
    .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
}

@media (width < 1080px) {
    #section-hp-services:before, .module-19.style2:before, .ry-services.style2::before {
        opacity: 1;
    }
}
@media (max-width: 1080px) {
    .module-welcome.style-5 .ry-flex {
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 768px) {
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        padding-top: 30px !important;
    }
}
/* End - HP Edits*/

#navigation .bg-primary-background {
    background-color: #fff;
}

body[data-page-name="frames"] #hp-brands-3::before{
	display: none;
}

body[data-page-name="frames"] div#hp-brands-3 {
    background-color: transparent;
	padding-top: 0 !important;
}

.control-label.stacked {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cta-section {
    background: #005cbb;
}
.cta-btn {
    border-radius: 200px;
}

body[data-page-name="contact-us"] div#footer-map {
    display: none;
}
body[data-page-name="contact-us"] .-mt-\[8vw\] {
    margin-top: 0px;
}

.ry-btn {
    border-radius: 200px;
}
@media (min-width: 1023px) {
  #ry-pg-body :is(.navigation-3) {
    padding-bottom: 0px;
  }
}
#section-hp-services #services-12 {
    transform: scale(0.8);
    margin-top: 0;
}

#hp-brands-3 .brands-swiper-3 {
    transform: scale(0.6);
}

#hp-brands-3 .overflow-hidden {
    padding: 0;
}