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


#section-hp-services .text-center {
  width: 100%;
  max-width: 80%;
}
#section-hp-services .text-center h4 {
  width: 100%;
  font-size: 25px;
}




@media (max-width:1300px) {
  #section-hp-services .text-center h4 {
	  font-size: 20px !important;;
	}
}


#navigation {
    background: #fff !important;
}

/* 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 <July 29, 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);
}
/* 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 */
	/**/
/* Welcome */
	/**/



/* Services */
	/**/
/* Meet the Team */
	/**/
#section-hp-team h6, #section-hp-team p {
    color: white;
}
/* Insurance */
	/**/
/* Brand */
	/**/
#hp-brands-6 .overflow-hidden {
    padding: revert-layer;
}

#hp-brands-6 .swiper-slide {
    background: none;
}

.t-swiper-button-next,
.t-swiper-button-prev,
.brand-4-swiper-button-next,
.brand-4-swiper-button-prev{
  color: var(--color-secondary-text);
  background-color: var(--color-primary-background);
}
/* Request Appointment */
	/**/
/* Testimonials */
	/**/

.testimonials-swiper .swiper-slide:nth-child(odd) {
    background: var(--color-primary-background);
}

.testimonials-swiper .swiper-slide:nth-child(even) {
    background: #f4e1cf;
}

.testimonials-swiper .swiper-slide:nth-child(odd) p {
    color: var(--color-primary-text);
}

.testimonials-swiper .swiper-slide:nth-child(even) svg {
    color: var(--color-primary-background);
}
/* Footer */
	/**/
/*Media Queries*/
	/**/.group-bg .background-section, .group-bg .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}

#hp-welcome-1,
#section-hp-services,
#hp-brands-6{
    position: relative;
    z-index: 1;
}
@media (max-width:1024px){
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
	
	.promotions img {
	  width: 100%;
	  min-width: 250px;
	  margin: 0 auto 0;
	  max-width: 250px;
	}
	div.promotions .pr-10 {
	  padding: 0;
	}
	.flex.flex-col.space-y-8.promotions {
	}
	div.promotions h3, div.promotions p {
	  text-align: center !important;
	  margin: 15px auto 0;
	}
	div.promotions .ry-btn.ry-btn-primary {
	  margin: 1em auto 0;
	}
}


div#hp-brands-6 .brands-swiper-4 img {
	height: 120px !important;
}


/* End - HP Edits*/







/* RESPONSIVE */


div.menu-btn-block {
  display: flex;
  align-items: center;
  width: 70%;
  justify-content: flex-end;
  gap: 0 5em;
}
#logo-wrap {
  width: 20%;
}
.ry-menu .ry-nav {
  margin-left: 0;
}
#header-btns {
  width: 300px;
}
#header-btns .pb-4 {
  padding-bottom: 0;
}
#header-social {
  display: none;
}



@media (max-width:1538px) {
  #logo-wrap img {
	  max-width: 280px;
	}
	div.menu-btn-block {
	  width: auto;
	}
  
}

@media (max-width:1360px) {
	
	div.menu-btn-block {
	  flex-direction: column-reverse;
	  justify-content: flex-end;
	  align-items: flex-end;
	  gap:0;
	}
	
	#header-btns .flex-col {
	  flex-direction: row;
		gap: 0 5px;
	}
	#header-btns {
	  width: 100% !important;
	}

	#header-btns .ml-4 {
	  margin: 0 0 0 10px;
	  white-space: nowrap;
	}
	#header-btns .rounded-full {
	  padding: 10px 25px 12px 25px;
	}

	  #navigation-style-7 {
	  padding: 2em 3em 0 3em;
	}
	
	#section-hp-services img, #section-hp-services .rounded-\[60px\] {
	  height: 300px !important;
	  border-radius:  20px !important;
	  object-fit: cover;
	  object-position: center;
	}
	#section-hp-services .rounded-\[60px\] {
	}

	#section-hp-services .group:hover .group-hover\:bg-secondary-background {
	  background: #000000b5;
	}
	#section-hp-services .text-center h4 {
	  font-weight: 400 !important;
	}
}

@media (max-width:1024px) {
	#ry-sidebar {
	  max-width: 400px;
	  margin: auto;
	}
}



/* RESPONSIVE */


#vs-ads-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	padding-top:16px;
}

#vs-ads-container {
    width: 100%;
    max-width: 615px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    border: 8px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

#vs-ads-container .vs-ad-item {
    width: 100%;
}

#vs-ads-container img {
    display: block;
    width: 100%;
    height: auto;
    margin: unset;
}

#vs-ads-container a {
    display: block;
}

/* Mobile */
@media (max-width: 1080px) {
    #vs-ads-container {
        max-width: 300px;
        flex-direction: column;
    }
}

