.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-5554 .elementor-element.elementor-element-8183f7f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-5554 .elementor-element.elementor-element-8183f7f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.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 );}.elementor-5554 .elementor-element.elementor-element-9135a08{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-5554 .elementor-element.elementor-element-9135a08 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5554 .elementor-element.elementor-element-2404752{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-5554 .elementor-element.elementor-element-2404752 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5554 .elementor-element.elementor-element-2388b98{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-80px;margin-bottom:-80px;}.elementor-5554 .elementor-element.elementor-element-2388b98 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5554 .elementor-element.elementor-element-52655e7{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-80px;margin-bottom:-80px;}.elementor-5554 .elementor-element.elementor-element-52655e7 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5554 .elementor-element.elementor-element-7fa04fe{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:114px;margin-bottom:0px;}.elementor-5554 .elementor-element.elementor-element-7fa04fe > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5554 .elementor-element.elementor-element-1642819{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-80px;margin-bottom:-80px;}.elementor-5554 .elementor-element.elementor-element-1642819 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-5554 .elementor-element.elementor-element-2388b98{margin-top:-74px;margin-bottom:0px;padding:0px 0px 3px 0px;}.elementor-5554 .elementor-element.elementor-element-52655e7{margin-top:-74px;margin-bottom:0px;padding:0px 0px 3px 0px;}.elementor-5554 .elementor-element.elementor-element-7fa04fe{margin-top:-74px;margin-bottom:0px;padding:0px 0px 3px 0px;}.elementor-5554 .elementor-element.elementor-element-1642819{margin-top:-74px;margin-bottom:0px;padding:0px 0px 3px 0px;}}/* Start custom CSS for html, class: .elementor-element-aaccd08 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&family=Saira:wght@400;500&display=swap');

.tire-categories {
  padding: 80px 20px;
  text-align: center;
  background: #fff;
}

.tire-categories h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.tire-categories .subtitle {
  font-family: 'Saira', sans-serif;
  color: #555;
  font-size: 1.1em;
  margin-bottom: 50px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  align-items: stretch;
}

.category-card {
  background: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.category-card:hover {
  transform: translateY(-5px);
}

.category-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.category-card h3 {
  font-family: 'Poppins', sans-serif;
  margin: 15px 0 5px;
  font-size: 1.2em;
}

.category-card p {
  font-family: 'Saira', sans-serif;
  color: #666;
  margin-bottom: 15px;
}

.category-card .btn {
  display: inline-block;
  background: #c00;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-bottom: 20px;
}

.category-card .btn:hover {
  background: #a00;
}

/* Popup Styles */
.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  background: #fff;
  padding: 40px;
  width: 90%;
  max-width: 500px;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  text-align: center;
  animation: fadeIn 0.3s ease;
}

.popup-content h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.popup-subtext {
  font-family: 'Saira', sans-serif;
  color: #555;
  margin-bottom: 20px;
}

.popup-content input,
.popup-content textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-family: 'Saira', sans-serif;
  font-size: 0.95rem;
}

.popup-content textarea {
  min-height: 80px;
  resize: none;
}

.popup-content .btn {
  width: 100%;
  background: #c00;
  padding: 12px 20px;
  border-radius: 6px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.popup-content .btn:hover {
  background: #a00;
}

.close-popup {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
  font-weight: bold;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

/* Responsive */
@media (max-width: 768px) {
  .tire-categories h2 { font-size: 1.8em; }
  .category-grid { gap: 20px; }
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 992px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .category-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c5452c0 *//* 🌟 Bulk Pricing Section */
.bulk-pricing {
  background: #fff;
  padding: 100px 20px;
  text-align: center;
  font-family: 'Saira', sans-serif;
}

.bulk-pricing h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto 60px;
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto 50px;
}

.pricing-card {
  background: #f8f8f8;
  padding: 40px 25px;
  border-radius: 14px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.pricing-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #d11a2a;
  margin-bottom: 10px;
}

.pricing-card p {
  color: #555;
  font-size: 1rem;
  margin-bottom: 20px;
}

.price-tag {
  display: inline-block;
  background: #d11a2a;
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
}

.featured {
  background: #d11a2a;
  color: #fff;
  transform: scale(1.05);
}

.featured p, .featured h3 {
  color: #fff;
}

.featured .price-tag {
  background: #fff;
  color: #d11a2a;
}

.dealer-btn {
  background: #d11a2a;
  color: #fff;
  border: none;
  padding: 14px 36px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dealer-btn:hover {
  background: #fff;
  color: #d11a2a;
  border: 2px solid #d11a2a;
}

/* Popup Overlay */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  text-align: left;
  position: relative;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.popup-content h3 {
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}

.popup-content p {
  color: #555;
  margin-bottom: 20px;
}

.popup-form input,
.popup-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-family: 'Saira', sans-serif;
}

.popup-form button {
  width: 100%;
  background: #d11a2a;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
}

.popup-form button:hover {
  background: #111;
}

.close-popup {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

/* Responsive */
@media (max-width: 992px) {
  .pricing-cards {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-92c38af *//* Import Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&family=Saira:wght@300;400;500&display=swap');

/* ===== Section 5: Brands & Inventory ===== */
.brands-section {
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
  font-family: 'Saira', sans-serif; /* Base font for body */
}

.section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.section-subtitle {
  font-family: 'Saira', sans-serif;
  color: #666;
  font-size: 1rem;
  margin-bottom: 30px;
}

.brand-logos {
  display: flex;
  overflow-x: auto;
  gap: 50px;
  padding: 20px 10px;
  scroll-behavior: smooth;
}

.brand {
  flex: 0 0 auto;
  width: 140px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.brand img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.brand img:hover {
  transform: scale(1.1);
}

.inventory-preview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.inventory-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  padding: 20px;
  transition: transform 0.3s ease;
  font-family: 'Saira', sans-serif;
}

.inventory-item:hover {
  transform: translateY(-5px);
}

.inventory-item img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 15px;
}

.inventory-item h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  color: #222;
  margin-bottom: 5px;
}

.inventory-item .condition {
  font-family: 'Saira', sans-serif;
  color: #888;
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.inventory-item .price {
  font-family: 'Saira', sans-serif;
  color: #e60000;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.btn-view {
  font-family: 'Poppins', sans-serif;
  background: #111;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-view:hover {
  background: #e60000;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-156cfc9 *//* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&family=Saira:wght@300;400;500&display=swap');

/* Section 6 – How It Works */
.how-it-works {
  padding: 80px 20px;
  background: #f8f8f8;
  text-align: center;
}

.how-it-works h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #111;
}

.how-it-works .subtitle {
  font-family: 'Saira', sans-serif;
  font-size: 1rem;
  color: #555;
  margin-bottom: 50px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.step-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.step-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #d30000;
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.step-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #222;
}

.step-card p {
  font-family: 'Saira', sans-serif;
  font-size: 0.95rem;
  color: #555;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0ef06cf */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&family=Saira:wght@400;500&display=swap');

/* ===== Section 8: Contact / Quote Form ===== */
.quote-section {
  background: #f9f9f9;
  padding: 100px 20px;
  text-align: center;
  font-family: 'Saira', sans-serif;
}

.quote-container {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 40px;
  border-radius: 16px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}

.quote-section h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  color: #111;
  margin-bottom: 10px;
}

.quote-subtitle {
  font-family: 'Saira', sans-serif;
  color: #666;
  font-size: 1rem;
  margin-bottom: 40px;
}

.quote-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-row input {
  flex: 1;
  padding: 14px 18px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  font-family: 'Saira', sans-serif;
}

textarea {
  padding: 14px 18px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  resize: none;
  font-family: 'Saira', sans-serif;
}

.quote-btn {
  background: #d11a2a;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
}

.quote-btn:hover {
  background: #111;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .quote-container { padding: 40px 25px; }
  .form-row { flex-direction: column; }
  .quote-section h2 { font-size: 1.8rem; }
}/* End custom CSS */