/* AUTOsist Modern pages */

/* Global Typography & Fonts */

.features_block h1,
.features_block h2 {
  font-family: var(--font-family-lato);
  font-style: normal;
}

.features_block .explanation-main-heading,
.features_block .explanation-feature-title,
.features_block .platform-heading,
.features_block .resource-title,
.features_block .testiomonial-heading,
.features_block .faq-heading,
.features_block .faq-accordion .faq-toggle {
  font-family: var(--font-family-lato);
  font-style: normal;
}

.features_block .explanation-intro,
.features_block .explanation-feature-desc,
.features_block .platform-card-text,
.features_block .testimonial-author,
.features_block .testimonial-role,
.features_block .faq-contact-text,
.features_block .faq-accordion .faq-answer {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #000;
}

.features_block .testimonial-copy {
  font-style: italic !important;
  color: var(--black) !important;
  font-family: var(--font-family-lato) !important;
  font-size: var(--font-size-s) !important;
}

/*  Spacing */
.section_1 {
  margin-top: 40px !important;
}

.features_block {
  padding-top: 30px !important;
}

/* END:  */


/*  Hero Section */

/* Desktop  */
.hero-pre-heading {
  color: #d75b59;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.hero-main-heading {
  font-family: var(--font-family-lato);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  background-color: transparent;
  color: var(--black, #1a202c);
  line-height: normal;
  mix-blend-mode: normal;
  text-align: left;
  height: auto;
  margin-bottom: 20px;
}

.hero-paragraph {
  background-color: transparent;
  color: var(--black, #1a202c);
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  mix-blend-mode: normal;
  text-align: left;
  height: auto;
  margin-bottom: 30px;
}

.fleet-maintenance .bttn_red,
.fleet-maintenance .bttn_green {
  border-radius: 30px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease-in-out !important;
  padding: 8px 20px !important;
}

.fleet-maintenance .bttn_red:hover,
.fleet-maintenance .bttn_green:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Mobile  (767px) */
@media (max-width: 767px) {
  .hero-pre-heading {
    text-align: center !important;
  }

  .hero-main-heading {
    font-size: 32px;
    line-height: 1.3;
    text-align: center !important;
  }

  .hero-paragraph {
    font-size: 16px;
    text-align: center !important;
  }

  .fleet-maintenance {
    text-align: center;
  }
}

/* END: Hero Section S */


/* START: Badges & Trusted By Section  */

/* Desktop */

.trusted-by-section {
  padding: 80px 0;
}

.awards-section {
  padding: 0px 0;
}

.badges-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.badge-img-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  min-height: 96px;
  padding: 4px;
  background: transparent;
  flex: 0 0 auto;
}

.badge-img-link img {
  max-width: 100%;
  max-height: 88px;
  height: auto;
  width: auto;
  object-fit: contain;
}

.take-a-preventive-ap-n74lNh,
.take-a-preventive-ap-n74lNh1 {
  background-color: transparent;
  color: var(--black);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  height: auto;
  line-height: 1.3;
  mix-blend-mode: normal;
  text-align: center;
  margin: 0;
}

/* Mobile  (767px) */

@media (max-width: 767px) {
  .trusted-by-section {
    padding-top: 0 !important;
  }

  .trusted-logo-mobile {
    max-width: 180px !important;
    margin: 15px auto !important;
  }

  .take-a-preventive-ap-n74lNh,
  .take-a-preventive-ap-n74lNh1 {
    font-size: 1.35rem !important;
    line-height: 1.35;
    text-align: center !important;
  }

  .badges-row {
    flex-wrap: wrap;
    gap: 8px;
    overflow-x: visible;
  }

  .badge-img-link {
    width: 72px;
    min-height: 72px;
    padding: 2px;
  }

  .badge-img-link img {
    max-height: 64px;
  }
}

/* END: Badges & Trusted By Section STYLES */


/*  START: Explanation Section  */

/* Desktop */

.explanation-section {
  padding: 100px 0 60px;
}

.explanation-kicker {
  color: #d75b59;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
  display: block;
  padding: 0px;
  text-align: center;
}

.explanation-main-heading {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #1a202c;
  text-align: center;
}

.explanation-intro {
  font-size: 20px;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 60px;
  max-width: 100%;
  text-align: center;
}

.explanation-sticky-wrapper {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  position: relative;
}

.explanation-scroll-pane {
  flex: 1.2;
  border-left: 2px solid #eef2f6;
}

.explanation-sticky-pane {
  flex: 1;
  position: sticky;
  top: 100px;
}

.explanation-sticky-pane img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.explanation-block {
  margin-bottom: 70px;
  padding-left: 40px;
  position: relative;
}

.explanation-block::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  height: 40px;
  width: 2px;
  background-color: #ca4441;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.explanation-block:hover::before {
  opacity: 1;
}

.explanation-icon-circle {
  width: 44px;
  height: 44px;
  background: #f8fafc;
  color: #1a202c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.explanation-feature-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a202c;
  margin: 15px 0 10px;
}

.explanation-feature-desc {
  font-size: 17px;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 18px;
  margin-top: 18px;
}

.explanation-link {
  color: #ca4441;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: transform 0.2s ease;
}

.explanation-link:hover {
  color: #b33a38;
  text-decoration: underline;
  transform: translateX(4px);
}

/* Tablet (991px) */

@media (max-width: 991px) {
  .explanation-sticky-wrapper {
    flex-direction: column;
  }

  .explanation-sticky-pane {
    position: relative;
    top: 0;
    order: -1;
    width: 100%;
    margin-bottom: 40px;
  }

  .explanation-main-heading {
    font-size: 32px;
  }

  .explanation-intro {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

/* Mobile (767px) */

@media (max-width: 767px) {
  .explanation-section {
    padding-top: 40px !important;
  }

  .explanation-kicker,
  .explanation-main-heading,
  .explanation-intro {
    text-align: center !important;
  }

  .explanation-link {
    display: block;
  }
}

/* END  */


/*  START: Platform Grid Section */

.platform-section {
  padding: 100px 0 60px;
  text-align: center;
}

.platform-heading {
  color: var(--black, #1a202c);
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.3;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.platform-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.platform-card-link:hover,
.platform-card-link:focus {
  text-decoration: none;
  color: inherit;
}

.platform-card {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.platform-card:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.05);
}

.platform-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
}

.platform-icon svg {
  width: 32px;
  height: 32px;
}

.platform-card-text {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.platform-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

.platform-actions .btn {
  min-width: 160px;
  padding: 12px 25px !important;
  border-radius: 30px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out !important;
}

.platform-actions .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Tablet (991px) */

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

/* Mobile (767px) */

@media (max-width: 767px) {
  .platform-section {
    padding: 20px 16px 60px !important;
    margin-top: 10px;
  }

  .platform-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .platform-section .platform-heading {
    font-size: 28px !important;
    line-height: 1.25;
    margin-bottom: 24px;
  }

  .platform-card {
    padding: 15px 10px;
  }

  .platform-card-text {
    font-size: 14px;
  }
}

/* END: Platform Grid */


/* START: Industry Section  */


.industry-section {
  padding: 80px 0 60px;
}

.industry-heading {
  color: var(--black, #1a202c);
  font-family: var(--font-family-lato);
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.3;
  text-align: center;
}

.industry-intro {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  color: #4a5568;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.industry-card {
  background: #ffffff;
  border: 1px solid #e8ecf2;
  border-radius: 14px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.industry-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.09);
}

.industry-card-icon {
  width: 44px;
  height: 44px;
  background: #fff5f5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 4px;
}

.industry-card-icon svg {
  width: 22px;
  height: 22px;
  stroke: #ca4441;
}

.industry-card-title {
  font-family: var(--font-family-lato);
  font-size: 18px;
  font-weight: 700;
  color: #1a202c;
  margin: 0;
  line-height: 1.3;
}

.industry-card-desc {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #4a5568;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

.industry-card-link {
  color: #ca4441;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: transform 0.2s ease, color 0.2s ease;
  margin-top: 6px;
}

.industry-card-link:hover {
  color: #b33a38;
  transform: translateX(3px);
  text-decoration: none !important;
}

/* Tablet (991px) */
@media (max-width: 991px) {
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile (767px) */
@media (max-width: 767px) {
  .industry-section {
    padding: 40px 0 30px;
  }

  .industry-heading {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .industry-intro {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .industry-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* END: Industry Section */


/* START: Testimonial */

.testimonial-section {
  padding: 60px 0 60px;
}

.testiomonial-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.3;
  margin-left: 12px;
  margin-right: 12px;
  color: var(--black);
}

.testimonial-card {
  background: #ffffff;
  border: 1px solid #eceff3;
  border-radius: 14px;
  padding: 30px;
  height: 100%;
  min-height: auto;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.06);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.testimonial-card:hover {
  box-shadow: 0 18px 36px rgba(17, 24, 39, 0.14);
}

.testimonial-stars {
  color: #f59e0b;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.testimonial-copy {
  color: #374151;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 24px;
  text-align: left;
  font-style: italic;
}

.testimonial-copy::before {
  content: "\201C ";
  color: #ca4441;
  font-weight: 800;
  font-style: normal;
}

.testimonial-read-more {
  color: #ca4441;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin: auto 0 20px;
  transition: color 0.2s ease;
}

.testimonial-read-more:hover {
  color: #b33a38;
  text-decoration: none;
}

.testimonial-divider {
  height: 1px;
  background-color: #f3f4f6;
  margin-bottom: 20px;
  width: 100%;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 0;
  padding-top: 0px;
  min-height: auto;
}

.testimonial-avatar {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 8px rgba(17, 24, 39, 0.16);
}

.testimonial-author-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: auto;
}

.testimonial-author {
  color: #111827;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}

.testimonial-role {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  margin: 2px 0 0;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Mobile (767px) */
@media (max-width: 767px) {
  .testimonial-section {
    padding: 10px 0 20px;
  }

  .testiomonial-heading {
    font-size: 28px;
    line-height: 1.35;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .testiomonial-heading br {
    display: none;
  }

  .testimonial-card {
    padding: 20px;
    min-height: auto;
  }

  .testimonial-copy {
    font-size: 16px;
    line-height: 1.6;
  }

  .testimonial-read-more {
    font-size: 14px;
  }

  .testimonial-author {
    font-size: 16px;
  }

  .testimonial-role {
    font-size: 14px;
  }
}

/* END: Testimonial  */


/*  START: Guides & Resources */

.resources-section {
  padding: 100px 0;
}

.resources-heading {
  color: var(--black, #1a202c);
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.3;
}

.resource-card {
  border-radius: 8px;
  border: 1px solid #f0f0f0 !important;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.resource-card:hover {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08) !important;
}

.resource-card-body {
  padding: 20px 25px;
  text-align: left;
}

.resource-tag {
  color: #6c757d;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
  padding-left: 0 !important;
}

.resource-title {
  color: var(--black, #1a202c);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.resource-read-more {
  color: #ca4441;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
  display: inline-block;
  transition: color 0.2s ease;
  padding-left: 0 !important;
}

.resource-read-more:hover {
  color: #b33a38;
  text-decoration: none !important;
}

/* Mobile (767px) */
@media (max-width: 767px) {
  .resources-heading {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .resource-title {
    font-size: 18px;
  }
}

/* END: */


/* START: FAQ Section  */

.faq-section {
  padding: 40px 0 30px;
}

.faq-heading {
  background-color: transparent;
  color: var(--black);
  font-style: normal;
  font-size: 35px;
  font-weight: 700;
  height: auto;
  line-height: normal;
  mix-blend-mode: normal;
  margin-bottom: 26px;
  margin-left: 35px;
}

.faq-contact-card {
  border: 1px solid #cfd6e3;
  border-radius: 22px;
  padding: 32px 22px;
  text-align: center;
  background: #ffffff;
  margin-right: 30px;
  margin-left: 15px;
}

.faq-contact-title {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}

.faq-contact-text {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 18px;
}

.faq-contact-btn {
  background-color: #ca4441;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.faq-contact-btn:hover,
.faq-contact-btn:focus,
.faq-contact-btn:active {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #ca4441;
}

.faq-accordion .faq-item {
  border-bottom: 1px solid #d7dbe5;
  padding: 14px 0;
}

.faq-accordion .faq-toggle {
  width: 100%;
  background: transparent;
  border: 0;
  color: #333;
  text-align: left;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
}

.faq-accordion .faq-toggle:focus {
  outline: none;
}

.faq-accordion .faq-icon {
  margin-left: 18px;
  width: 24px;
  height: 27px;
  min-width: 24px;
  color: #6b7280;
  transition: transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center;
  line-height: 0;
}

.faq-accordion .faq-toggle[aria-expanded="true"] .faq-icon {
  transform: rotate(180deg);
}

.faq-accordion .faq-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.faq-accordion .faq-answer {
  color: #6b7280;
  font-size: 16px;
  line-height: 1.55;
  margin-top: 12px;
  padding-right: 24px;
}

/* Mobile (767px) */
@media (max-width: 767px) {
  .faq-section {
    padding: 10px 14px 0;
    margin-top: 22px;
  }

  .faq-heading {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 18px;
    text-align: center;
  }

  .faq-contact-card {
    border-radius: 18px;
    padding: 24px 18px;
    margin-bottom: 18px;
    margin-right: 0;
  }

  .faq-contact-title {
    font-size: 24px;
  }

  .faq-contact-text {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .faq-contact-btn {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px;
  }

  .faq-accordion .faq-item {
    padding: 14px 2px;
  }

  .faq-accordion .faq-toggle {
    font-size: 16px;
    line-height: 1.3;
  }

  .faq-accordion .faq-icon {
    width: 20px;
    height: 31px;
    min-width: 20px;
  }

  .faq-accordion .faq-answer {
    font-size: 15px;
    padding-right: 0;
  }
}

/* END: FAQ Section */
