/* 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{
color: #222222;
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;
}


body#ry-pg-body.layout-inner-pg .navigation-3 .bg-primary-inner {
    background: #fff;
}

body#ry-pg-body.layout-inner-pg .ry-menu .ry-nav li:hover {
    color: #735660;
}

body#ry-pg-body.layout-inner-pg .ry-menu .ry-nav li.dropdown .dropdown-menu li a:hover {
    color: #fff;
}

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


/* 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-f7cf80c5-8dd3-4752-b499-50034036d904/1_HP/testi_bg_u.jpg);
    background-size: cover;
    background position: center top;
}

.hp-insurance-bg {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-f7cf80c5-8dd3-4752-b499-50034036d904/1_HP/insurance_bg_u.jpg);
    background-size: cover;
    background position: center top;
}


.footer-heading h4 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500 !important;
    letter-spacing: 1px;
}

.subheading{
    letter-spacing: 10px;
}


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

/* HP Heading Styles */


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

.layout-index h3 {
    font-size: clamp(2.25rem, 1.8039rem + 1.8301vw, 4rem) !important;
	text-align: center;
    text-transform: capitalize;
    line-height: 1;
	font-weight: 600 !important;
}

.layout-index h6 { 
    font-family: Poppins;
    text-transform: uppercase;
    letter-spacing: 10px;
	font-weight: 200 !important;
}

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

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



@media (max-width: 1080px) {
	.hp-insurance-bg {
		background-position: 65% !important;
	}
}

@media (max-width: 768px) {
	.hp-insurance-bg {
		background-position: 80% !important;
	}
}
body p {
    font-size: 1.25rem;
	line-height:1.5;
}
/*--- TEAM PAGE---*/
.team-inner-page.style3 .ry-each .each-container .details .title h5 {
  font-size: 30px;
  line-height: 1.1;
	font-weight:bold
}
.team-inner-page.style3 .ry-flex.object-top .photo img {
	object-fit:cover
}

.team-inner-page.style3 .ry-each .each-container {
	gap:20px
}
.team-inner-page.style3 .ry-each .each-container .details .title p{
  letter-spacing: 0;
  font-size: 15px !important;
  font-weight: 400 !important;
 }

.team-inner-page.style3 .ry-each .each-container .details .title {
	padding-block:10px
}
.team-inner-page.style3 .team-social {
  margin: 0
}