.elementor .card-content{gap:20px;}.elementor .westan-btn{display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
cursor: pointer !important;
position: relative !important;
overflow: hidden !important;
transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* === HOVER: Forest-Navy + Lift === */
.westan-btn:hover {
background-color: #0F2B2B !important;
color: #ffffff !important;
transform: translateY(-4px) !important;
box-shadow: 0 6px 34px 0 #337D54 !important;
}

/* === ACTIVE: Settle back on click === */
.westan-btn:active {
transform: translateY(-1px) !important;
box-shadow: 0 6px 34px 0 #337D54 !important;
}

/* === SHIMMER SWEEP === */
.westan-btn::after {
content: '' !important;
position: absolute !important;
top: 0 !important;
left: -100% !important;
width: 100% !important;
height: 100% !important;
background: linear-gradient(
  90deg,
  transparent,
  rgba(255, 255, 255, 0.12),
  transparent
) !important;
transition: left 0.6s ease !important;
pointer-events: none !important;
z-index: 0 !important;
}

.westan-btn:hover::after {
left: 100% !important;\n}