/* ==============================================================================
   Silver Bridge Towing Service - Exact Match Polish & Animation Enhancements
   ============================================================================== */

html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

img {
  max-width: 100%;
  height: auto;
}

/* Ensure Elementor animations reveal immediately if JS is slightly delayed */
.elementor-invisible {
  visibility: visible !important;
  opacity: 1 !important;
}

/* Form feedback notifications */
.form-feedback {
  margin-top: 18px;
  padding: 14px 18px;
  border-radius: 6px;
  display: none;
  font-weight: 600;
  font-size: 14px;
}

.form-feedback.success {
  display: block !important;
  background-color: #d1fae5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.form-feedback.error {
  display: block !important;
  background-color: #fee2e2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

/* Service 06 - Car Lockout Assistance responsive alternating alignment */
@media (max-width: 767px) {
  .elementor-189 .elementor-element.elementor-element-9024d5f {
    --flex-direction: column-reverse;
  }
}

