/* 
Theme Name: Vegas Rental
Description: Tema desenvolvido exclusivamente para Vegas Rental
Author: JP Infoweb
Author URI: https://jpinfoweb.com.br
Template: hello-elementor
Version: 2.0.2
Text Domain: vegasrental
*/

/* Add your custom styles here */
html,
body {
  overflow-x: hidden;
}

li.menu-orcamento > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #9B98C8, #7f7bb3);
  color: #ffffff !important;
  padding: 20px 40px !important;
  border-radius: 8px;
  text-decoration: none !important;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  transition: all 0.3s ease !important;
}

li.menu-orcamento > a:hover {
  background: linear-gradient(135deg, #7f7bb3, #6a66a3) !important;
  transform: translateY(-2px);
  border: 1.5px solid #ffffff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
  text-decoration: none !important;
}

@media (max-width: 1024px) {
  li.menu-orcamento > a {
    width: fit-content;
    margin: 10px auto;
    padding: 12px 20px !important;
  }
}