/* 
Theme Name: PL Golf Clube
Description: Tema desenvolvido exclusivamente para o PL Golf Clube
Author: JP Infoweb
Author URI: https://jpinfoweb.com.br/
Template: hello-elementor
Version: 2.0.0
Text Domain: plgc
*/

/* Add your custom styles here */

html,
body {
  overflow-x: hidden;
}

li.menu-cta > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #14b856;
  color: #ffffff !important;
  padding: 12px 26px !important;
  border-radius: 4px;
  text-decoration: none !important;
  border: none !important;
  border-bottom: none !important;
  box-shadow: 0 6px 18px rgba(20, 184, 86, 0.22);
  font-weight: 700;
  line-height: 1;
  transition: all 0.25s ease;
}

li.menu-cta > a:hover {
  background: #10a24c;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(20, 184, 86, 0.28);
  text-decoration: none !important;
  border: none !important;
  border-bottom: none !important;
}

li.menu-cta > a::after,
li.menu-cta > a:hover::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 768px) {
  li.menu-cta > a {
    margin-bottom: 20px !important;
  }
}
