.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-490 .elementor-element.elementor-element-66ad740{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-490 .elementor-element.elementor-element-66ad740 > .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-widget-shortcode .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-shortcode .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-490 .elementor-element.elementor-element-98c33e8{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-490 .elementor-element.elementor-element-98c33e8 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-490 .elementor-element.elementor-element-60ee725{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-490 .elementor-element.elementor-element-60ee725 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-fd14f3e *//* ===== BLOG HERO SECTION ===== */
.blog-hero {
  position: relative;
  background: url('https://allaroundtires.com/wp-content/uploads/2025/11/wheel_alignment.webp') center/cover no-repeat;
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.blog-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.blog-hero-content {
  max-width: 800px;
  z-index: 2;
}

.blog-hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog-hero-content p {
  font-size: 18px;
  font-family: 'Saira', sans-serif;
  line-height: 1.6;
  margin-bottom: 35px;
}

/* Button Style (consistent with theme) */
.btn-red {
  display: inline-block;
  background: #d60000;
  color: #fff;
  padding: 14px 36px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #d60000;
}

.btn-red:hover {
  background: #fff;
  color: #d60000;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .blog-hero-content h1 {
    font-size: 34px;
  }
  .blog-hero-content p {
    font-size: 16px;
  }
  .blog-hero {
    height: 65vh;
  }
}

@media (max-width: 576px) {
  .blog-hero-content h1 {
    font-size: 26px;
  }
  .blog-hero-content p {
    font-size: 15px;
  }
  .btn-red {
    padding: 12px 28px;
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f3b37d */.blog-posts-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 50px;
}
.blog-card {
  background: #fff;
  color: #000;
  border-radius: 8px;
  padding: 20px;
  text-align: left;
}
.blog-card img {
  width: 100%;
  border-radius: 6px;
}
.blog-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  margin: 10px 0;
}
.blog-card .read-more {
  display: inline-block;
  color: #d60000;
  text-decoration: none;
  margin-top: 10px;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-98c33e8 *//* Fonts (Poppins for headings, Saira for body) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&family=Saira:wght@300;400;500;600&display=swap');

.blog-posts {
  background: #fafafa;
  padding: 80px 0;
  text-align: center;
  font-family: 'Saira', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Title uses Poppins */
.blog-posts h2 {
  font-family: 'Poppins', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #222;
  margin-bottom: 10px;
}

/* Intro/lead paragraph uses Saira */
.blog-posts p {
  font-family: 'Saira', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #555;
  margin-bottom: 40px;
  font-weight: 400;
}

/* Grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

/* Cards */
.blog-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

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

/* Content uses Saira; titles inside use Poppins */
.blog-content {
  padding: 20px;
  text-align: left;
  font-family: 'Saira', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.blog-content h3 {
  font-family: 'Poppins', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  color: #d60000; /* maintain brand red */
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.blog-content p {
  color: #444;
  font-size: 0.95rem;
  margin-bottom: 10px;
  line-height: 1.45;
}

/* Read more button */
.read-more {
  color: #d60000;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Saira', system-ui, sans-serif;
}

.read-more:hover {
  color: #fff;
  background: #d60000;
  padding: 4px 10px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .blog-posts { padding: 50px 12px; }
  .blog-posts h2 { font-size: 1.6rem; }
  .blog-card img { height: 160px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3690857 *//* Fonts (same as blog-posts section) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&family=Saira:wght@300;400;500;600&display=swap');

.blog-categories {
  padding: 80px 0;
  text-align: center;
  background: #fff;
  font-family: 'Saira', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Section Title uses Poppins */
.blog-categories h2 {
  font-family: 'Poppins', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #222;
  margin-bottom: 10px;
}

/* Section description uses Saira */
.blog-categories p {
  font-family: 'Saira', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #555;
  margin-bottom: 40px;
  font-weight: 400;
}

/* Grid layout */
.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

/* Category cards */
.category-card {
  background: #f8f8f8;
  border: 2px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Saira', system-ui, sans-serif;
}

.category-card:hover {
  border-color: #d60000;
  background: #fff;
  transform: translateY(-5px);
}

/* Images */
.category-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

/* Category title uses Poppins */
.category-card h3 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-weight: 600;
  color: #d60000;
  margin: 15px 0 5px;
}

/* Category description uses Saira */
.category-card p {
  font-family: 'Saira', system-ui, sans-serif;
  color: #444;
  font-size: 0.95rem;
  padding: 0 15px 20px;
  line-height: 1.45;
}

/* Responsive */
@media (max-width: 768px) {
  .blog-categories { padding: 50px 12px; }
  .blog-categories h2 { font-size: 1.6rem; }
  .category-card img { height: 140px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae393e5 */.newsletter-section {
  position: relative;
  background: url('https://allaroundtires.com/wp-content/uploads/2025/11/1000s-1.jpg') center/cover no-repeat;
  padding: 100px 20px;
  color: #fff;
  text-align: center;
  font-family: 'Saira', sans-serif;
}

.newsletter-overlay {
  background: rgba(0, 0, 0, 0.6);
  padding: 60px 20px;
  border-radius: 12px;
}

.newsletter-content h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  margin-bottom: 15px;
}

.newsletter-content p {
  max-width: 600px;
  margin: 0 auto 25px;
  line-height: 1.6;
  font-size: 1rem;
  color: #f0f0f0;
}

#newsletterForm {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

#newsletterForm input {
  padding: 12px 16px;
  width: 280px;
  border-radius: 6px;
  border: none;
  font-size: 1rem;
}

.red-btn {
  background: #d60000;
  color: #fff;
  border: none;
  padding: 12px 22px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

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

.success-message {
  color: #00ff7f;
  margin-top: 15px;
  font-weight: 600;
  animation: fadeIn 0.6s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .newsletter-content h2 {
    font-size: 1.8rem;
  }
  #newsletterForm input {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2c22997 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&family=Saira:wght@300;400;500;600&display=swap');

/* Blog Footer CTA */
.blog-footer-cta {
  background: linear-gradient(135deg, #111 0%, #222 50%, #111 100%);
  color: #fff;
  text-align: center;
  padding: 90px 20px;
  font-family: 'Saira', system-ui, sans-serif;
}

.blog-footer-cta h2 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.blog-footer-cta p {
  font-size: 1.1rem;
  color: #ddd;
  margin-bottom: 40px;
  font-family: 'Saira', system-ui, sans-serif;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* 🔴 Red Button */
.btn-red {
  background: #d60000;
  color: #fff;
  padding: 14px 38px;
  border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
}

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

/* ⚪ White Button */
.btn-white {
  background: #fff;
  color: #d60000;
  padding: 14px 38px;
  border-radius: 6px;
  border: 2px solid #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

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

/* Responsive */
@media (max-width: 768px) {
  .blog-footer-cta { padding: 60px 20px; }
  .blog-footer-cta h2 { font-size: 1.8rem; }
  .blog-footer-cta p { font-size: 1rem; margin-bottom: 30px; }
  .cta-buttons { flex-direction: column; gap: 15px; }
}/* End custom CSS */