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


/*--Added Styles--*/

.footer-heading {
	text-transform: uppercase;
    font-size: 24px;

}

.dr-spotlight-text-padding {
	
}

.team-inner-page.style3 ul {
    margin-left: 20px !important;
}

div#contents ul.pagination li {
	list-style: none !important;
}

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

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

@media (max-width: 767px) {
	.homepage-swiper h2 {font-size: 2rem;}
}

.hp-cta-section {
	padding:100px 0 !important
}
.hp-cta-section .cta-wrapper {
	max-width:1600PX;
	width:95%;
	margin-inline:auto;
}

@media(max-width:1080px) {
	.hp-cta-section {
		padding:50px 0 !important
	}
	.hp-cta-section .cta-wrapper {
		gap:30px;
	}
}

@media(max-width:780px) {
	.hp-cta-section .cta-wrapper {
		gap:30px;
		width:80%;
	}
}

@media(max-width:1199px) {
	#ry-footer .grid-cols-12 .col-span-full{
		width:fit-content;
	}
	#ry-footer .grid-cols-12 .col-span-full li span {
		text-wrap:nowrap
	}
	#ry-footer .grid-cols-12  {
		display:flex;
		justify-content:space-between;
		gap:30px
	}
}
@media(max-width:1023px) {
	#ry-footer .grid-cols-12 .col-span-full{
		width:40%;
		max-width:unset

	}
	#ry-footer .grid-cols-12  {
		flex-wrap:wrap;
		justify-content:center;
	}
}
@media(max-width:600px) {
	#ry-footer .grid-cols-12 .col-span-full{
		width:100%;
	}
}

@media(max-width:1279px) {
    div#ry-footer .flex-col {
        flex-direction:row;
        align-items:center
    }
 
}
@media(max-width:1080px) {
      div#ry-footer .flex-col {
        flex-direction:column;
        align-items:center;
          gap:10px
    }
       div#ry-footer .flex-col * {
        text-align:center;
           line-height:1.5
    }

    div#ry-footer .flex-col img {
        max-width:100PX;
        height:fit-content;
        margin-top:-3px
    }
}