html { scroll-behavior: smooth; }  .bricks-button { transition: all 0.25s ease !important; } .bricks-button:hover { transform: scale(1.03) !important; box-shadow: 0 0 20px rgba(26, 79, 191, 0.5), 0 0 40px rgba(74, 179, 244, 0.2) !important; filter: brightness(1.15) !important; }  .bricks-button:not(.bricks-background-primary):hover { box-shadow: 0 0 16px rgba(74, 179, 244, 0.3) !important; border-color: #4AB3F4 !important; color: #4AB3F4 !important; transform: scale(1.03) !important; } .accordion-item { transition: all 0.25s ease !important; border-radius: 6px !important; padding: 0 12px !important; } .accordion-item:hover { background: rgba(74, 179, 244, 0.05) !important; border-bottom-color: rgba(74, 179, 244, 0.3) !important; } .accordion-item:hover .accordion-title { color: #4AB3F4 !important; } <!-- Whatsapp Button -->