.elementor-6449 .elementor-element.elementor-element-fb2616b{--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;}/* Start custom CSS for html, class: .elementor-element-a234288 *//* ===== BLOG INTRO ===== */

.qt-blog-intro {
  padding: 48px 16px 24px;
  background: #ffffff;
}

.qt-container {
  max-width: 760px;
  margin: 0 auto;
}

/* TITLE */
.qt-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  color: #0f172a;
  margin-bottom: 14px;
  letter-spacing: -0.3px;
}

/* SUBTITLE */
.qt-subtitle {
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
  max-width: 680px;
}

/* RESPONSIVE */
@media (min-width: 768px) {
  .qt-title {
    font-size: 34px;
  }

  .qt-subtitle {
    font-size: 17px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6576683 *//* ===== SECTION 2 ===== */

.qt-blog-section {
  padding: 32px 16px;
  background: #f8fafc;
}

.qt-heading {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
}

.qt-text {
  font-size: 15px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 20px;
}

/* CAUSE LIST */
.qt-cause-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* SINGLE CAUSE */
.qt-cause {
  background: #ffffff;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.qt-cause h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #0f172a;
}

.qt-cause p {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (min-width: 768px) {
  .qt-heading {
    font-size: 26px;
  }

  .qt-text {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e83e074 *//* ===== SECTION 3 ===== */

.qt-solution {
  background: #ffffff;
}

.qt-solution-list {
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.qt-solution-list li {
  font-size: 14px;
  line-height: 1.6;
  color: #334155;
}

/* RESPONSIVE */
@media (min-width: 768px) {
  .qt-solution-list li {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81d7030 *//* ===== SECTION 4 ===== */

.qt-before-after {
  background: #f8fafc;
}

/* CARD */
.qt-ba-card {
  background: #ffffff;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
}

/* IMAGE GRID */
.qt-ba-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}

/* IMAGE BOX */
.qt-ba-img {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 10px;
  background: #e2e8f0;
}

/* IMAGE */
.qt-ba-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* LABEL */
.qt-label {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 6px;
  color: #ffffff;
}

.qt-label.before {
  background: #ef4444;
}

.qt-label.after {
  background: #22c55e;
}

/* DESCRIPTION */
.qt-ba-desc {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (min-width: 768px) {
  .qt-ba-desc {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7f73c8f *//* ===== SECTION 5 ===== */

.qt-tech-call {
  background: #ffffff;
}

/* WARNING LIST */
.qt-warning-list {
  padding-left: 18px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.qt-warning-list li {
  font-size: 14px;
  color: #334155;
  line-height: 1.6;
}

/* NOTE BOX */
.qt-note-box {
  margin-top: 16px;
  padding: 12px 14px;
  background: #eff6ff;
  border-left: 4px solid #2563eb;
  border-radius: 8px;
  font-size: 14px;
  color: #1e3a8a;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (min-width: 768px) {
  .qt-warning-list li {
    font-size: 15px;
  }

  .qt-note-box {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1b7b32d *//* ===== SECTION 6 : CTA (LIGHT VERSION) ===== */

.qt-cta-final {
  padding: 36px 16px;
  background: #f1f5f9; /* 🔥 light soft background */
  text-align: center;
  border-radius: 16px;
  margin: 20px 0;
  border: 1px solid #e2e8f0;
}

/* TITLE */
.qt-cta-title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #0f172a;
}

/* TEXT */
.qt-cta-text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #475569;
}

/* BUTTONS */
.qt-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* BUTTON BASE */
.qt-btn {
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease;
}

/* CALL BUTTON */
.qt-btn.call {
  background: #2563eb;
  color: #ffffff;
}

/* WHATSAPP BUTTON */
.qt-btn.whatsapp {
  background: #22c55e;
  color: #ffffff;
}

/* HOVER */
.qt-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

/* RESPONSIVE */
@media (min-width: 768px) {
  .qt-cta-title {
    font-size: 26px;
  }

  .qt-cta-text {
    font-size: 15px;
  }
}/* End custom CSS */