/* Header */
.nav-menu ul li:hover::before, .nav-footer ul li:hover::before {
  transform: rotate(60deg);
}
.nav-menu ul li::before, .nav-footer ul li::before {
	transition: .2s ease-in-out;
}

.nav-menu ul li:nth-child(1)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://test8.samplewebsitelink.com/mattwilcoxx/wp-content/uploads/2025/10/Vector-3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.nav-menu ul li:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://test8.samplewebsitelink.com/mattwilcoxx/wp-content/uploads/2025/10/Vector-4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.nav-menu ul li:nth-child(3)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://test8.samplewebsitelink.com/mattwilcoxx/wp-content/uploads/2025/10/Vector-5.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.nav-menu ul li:nth-child(4)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://test8.samplewebsitelink.com/mattwilcoxx/wp-content/uploads/2025/10/Vector-6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.nav-menu ul li:nth-child(5)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://test8.samplewebsitelink.com/mattwilcoxx/wp-content/uploads/2025/10/Vector-8.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.nav-menu ul li:nth-child(6)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://test8.samplewebsitelink.com/mattwilcoxx/wp-content/uploads/2025/10/Vector-9.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
.nav-menu ul, .nav-footer ul{
	gap: 22px;
}
.nav-menu ul li, .nav-footer ul li {
	width: 80px;
	transition: .6s ease-in-out;
}
.nav-menu ul li a, .nav-footer ul li a {
	justify-content: center;
}

.testimonial-sec .elementor-testimonial-content{
	background: #BFE0F3;
    padding: 20px;
    border-radius: 24px;
}
.testimonial-sec .elementor-testimonial-content:after{
	content: '';
    position: absolute;
    left: 43px;
    bottom: 28px;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 20px solid #BFE0F3;	
}


/* Footer */
.nav-footer ul li:nth-child(1)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://test8.samplewebsitelink.com/mattwilcoxx/wp-content/uploads/2025/10/Vector-3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.nav-footer ul li:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://test8.samplewebsitelink.com/mattwilcoxx/wp-content/uploads/2025/10/Vector-4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.nav-footer ul li:nth-child(3)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://test8.samplewebsitelink.com/mattwilcoxx/wp-content/uploads/2025/10/Vector-6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.nav-footer ul li:nth-child(4)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://test8.samplewebsitelink.com/mattwilcoxx/wp-content/uploads/2025/10/Vector-8.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.nav-footer ul li:nth-child(5)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://test8.samplewebsitelink.com/mattwilcoxx/wp-content/uploads/2025/10/Vector-9.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

#category-select {
    border-radius: 50px;
}






@media screen and (max-width: 550px){
	.nav-footer ul{
		gap: 20px;
	}
	.nav-footer ul li {
		width: 60px;
	}
	.footer-sec .e-con-inner{
		align-content: end!important;
	}
	.footer-sec{
		background-color: #8793FF;
	}
	.g-l .gallery{
		columns: 3!important;
		margin: unset!important;
	}
	.g-l .gallery-item {
    	padding: 0 0px 30px 0!important;
	}
	.g-l .elementor-image-gallery img {
    	width: 90%!important;
	}
	.nav-menu ul li:first-child {
    	margin-top: 6px;
	}
	.nav-menu ul li {
    	margin-bottom: 14px;
	}
}





