/* 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/vitheleneolivier/wp-content/uploads/2026/03/Vector.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/vitheleneolivier/wp-content/uploads/2026/03/VectorA.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/vitheleneolivier/wp-content/uploads/2026/03/VectorB.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/vitheleneolivier/wp-content/uploads/2026/03/VectorC.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;
}




/* 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/vitheleneolivier/wp-content/uploads/2026/03/Vector.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/vitheleneolivier/wp-content/uploads/2026/03/VectorA.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/vitheleneolivier/wp-content/uploads/2026/03/VectorB.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/vitheleneolivier/wp-content/uploads/2026/03/VectorC.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;
	}
}





