/* 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
}
div#blogs-wrap img {
    margin: 0;
}
.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;
}




/* GLOBAL UPDATES */

.ry-heading h2 {
  font-size: 65px;
  letter-spacing: -1px;
  color: var(--color-secondary-background);
  font-weight: 300;
  text-align: left;
  line-height: 1.1;
  margin-bottom: 15px;
}
.ry-heading h4 {
  font-size: 28px;
  line-height: 1.3;
  color: #333;
}

#pg-btn {
  background: var(--color-secondary-background);
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body#ry-pg-body div#navigation {
    position: static;
}

body#ry-pg-body div#navigation div#navigation-style-15 {
    padding: 2em 0;
}


body#ry-pg-body div#navigation .ry-container {
    max-width: 1600px;
    width: 90%;
}

#ry-pg-body .hp-map-block {
  display: none;
}


/* END GLOBAL UPDATES */








/*RESPONSIVE*/

@media (max-width:1660px) {
  
	.module-welcome.style-5 {
	  padding: 8em 0 7em !important;
	}
	
	#welcome-image {
	  height: 1126px;
	  top: -14px;
	  right: -18%;
	}

	 .ry-services.style2 {
	  padding: 8em 0 5em;
	} 

	 .module-welcome.style-5 .ry-container, .ry-services.style2 .ry-container {
		width: 80%;
	 }
}



@media (max-width:1600px) {
	
	#header-logo {
	  max-width: 300px;
	}

	 .ry-heading h2 {
	  font-size: 50px !important;
	}

	 #welcome-image {
	  height: 1126px;
	  top: -29px;
	  right: -18%;
	}

	 #hp-team-content #with-text {
	  width: 55%;
	}

	 .cta-btn {
	  height: 50px;
	  padding: 0 1em;
	}

	  #hp-team-content #with-image {
	  width: 45%;
	  position: relative;
	  top: 1em;
	}
}


@media (max-width:1400px) {
  
   #header-logo {
	  max-width: 250px;
	}
  
}


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

	.snap-mobile-menu {
		display: flex !important;
	}
	
	.homepage-swiper h2 {
	  font-size: 35px;
	  line-height: 1.1;
	}
	
	.snap-mobile-menu .gap-6 {
      gap: 0 10px;
  }
	
	.homepage-swiper .swiper-slide img {
		height: auto !important;
	}

  
	#footer-map {
	  height: 400px !important;
	}


	.snap-mobile-menu {
			background: #fff;
			position: relative !important;
	}

	.snap-mobile-menu mm-burger {
			color: #333;
	}

	.snap-mobile-menu img {
			max-width: 150px;
	}

	.snap-mobile-menu .gap-6 {
			gap: 0 10px;
	}
	
	.homepage-swiper .slider-info h1, .homepage-swiper .slider-info h2 {
		font-size: 45px;
	}
	
	.homepage-swiper .swiper-slide img, .homepage-swiper .swiper-slide {
        height: auto !important;
    }
	
	.ry-heading h2 {
		text-align: center;
		font-size: 35px !important;
	}

	.ry-heading h4 {
		text-align: center !important;
		font-size: 23px;
	}
	
	.module-welcome.style-5 .ry-text p {
		text-align: center;
	}
	
	
	.homepage-swiper {
		height: 100%;
	}

	#hp-slider {
		height: auto;
	}

	#navigation {
		position: static;
	}

	#welcome-image {
		position: static;
		max-width: 250px;
		background: #eee;
		border-radius: 100%;
		height: 250px;
		margin: 3em auto 0;
		object-fit: cover;
		object-position: center;
		height: 250px !important;
	}
	
	.ry-services.style2 {
	  padding: 4em 0 !important;
	}

	  #services-7 {
	  margin-top: 3em;
	}

	#hp-team-content {
	  flex-direction: column;
	  gap: 0;
	}
	#hp-team-content p {
	  text-align: center;
	}
	#hp-team-content {
	}
	.hp-team-info #pg-btn {
	  margin: 2em auto 0;
	}
	.ry-hp-team {
	  padding: 4em 0 !important;
	}
	#hp-team-content #with-image {
	  width: 100%;
	  top: 0;
	  max-width: 300px;
	  margin-bottom: 2em;
	}
	#hp-team-content #with-image img {
	  background: #fff;
	  border-radius: 100%;
	  object-fit: contain;
	}

	  #hp-team-content #with-text {
	  top: 0;
	  width: 100%;
	}

	  .hp-map-block img {
	  height: 400px !important;
	}

	  .module-testimonials .ry-content {
	  flex-direction: column !important;
	  margin-bottom: 0 !important;
	}
	.module-testimonials {
	  padding: 4em 0 !important;
	}
	.testi-swiper-pagination {
	  position: static;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.hp-testi-block .swiper-slide {
	  padding: 0;
	  opacity: 0;
	}
	.hp-testi-block .swiper-slide.swiper-slide-active {
	  opacity: 1;
	}


	  .hp-testi-block {
	  height: auto !important;
	  gap: 2em 0;
	  box-shadow: none !important;
	  max-width: 700px;
	}
	.testimonials-swiper-4 {
	  width: 100% !important;
	  border-radius: 30px !important;
	  padding: 3em;
	}

	  .hp-testi-block #with-image {
		width: 100%;
	  }
	.hp-testi-block #with-image img {
	  border-radius: 30px !important;
	  height: auto;
	  max-width: 500px;
	  margin: auto;
	}
	div.module-testimonials .icon-wrapper {
	  margin: 0 auto 1em;
	}
	.hp-testi-block p {
	  text-align: center !important;
	}

	  #stars-pagination-name-block {
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	}

	  #hp-brands-6 {
	  padding: 4em 0 !important;
	}
}



@media (min-width:1024px) {
  .mobile-services .slick-dots {
	  display: none !important;
	}
}



@media (max-width:500px) {
	.homepage-swiper .slider-info {
		gap: 0 5px;
	}
	.homepage-swiper .slider-info {
		position: absolute;
		background: transparent;
		bottom:17%;
	}
	.homepage-swiper .slider-info h1, .homepage-swiper .slider-info h2 {
		font-size: 30px;
	}
	
	.module-welcome.style-5 .ry-text p, .ry-text p  {
	  font-size: 18px !important;
	}
	
	#welcome-image {
		display: none !important;
	}
}


/* END RESPONSIVE*/





/*V2 UPDATES*/

div#contents h2:first-of-type {
    margin-top: 0 !important;
}
#hp-slider .swiper-pagination-bullet {
	background: #fff
	opacity: 0.7;
}


/*V2 UPDATES*/

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

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

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

.list-3 ul p {
		margin: 0;
	}
@media (min-width: 620px) {
	.list-3 ul {
		column-count: 3;
	}
	
	
}

body[data-page-name="frames"] #hp-brands-6::before,
body[data-page-name="frames"] #hp-brands-6 .ry-heading {
	display: none;
}

