.elementor-15647 .elementor-element.elementor-element-dfaf03b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15647 .elementor-element.elementor-element-f09ea3b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-dd4e321 *//* ========================================
   Article Page - fq-article
   ======================================== */

html body .fq-article {
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
}

/* Hero Image */
html body .fq-article .fq-article-hero {
  width: 100%;
  height: 420px;
  overflow: hidden;
  background: #e9eaeb;
}

html body .fq-article .fq-article-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Content Wrap */
html body .fq-article .fq-article-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 24px 64px;
  box-sizing: border-box;
}

/* Meta Row */
html body .fq-article .fq-article-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

html body .fq-article .fq-article-tag {
  background: #ac2023;
  background-color: #ac2023;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 5px 10px;
  border-radius: 4px;
}

html body .fq-article .fq-article-date {
  font-size: 0.82rem;
  color: #888;
}

html body .fq-article .fq-article-author {
  font-size: 0.82rem;
  color: #888;
}

/* Title */
html body .fq-article .fq-article-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin: 0 0 32px 0;
  padding-bottom: 28px;
  border-bottom: 2px solid #f0f0f0;
  background: none;
  background-color: transparent;
}

/* Body */
html body .fq-article .fq-article-body {
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
}

html body .fq-article .fq-article-body p {
  margin: 0 0 20px 0;
}

html body .fq-article .fq-article-body h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 36px 0 14px 0;
  padding-left: 14px;
  border-left: 3px solid #ac2023;
  line-height: 1.3;
  background: none;
  background-color: transparent;
}

html body .fq-article .fq-article-body ul {
  margin: 0 0 20px 0;
  padding-left: 20px;
}

html body .fq-article .fq-article-body ul li {
  margin-bottom: 8px;
  color: #444;
  line-height: 1.6;
}

html body .fq-article .fq-article-body ul li::marker {
  color: #ac2023;
}

/* Inline Images */
html body .fq-article .fq-article-img-block {
  margin: 32px 0;
  border-radius: 8px;
  overflow: hidden;
  background: #e9eaeb;
}

html body .fq-article .fq-article-img-block img {
  width: 100%;
  height: auto;
  display: block;
}

/* Back Link */
html body .fq-article .fq-article-back {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #eee;
}

html body .fq-article .fq-article-back a {
  font-size: 0.9rem;
  font-weight: 600;
  color: #ac2023;
  text-decoration: none;
}

html body .fq-article .fq-article-back a:hover {
  color: #7a1618;
  text-decoration: underline;
}

/* ========================================
   Responsive
   ======================================== */

@media (max-width: 768px) {
  html body .fq-article .fq-article-hero {
    height: 260px;
  }
  html body .fq-article .fq-article-wrap {
    padding: 32px 16px 48px;
  }
  html body .fq-article .fq-article-title {
    font-size: 1.5rem;
  }
  html body .fq-article .fq-article-body h3 {
    font-size: 1.1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ffa29b */.fireq-demo-cta {
    text-align: center;
    padding: 60px 20px;
}

.fireq-demo-btn {
    display: inline-block;
    background: #c82828;
    color: #ffffff;
    padding: 16px 40px;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
}

.fireq-demo-btn:hover {
    background: #a81915;
    transform: translateY(-3px);
    box-shadow: 0 0 25px rgba(200, 40, 40, 0.5);
    color: #ffffff;
    text-decoration: none;
}/* End custom CSS */