.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-32c87c1 *//* ===== Tire Banner Section ===== */
.tire-banner {
  position: relative;
  background: url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 100px 20px;
  overflow: hidden;
}

.tire-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55); /* dark overlay */
  z-index: 1;
}

.tire-banner-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.tire-banner-content h1 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tire-banner-content p {
  font-size: 18px;
  line-height: 1.6;
  color: #f0f0f0;
  margin: 0 auto;
}

/* ===== Fade-in Animation ===== */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease forwards;
}

.fade-in.delay {
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .tire-banner-content h1 {
    font-size: 30px;
  }
  .tire-banner-content p {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-790a101 *//* ===== VEHICLE SEARCH POPUP ===== */
.vehicle-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.95);
  justify-content: center;
  align-items: center;
  color: white;
}

.vehicle-popup-content {
  background: #111;
  padding: 30px;
  border-radius: 12px;
  max-width: 600px;
  width: 90%;
  text-align: center;
  position: relative;
  box-shadow: 0 0 20px rgba(255,0,0,0.3);
}

.vehicle-popup h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 26px;
  text-transform: uppercase;
}

.vehicle-popup p {
  color: #ccc;
  font-size: 15px;
  margin-bottom: 20px;
}

/* ===== CLOSE BUTTON ===== */
.close-btn {
  position: absolute;
  top: 12px;
  right: 20px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

/* ===== VEHICLE STEPS ===== */
.vehicle-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.vehicle-step div {
  background: #b30000;
  padding: 14px 18px;
  border-radius: 8px;
  cursor: pointer;
  color: white;
  font-weight: 600;
  min-width: 120px;
  transition: 0.3s;
}

.vehicle-step div:hover {
  background: white;
  color: #b30000;
}

.vehicle-message {
  margin-top: 25px;
  font-size: 16px;
  color: #ff4040;
}

/* ===== RESPONSIVE ===== */
@media (max-width:600px) {
  .vehicle-popup-content { padding: 20px; }
  .vehicle-step div { min-width: 100px; padding: 10px 12px; }
}/* End custom CSS */