/*
Theme Name: Veluna
Template: hello-elementor
Version: 1.0
Author:	Shashi
Theme URI: https://come2theweb.com/
Author URI: https://come2theweb.com/
*/
.site-header {
	z-index: 1000;
}
.site-logo {
	max-width: 150px;
}
.site-navigation ul.menu li a {
	color: #fff;
	font-size: 23px;
	font-weight: 600;
}

#site-footer.site-footer .footer-inner .copyright{
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
#site-footer {
  background: #141031;
}
.site-footer .footer-inner .copyright p a {
  color: #e8c977;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.whatsapp-float img {
  width: 35px;
  height: 35px;
}