/* Prevent horizontal scrolling safely */
html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

/* === BOOK A CONSULT - Railway Pill Button === */

.e-ecc2309-fc1f96e {
  border-radius: 80px !important;
  padding-block: 22px !important;
  padding-inline: 60px !important;
}

.e-ecc2309-a515b0c.e-button-base,
.e-ecc2309-afe1abb.e-button-base {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 80px !important;
  border: none !important;
  border-width: 0 !important;
  outline: none !important;
  background-clip: padding-box !important;
  padding: 22px 60px !important;
  background:
    radial-gradient(ellipse at 25% 50%, rgba(30,60,200,0.45) 0%, transparent 65%),
    radial-gradient(ellipse at 78% 50%, rgba(210,80,0,0.45) 0%, transparent 60%),
    linear-gradient(135deg, #0c0c20 0%, #111228 45%, #100a06 100%) !important;
  background-color: transparent !important;
  box-shadow:
    inset 0 0 60px rgba(30,60,200,0.18),
    inset 0 0 60px rgba(200,70,0,0.13),
    0 0 22px rgba(40,90,255,0.45),
    0 0 22px rgba(255,95,0,0.40) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  white-space: nowrap !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
  cursor: pointer !important;
  overflow: visible !important;
}

.e-ecc2309-a515b0c.e-button-base::before,
.e-ecc2309-afe1abb.e-button-base::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 80px !important;
  padding: 1.5px !important;
  background: linear-gradient(90deg, rgba(60,120,255,0.92) 0%, rgba(255,255,255,0.15) 50%, rgba(255,100,0,0.92) 100%) !important;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
  -webkit-mask-composite: xor !important;
  mask-composite: exclude !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

.e-ecc2309-a515b0c.e-button-base:hover,
.e-ecc2309-afe1abb.e-button-base:hover {
  transform: scale(1.04) !important;
  box-shadow:
    inset 0 0 80px rgba(30,60,200,0.25),
    inset 0 0 80px rgba(200,70,0,0.18),
    0 0 32px rgba(40,90,255,0.60),
    0 0 32px rgba(255,95,0,0.55) !important;
}