.elementor-22 .elementor-element.elementor-element-d8d1986{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-22 .elementor-element.elementor-element-5d54124{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-38e44b5 *//* Sticky Call Button - Ally Randall Solicitors */
.ars-sticky-call {
  position: fixed;
  right: max(22px, env(safe-area-inset-right));
  bottom: calc(24px + env(safe-area-inset-bottom));
  z-index: 999999;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 11px 20px 11px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #262161 0%, #224F97 100%);
  color: #ffffff !important;
  text-decoration: none !important;
  font-family: "Montserrat", Arial, sans-serif;
  box-shadow: 0 18px 45px rgba(38, 33, 97, 0.35);
  overflow: visible;
  isolation: isolate;
  transform: translateZ(0);
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
  -webkit-tap-highlight-color: transparent;
}

.ars-sticky-call:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 24px 55px rgba(38, 33, 97, 0.48);
  color: #ffffff !important;
}

.ars-sticky-call:active {
  transform: translateY(-2px) scale(0.98);
}

.ars-call-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-shadow: inset 0 0 0 1px rgba(38, 33, 97, 0.08);
  animation: arsIconFloat 2.4s ease-in-out infinite;
}

.ars-call-icon svg {
  width: 21px;
  height: 21px;
  fill: #262161;
}

.ars-call-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.ars-call-text strong {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #ffffff;
}

.ars-call-text small {
  margin-top: 3px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}

.ars-call-pulse {
  position: absolute;
  inset: -7px;
  border-radius: 999px;
  background: rgba(38, 33, 97, 0.28);
  z-index: -1;
  animation: arsCallPulse 2s ease-out infinite;
}

.ars-sticky-call::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.18),
    rgba(255,255,255,0.02)
  );
  pointer-events: none;
}

.ars-sticky-call::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -35%;
  width: 45%;
  height: 220%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.28),
    transparent
  );
  transform: rotate(25deg);
  animation: arsShine 4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes arsCallPulse {
  0% {
    transform: scale(0.95);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.16);
    opacity: 0;
  }
  100% {
    transform: scale(1.16);
    opacity: 0;
  }
}

@keyframes arsIconFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  45% {
    transform: translateY(-2px) rotate(-5deg);
  }
  70% {
    transform: translateY(0) rotate(5deg);
  }
}

@keyframes arsShine {
  0%, 45% {
    left: -45%;
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  75%, 100% {
    left: 120%;
    opacity: 0;
  }
}

/* Tablet */
@media (max-width: 768px) {
  .ars-sticky-call {
    right: max(18px, env(safe-area-inset-right));
    bottom: calc(20px + env(safe-area-inset-bottom));
    min-height: 58px;
    padding: 10px 17px 10px 10px;
  }

  .ars-call-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .ars-call-text strong {
    font-size: 14px;
  }

  .ars-call-text small {
    font-size: 12.5px;
  }
}

/* Small iPhones */
@media (max-width: 420px) {
  .ars-sticky-call {
    right: max(14px, env(safe-area-inset-right));
    bottom: calc(18px + env(safe-area-inset-bottom));
    padding: 10px;
    min-height: 56px;
    border-radius: 50px;
  }

  .ars-call-text {
    display: none;
  }

  .ars-call-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }

  .ars-call-icon svg {
    width: 22px;
    height: 22px;
  }
}

/* Accessibility */
.ars-sticky-call:focus-visible {
  outline: 3px solid rgba(34, 79, 151, 0.35);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .ars-sticky-call,
  .ars-call-icon,
  .ars-call-pulse,
  .ars-sticky-call::after {
    animation: none !important;
    transition: none !important;
  }
}/* End custom CSS */