.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-486 .elementor-element.elementor-element-8704c13:not(.elementor-motion-effects-element-type-background), .elementor-486 .elementor-element.elementor-element-8704c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F5;}.elementor-486 .elementor-element.elementor-element-8704c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-486 .elementor-element.elementor-element-8704c13 > .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-486 .elementor-element.elementor-element-67bf634:not(.elementor-motion-effects-element-type-background), .elementor-486 .elementor-element.elementor-element-67bf634 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F5;}.elementor-486 .elementor-element.elementor-element-67bf634{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-486 .elementor-element.elementor-element-67bf634 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-486 .elementor-element.elementor-element-7afac5a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-486 .elementor-element.elementor-element-7afac5a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-486 .elementor-element.elementor-element-280ad7a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-486 .elementor-element.elementor-element-280ad7a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-486 .elementor-element.elementor-element-ce7ff35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-486 .elementor-element.elementor-element-ce7ff35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-486 .elementor-element.elementor-element-f3cad3b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-486 .elementor-element.elementor-element-f3cad3b > .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-8bd20d3 *//* =========================
ABOUT US — HERO SECTION (FIXED)
========================= */
.about-hero {
  position: relative;
  background: url('https://allaroundtires.com/wp-content/uploads/2025/11/1000s.jpg') center center / cover no-repeat;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
  font-family: 'Saira', sans-serif;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.about-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;  /* ✅ Center text horizontally */
  margin: 0 auto;      /* ✅ Make sure it centers as a block */
}

.about-hero-content h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-align: center;  /* ✅ Explicitly center headline */
}

.about-hero-content p {
  font-size: 1.1rem;
  color: #eaeaea;
  margin-bottom: 35px;
  line-height: 1.6;
  text-align: center;  /* ✅ Explicitly center paragraph */
}

.about-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}


.about-hero-buttons a {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary {
  background: #c30000;
  color: #fff;
}

.btn-primary:hover {
  background: #ff0000;
}

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

.btn-secondary:hover {
  background: #fff;
  color: #000;
}

/* ===== Responsive Fixes ===== */
@media (max-width: 768px) {
  .about-hero {
    min-height: 80vh;
    padding: 40px 0;
  }

  .about-hero-content h1 {
    font-size: 1.8rem;
  }

  .about-hero-content p {
    font-size: 0.95rem;
    margin-bottom: 25px;
  }

  .about-hero-buttons a {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .about-hero {
    min-height: 75vh;
  }

  .about-hero-content h1 {
    font-size: 1.6rem;
  }

  .about-hero-content p {
    font-size: 0.9rem;
  }

  .about-hero-buttons {
    flex-direction: column;
    gap: 10px;
  }
}


/* =========================
AAT POPUP – FINAL MOBILE-SAFE CSS
DESKTOP + iOS + ANDROID
========================= */

/* FONT */
.aat-popup,
.aat-popup * {
  font-family: 'Saira', sans-serif;
  box-sizing: border-box;
}

/* =========================
OVERLAY
========================= */
.aat-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 9999;
}

/* =========================
POPUP CONTAINER
========================= */
.aat-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 95%;
  max-width: 480px;

  /* CRITICAL HEIGHT CONTROL */
  max-height: 90vh;

  background: #ffffff;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  z-index: 10000;

  display: none;              /* JS toggles to flex */
  flex-direction: column;     /* REQUIRED for scroll */
  overflow: hidden;           /* prevent double scroll */
}

/* =========================
HEADER (FIXED)
========================= */
.aat-popup-header {
  padding: 25px 20px 15px;
  text-align: center;
  flex-shrink: 0;
  position: relative;
}

.aat-popup-header img {
  max-width: 130px;
  margin-bottom: 10px;
}

.aat-popup-header h2 {
  margin: 0 0 6px;
  font-size: 20px;
}

.aat-popup-header p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

/* =========================
CLOSE BUTTON
========================= */
.aat-close {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
}

/* =========================
SCROLLABLE FORM BODY
========================= */
.aat-popup form {
  padding: 20px;
  flex: 1;                       /* takes remaining height */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* =========================
FORM ELEMENTS
========================= */
.aat-popup input,
.aat-popup textarea,
.aat-popup select {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.aat-popup textarea {
  resize: vertical;
  min-height: 80px;
}

/* =========================
SUBMIT BUTTON
========================= */
.aat-popup button[type="submit"] {
  width: 100%;
  padding: 15px;
  background: #d10000;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  margin-top: 10px;
}

/* =========================
SUCCESS NOTIFICATION
========================= */
.aat-notification {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #222;
  color: #fff;
  padding: 14px 20px;
  border-radius: 4px;
  display: none;
  z-index: 10001;
}

/* =========================
LOCK BACKGROUND SCROLL
========================= */
body.popup-open {
  overflow: hidden;
  height: 100vh;
}

/* =========================
MOBILE FIXES (CRITICAL)
========================= */
@media (max-width: 600px) {
  .aat-popup {
    top: 3%;
    transform: translate(-50%, 0);

    /* REAL VIEWPORT HEIGHT */
    max-height: calc(100vh - 40px);
  }

  .aat-popup form {
    padding-bottom: 40px; /* ensures button fully visible */
  }

  /* OPTIONAL BUT RECOMMENDED */
  .aat-popup button[type="submit"] {
    position: sticky;
    bottom: 0;
    background: #d10000;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f4f2482 *//* ===== Section 2: Our Story ===== */
.about-story {
  background-color: #f5f5f5; /* soft gray background */
  padding: 100px 20px;
  width: 100%;
  display: block;
}

/* container */
.about-story-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

/* image area */
.about-story-image {
  flex: 1;
  min-width: 400px;
  padding: 20px; /* ✅ gives space around image so bg shows */
  box-sizing: border-box;
}

.about-story-image img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  object-fit: cover;
  display: block;
}

/* content area */
.about-story-content {
  flex: 1;
  min-width: 400px;
  font-family: 'Saira', sans-serif;
}

.about-story-content h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  color: #111;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-story-content p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 18px;
  font-size: clamp(0.95rem, 1.5vw, 1rem);
}

/* button */
.about-story-content .btn-primary {
  display: inline-block;
  background: #d11a2a;
  color: #fff;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
}

.about-story-content .btn-primary:hover {
  background: #fff;
  color: #d11a2a;
  border: 1px solid #d11a2a;
}

/* ✅ Responsive Design */
@media (max-width: 992px) {
  .about-story-container {
    flex-direction: column;
    text-align: center;
  }

  .about-story-image,
  .about-story-content {
    min-width: 100%;
    padding: 10px;
  }

  .about-story-content {
    padding: 0 10px;
  }

  .about-story-content p {
    line-height: 1.6;
  }
}

@media (max-width: 600px) {
  .about-story {
    padding: 60px 15px;
  }

  .about-story-content h2 {
    margin-bottom: 16px;
  }

  .about-story-content .btn-primary {
    padding: 10px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-65ba99b *//* ===== Section 2: Our Story ===== */
.about-story {
  background: #fff;
  padding: 100px 20px;
}

.about-story-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

.about-story-image {
  flex: 1;
  min-width: 400px;
}

.about-story-image img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}

.about-story-content {
  flex: 1;
  min-width: 400px;
  font-family: 'Saira', sans-serif;
}

.about-story-content h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem); /* ✅ Auto adjusts */
  color: #111;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-story-content p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 18px;
  font-size: clamp(0.95rem, 1.5vw, 1rem); /* ✅ Auto adjusts */
}

.about-story-content .btn-primary {
  display: inline-block;
  background: #d11a2a;
  color: #fff;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
}

.about-story-content .btn-primary:hover {
  background: #fff;
  color: #d11a2a;
  border: 1px solid #d11a2a;
}

/* ✅ Responsive Design */
@media (max-width: 992px) {
  .about-story-container {
    flex-direction: column;
    text-align: center;
  }
  .about-story-image,
  .about-story-content {
    min-width: 100%;
  }
  .about-story-content {
    padding: 0 10px;
  }
  .about-story-content p {
    line-height: 1.6;
  }
}

@media (max-width: 600px) {
  .about-story {
    padding: 60px 15px;
  }
  .about-story-content h2 {
    margin-bottom: 16px;
  }
  .about-story-content .btn-primary {
    padding: 10px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a6b727e *//* ===== Section 2: Our Story ===== */
.about-story {
  background: #fff;
  padding: 100px 20px;
}

.about-story-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

.about-story-image {
  flex: 1;
  min-width: 400px;
}

.about-story-image img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}

.about-story-content {
  flex: 1;
  min-width: 400px;
  font-family: 'Saira', sans-serif;
}

.about-story-content h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem); /* ✅ Auto adjusts */
  color: #111;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-story-content p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 18px;
  font-size: clamp(0.95rem, 1.5vw, 1rem); /* ✅ Auto adjusts */
}

.about-story-content .btn-primary {
  display: inline-block;
  background: #d11a2a;
  color: #fff;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
}

.about-story-content .btn-primary:hover {
  background: #fff;
  color: #d11a2a;
  border: 1px solid #d11a2a;
}

/* ✅ Responsive Design */
@media (max-width: 992px) {
  .about-story-container {
    flex-direction: column;
    text-align: center;
  }
  .about-story-image,
  .about-story-content {
    min-width: 100%;
  }
  .about-story-content {
    padding: 0 10px;
  }
  .about-story-content p {
    line-height: 1.6;
  }
}

@media (max-width: 600px) {
  .about-story {
    padding: 60px 15px;
  }
  .about-story-content h2 {
    margin-bottom: 16px;
  }
  .about-story-content .btn-primary {
    padding: 10px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-200fb79 *//* ===== Section 2: Our Story ===== */
.about-story {
  background: #fff;
  padding: 100px 20px;
}

.about-story-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

.about-story-image {
  flex: 1;
  min-width: 400px;
}

.about-story-image img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}

.about-story-content {
  flex: 1;
  min-width: 400px;
  font-family: 'Saira', sans-serif;
}

.about-story-content h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem); /* ✅ Auto adjusts */
  color: #111;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-story-content p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 18px;
  font-size: clamp(0.95rem, 1.5vw, 1rem); /* ✅ Auto adjusts */
}

.about-story-content .btn-primary {
  display: inline-block;
  background: #d11a2a;
  color: #fff;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
}

.about-story-content .btn-primary:hover {
  background: #fff;
  color: #d11a2a;
  border: 1px solid #d11a2a;
}

/* ✅ Responsive Design */
@media (max-width: 992px) {
  .about-story-container {
    flex-direction: column;
    text-align: center;
  }
  .about-story-image,
  .about-story-content {
    min-width: 100%;
  }
  .about-story-content {
    padding: 0 10px;
  }
  .about-story-content p {
    line-height: 1.6;
  }
}

@media (max-width: 600px) {
  .about-story {
    padding: 60px 15px;
  }
  .about-story-content h2 {
    margin-bottom: 16px;
  }
  .about-story-content .btn-primary {
    padding: 10px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2150ccc *//* ===== Section 2: Our Story ===== */
.about-story {
  background: #fff;
  padding: 100px 20px;
}

.about-story-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

.about-story-image {
  flex: 1;
  min-width: 400px;
}

.about-story-image img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}

.about-story-content {
  flex: 1;
  min-width: 400px;
  font-family: 'Saira', sans-serif;
}

.about-story-content h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem); /* ✅ Auto adjusts */
  color: #111;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-story-content p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 18px;
  font-size: clamp(0.95rem, 1.5vw, 1rem); /* ✅ Auto adjusts */
}

.about-story-content .btn-primary {
  display: inline-block;
  background: #d11a2a;
  color: #fff;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
}

.about-story-content .btn-primary:hover {
  background: #fff;
  color: #d11a2a;
  border: 1px solid #d11a2a;
}

/* ✅ Responsive Design */
@media (max-width: 992px) {
  .about-story-container {
    flex-direction: column;
    text-align: center;
  }
  .about-story-image,
  .about-story-content {
    min-width: 100%;
  }
  .about-story-content {
    padding: 0 10px;
  }
  .about-story-content p {
    line-height: 1.6;
  }
}

@media (max-width: 600px) {
  .about-story {
    padding: 60px 15px;
  }
  .about-story-content h2 {
    margin-bottom: 16px;
  }
  .about-story-content .btn-primary {
    padding: 10px 24px;
  }
}/* End custom CSS */