.elementor-6815 .elementor-element.elementor-element-9c37da9{--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-c5ac715 *//* =========================================
Q TECH BLOG INTRO SECTION
Clean Genuine Editorial Style
========================================= */

.qt-blog-intro{
  padding: 44px 20px 28px;
  background: #ffffff;
}

.qt-blog-wrap{
  max-width: 760px;
  margin: 0 auto;
}

/* =========================================
Category Label
========================================= */

.qt-blog-category{
  display: inline-block;

  margin-bottom: 12px;

  color: #2563eb;

  font-size: 12px;
  font-weight: 600;

  letter-spacing: 0.3px;
  text-transform: uppercase;

  line-height: 1.5;
}

/* =========================================
Main Heading
========================================= */

.qt-blog-intro h1{
  color: #111827;

  font-size: 31px;
  line-height: 1.32;

  font-weight: 700;

  letter-spacing: -0.3px;

  margin-bottom: 14px;

  max-width: 620px;
}

/* =========================================
Description
========================================= */

.qt-blog-intro-text{
  max-width: 690px;

  color: #4b5563;

  font-size: 15px;
  line-height: 1.82;

  font-weight: 400;

  margin-bottom: 18px;
}

/* =========================================
Meta Info
========================================= */

.qt-blog-meta{
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 15px;

  color: #6b7280;

  font-size: 13px;
  font-weight: 500;

  margin-bottom: 22px;
}

.qt-blog-meta span{
  display: inline-flex;
  align-items: center;
  gap: 6px;

  line-height: 1.5;
}

.qt-blog-meta svg{
  width: 15px;
  height: 15px;

  color: #2563eb;

  flex-shrink: 0;
}

/* =========================================
Featured Image
========================================= */

.qt-blog-featured-image{
  width: 100%;

  margin-bottom: 20px;
}

.qt-blog-featured-image img{
  width: 100%;
  height: auto;

  display: block;

  object-fit: cover;

  border-radius: 10px;
}

/* =========================================
Internal Links
========================================= */

.qt-blog-related-links{
  display: flex;
  flex-wrap: wrap;

  gap: 12px;
}

.qt-related-link{
  display: inline-flex;
  align-items: center;

  padding: 10px 14px;

  border: 1px solid #dbe3ec;
  border-radius: 8px;

  background: #f8fafc;

  color: #2563eb;

  font-size: 13px;
  font-weight: 600;

  text-decoration: none;

  transition: 0.3s ease;
}

.qt-related-link:hover{
  background: #eff6ff;
  border-color: #bfdbfe;
}

/* =========================================
Responsive
========================================= */

@media (max-width:768px){

  .qt-blog-intro{
    padding: 38px 18px 24px;
  }

  .qt-blog-wrap{
    max-width: 100%;
  }

  .qt-blog-intro h1{
    font-size: 26px;
    line-height: 1.34;

    margin-bottom: 12px;

    max-width: 100%;
  }

  .qt-blog-intro-text{
    font-size: 14px;
    line-height: 1.78;

    margin-bottom: 16px;

    max-width: 100%;
  }

  .qt-blog-meta{
    gap: 12px;

    margin-bottom: 18px;
  }

  .qt-blog-featured-image{
    margin-bottom: 18px;
  }

  .qt-blog-featured-image img{
    border-radius: 8px;
  }

  .qt-blog-related-links{
    gap: 10px;
  }

  .qt-related-link{
    width: 100%;
    justify-content: center;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c4e2bc *//* =========================================
Q TECH BLOG SECTION 2
Common AC Cooling Symptoms
========================================= */

.qt-ac-symptoms{
  padding: 34px 20px 24px;
  background: #ffffff;
}

.qt-ac-container{
  max-width: 760px;
  margin: 0 auto;
}

/* =========================================
Section Heading
========================================= */

.qt-section-heading{
  margin-bottom: 26px;
}

.qt-section-label{
  display: inline-block;

  margin-bottom: 12px;

  color: #2563eb;

  font-size: 12px;
  font-weight: 600;

  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.qt-section-heading h2{
  color: #111827;

  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;

  margin-bottom: 14px;
}

.qt-section-heading p{
  color: #4b5563;

  font-size: 15px;
  line-height: 1.85;

  max-width: 700px;
}

/* =========================================
Grid Layout
========================================= */

.qt-symptom-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

/* =========================================
Cards
========================================= */

.qt-symptom-card{
  padding: 18px;

  border: 1px solid #e5e7eb;
  border-radius: 10px;

  background: #ffffff;
}

.qt-symptom-icon{
  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 14px;

  border-radius: 8px;

  background: #f8fafc;
}

.qt-symptom-icon svg{
  width: 18px;
  height: 18px;
}

/* =========================================
Card Text
========================================= */

.qt-symptom-card h3{
  color: #111827;

  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;

  margin-bottom: 10px;
}

.qt-symptom-card p{
  color: #4b5563;

  font-size: 14px;
  line-height: 1.8;
}

/* =========================================
Meaning-Based Colors
========================================= */

.qt-symptom-card.warning .qt-symptom-icon{
  background: #fff7ed;
  color: #ea580c;
}

.qt-symptom-card.danger .qt-symptom-icon{
  background: #fef2f2;
  color: #dc2626;
}

.qt-symptom-card.safe .qt-symptom-icon{
  background: #f0fdf4;
  color: #16a34a;
}

/* =========================================
Responsive
========================================= */

@media (max-width:768px){

  .qt-ac-symptoms{
    padding: 30px 18px 20px;
  }

  .qt-symptom-grid{
    grid-template-columns: 1fr;
  }

  .qt-section-heading h2{
    font-size: 24px;
  }

  .qt-section-heading p{
    font-size: 14px;
    line-height: 1.8;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-69a61c4 *//* =========================================
Q TECH BLOG SECTION 3
Main Causes Behind AC Cooling Problems
========================================= */

.qt-ac-causes{
  padding: 34px 20px 40px;
  background: #ffffff;
}

.qt-ac-container{
  max-width: 760px;
  margin: 0 auto;
}

/* =========================================
Section Heading
========================================= */

.qt-section-heading{
  margin-bottom: 28px;
}

.qt-section-label{
  display: inline-block;

  margin-bottom: 10px;

  color: #2563eb;

  font-size: 12px;
  font-weight: 600;

  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.qt-section-heading h2{
  color: #111827;

  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;

  margin-bottom: 14px;
}

.qt-section-heading p{
  color: #4b5563;

  font-size: 15px;
  line-height: 1.85;

  max-width: 700px;
}

/* =========================================
Cause List
========================================= */

.qt-cause-list{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* =========================================
Cause Item
========================================= */

.qt-cause-item{
  display: flex;
  align-items: flex-start;
  gap: 18px;

  padding: 22px;

  border: 1px solid #e5e7eb;
  border-radius: 10px;

  background: #ffffff;
}

.qt-cause-icon{
  width: 44px;
  height: 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 8px;

  flex-shrink: 0;
}

.qt-cause-icon svg{
  width: 18px;
  height: 18px;
}

/* =========================================
Meaning Based Colors
========================================= */

.qt-cause-icon.safe{
  background: #ecfdf5;
  color: #059669;
}

.qt-cause-icon.alert{
  background: #fef2f2;
  color: #dc2626;
}

.qt-cause-icon.warning{
  background: #eff6ff;
  color: #2563eb;
}

.qt-cause-icon.neutral{
  background: #f3f4f6;
  color: #4b5563;
}

/* =========================================
Content
========================================= */

.qt-cause-content h3{
  color: #111827;

  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;

  margin-bottom: 10px;
}

.qt-cause-content p{
  color: #4b5563;

  font-size: 14px;
  line-height: 1.85;
}

/* =========================================
Responsive
========================================= */

@media (max-width:768px){

  .qt-ac-causes{
    padding: 28px 18px 34px;
  }

  .qt-section-heading h2{
    font-size: 24px;
  }

  .qt-cause-item{
    padding: 20px;
    gap: 16px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e3ece1f *//* =========================================
Q TECH BLOG SECTION 4
Quick Home Checks
========================================= */

.qt-ac-checks{
  padding: 34px 20px 40px;
  background: #ffffff;
}

.qt-ac-container{
  max-width: 760px;
  margin: 0 auto;
}

/* =========================================
Section Heading
========================================= */

.qt-section-heading{
  margin-bottom: 28px;
}

.qt-section-label{
  display: inline-block;

  margin-bottom: 10px;

  color: #059669;

  font-size: 12px;
  font-weight: 600;

  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.qt-section-heading h2{
  color: #111827;

  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;

  margin-bottom: 14px;
}

.qt-section-heading p{
  color: #4b5563;

  font-size: 15px;
  line-height: 1.85;

  max-width: 700px;
}

/* =========================================
Check List
========================================= */

.qt-check-list{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* =========================================
Check Item
========================================= */

.qt-check-item{
  display: flex;
  align-items: flex-start;
  gap: 18px;

  padding: 22px;

  border: 1px solid #e5e7eb;
  border-radius: 10px;

  background: #ffffff;
}

.qt-check-icon{
  width: 44px;
  height: 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 8px;

  background: #ecfdf5;
  color: #059669;

  flex-shrink: 0;
}

.qt-check-icon svg{
  width: 18px;
  height: 18px;
}

/* =========================================
Content
========================================= */

.qt-check-content h3{
  color: #111827;

  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;

  margin-bottom: 10px;
}

.qt-check-content p{
  color: #4b5563;

  font-size: 14px;
  line-height: 1.85;
}

/* =========================================
Responsive
========================================= */

@media (max-width:768px){

  .qt-ac-checks{
    padding: 28px 18px 34px;
  }

  .qt-section-heading h2{
    font-size: 24px;
  }

  .qt-check-item{
    padding: 20px;
    gap: 16px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-36251a8 *//* =========================================
Q TECH BLOG SECTION 5
Professional Service Warning
========================================= */

.qt-ac-service-warning{
  padding: 34px 20px 42px;
  background: #ffffff;
}

.qt-ac-container{
  max-width: 760px;
  margin: 0 auto;
}

/* =========================================
Warning Box
========================================= */

.qt-warning-box{
  border: 1px solid #fee2e2;
  border-radius: 12px;

  background: #fffefe;

  padding: 28px;
}

/* =========================================
Top Area
========================================= */

.qt-warning-top{
  display: flex;
  align-items: flex-start;
  gap: 16px;

  margin-bottom: 18px;
}

.qt-warning-icon{
  width: 46px;
  height: 46px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 10px;

  background: #fef2f2;
  color: #dc2626;

  flex-shrink: 0;
}

.qt-warning-icon svg{
  width: 20px;
  height: 20px;
}

.qt-warning-heading span{
  display: inline-block;

  margin-bottom: 8px;

  color: #dc2626;

  font-size: 12px;
  font-weight: 600;

  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.qt-warning-heading h2{
  color: #111827;

  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
}

/* =========================================
Description
========================================= */

.qt-warning-text{
  color: #4b5563;

  font-size: 15px;
  line-height: 1.9;

  margin-bottom: 24px;
}

/* =========================================
Warning List
========================================= */

.qt-warning-list{
  display: flex;
  flex-direction: column;
  gap: 14px;

  margin-bottom: 28px;
}

.qt-warning-item{
  display: flex;
  align-items: flex-start;
  gap: 12px;

  color: #374151;

  font-size: 14px;
  line-height: 1.8;
}

.qt-warning-dot{
  width: 8px;
  height: 8px;

  margin-top: 8px;

  border-radius: 50%;

  background: #dc2626;

  flex-shrink: 0;
}

/* =========================================
Buttons
========================================= */

.qt-warning-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.qt-warning-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 13px 22px;

  border-radius: 8px;

  text-decoration: none;

  font-size: 14px;
  font-weight: 600;

  transition: 0.3s ease;
}

.qt-warning-btn.primary{
  background: #dc2626;
  color: #ffffff;
}

.qt-warning-btn.primary:hover{
  background: #b91c1c;
}

.qt-warning-btn.secondary{
  background: #ffffff;
  border: 1px solid #d1d5db;

  color: #111827;
}

.qt-warning-btn.secondary:hover{
  background: #f9fafb;
}

/* =========================================
Responsive
========================================= */

@media (max-width:768px){

  .qt-ac-service-warning{
    padding: 28px 18px 36px;
  }

  .qt-warning-box{
    padding: 22px;
  }

  .qt-warning-top{
    gap: 14px;
  }

  .qt-warning-heading h2{
    font-size: 24px;
  }

  .qt-warning-actions{
    flex-direction: column;
  }

  .qt-warning-btn{
    width: 100%;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68f4dce *//* =========================================
Q TECH BLOG SECTION 6
AC Maintenance Tips
========================================= */

.qt-ac-maintenance{
  padding: 34px 20px 42px;
  background: #ffffff;
}

.qt-ac-container{
  max-width: 760px;
  margin: 0 auto;
}

/* =========================================
Section Heading
========================================= */

.qt-section-heading{
  margin-bottom: 28px;
}

.qt-section-label{
  display: inline-block;

  margin-bottom: 10px;

  color: #059669;

  font-size: 12px;
  font-weight: 600;

  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.qt-section-heading h2{
  color: #111827;

  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;

  margin-bottom: 14px;
}

.qt-section-heading p{
  color: #4b5563;

  font-size: 15px;
  line-height: 1.85;

  max-width: 700px;
}

/* =========================================
Maintenance Grid
========================================= */

.qt-maintenance-grid{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 18px;
}

/* =========================================
Maintenance Card
========================================= */

.qt-maintenance-card{
  padding: 22px;

  border: 1px solid #e5e7eb;
  border-radius: 10px;

  background: #ffffff;

  transition: 0.3s ease;
}

.qt-maintenance-card:hover{
  border-color: #d1d5db;
}

.qt-maintenance-icon{
  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 8px;

  background: #ecfdf5;
  color: #059669;

  margin-bottom: 16px;
}

.qt-maintenance-icon svg{
  width: 18px;
  height: 18px;
}

/* =========================================
Card Content
========================================= */

.qt-maintenance-card h3{
  color: #111827;

  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;

  margin-bottom: 10px;
}

.qt-maintenance-card p{
  color: #4b5563;

  font-size: 14px;
  line-height: 1.8;
}

/* =========================================
Responsive
========================================= */

@media (max-width:768px){

  .qt-ac-maintenance{
    padding: 28px 18px 36px;
  }

  .qt-section-heading h2{
    font-size: 24px;
  }

  .qt-maintenance-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .qt-maintenance-card{
    padding: 20px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1248d4c *//* =========================================
Q TECH BLOG SECTION 7
FAQ Section
========================================= */

.service-faqs{
  padding: 34px 20px 42px;
  background: #ffffff;
}

.qt-ac-container{
  max-width: 760px;
  margin: 0 auto;
}

/* =========================================
Section Heading
========================================= */

.qt-section-heading{
  margin-bottom: 28px;
}

.qt-section-label{
  display: inline-block;

  margin-bottom: 10px;

  color: #2563eb;

  font-size: 12px;
  font-weight: 600;

  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.qt-section-heading h2{
  color: #111827;

  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;

  margin-bottom: 14px;
}

.qt-section-heading p{
  color: #4b5563;

  font-size: 15px;
  line-height: 1.85;

  max-width: 700px;
}

/* =========================================
FAQ Items
========================================= */

.faq-item{
  padding: 22px 0;

  border-bottom: 1px solid #e5e7eb;
}

.faq-item:first-of-type{
  border-top: 1px solid #e5e7eb;
}

.faq-item h3{
  color: #111827;

  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;

  margin-bottom: 10px;
}

.faq-item p{
  color: #4b5563;

  font-size: 14px;
  line-height: 1.85;

  max-width: 700px;
}

/* =========================================
Responsive
========================================= */

@media (max-width:768px){

  .service-faqs{
    padding: 28px 18px 36px;
  }

  .qt-section-heading h2{
    font-size: 24px;
  }

  .faq-item{
    padding: 20px 0;
  }

  .faq-item h3{
    font-size: 17px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef90d3f *//* =========================================
Q TECH BLOG FINAL CTA
Professional Clean Style
========================================= */

.qt-final-cta{
  padding: 34px 20px 55px;
  background: #ffffff;
}

.qt-final-cta-box{
  max-width: 760px;
  margin: 0 auto;

  padding: 30px;

  border: 1px solid #e5e7eb;
  border-radius: 12px;

  background: #f8fafc;
}

/* =========================================
Content
========================================= */

.qt-final-label{
  display: inline-block;

  margin-bottom: 12px;

  color: #2563eb;

  font-size: 12px;
  font-weight: 600;

  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.qt-final-cta-box h2{
  color: #111827;

  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;

  margin-bottom: 14px;
}

.qt-final-cta-box p{
  max-width: 680px;

  color: #4b5563;

  font-size: 15px;
  line-height: 1.85;

  margin-bottom: 26px;
}

/* =========================================
Contact Buttons
========================================= */

.qt-final-contact{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.qt-contact-item{
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 13px 18px;

  border-radius: 8px;

  font-size: 14px;
  font-weight: 600;

  text-decoration: none;

  transition: 0.3s ease;
}

/* Call Button */

.call-btn{
  background: #2563eb;
  color: #ffffff;
}

.call-btn:hover{
  background: #1d4ed8;
}

/* WhatsApp Button */

.whatsapp-btn{
  background: #25d366;
  color: #ffffff;
}

.whatsapp-btn:hover{
  background: #1ebe5d;
}

.qt-contact-item svg{
  flex-shrink: 0;
}

/* =========================================
Responsive
========================================= */

@media (max-width:768px){

  .qt-final-cta{
    padding: 28px 18px 48px;
  }

  .qt-final-cta-box{
    padding: 24px;
  }

  .qt-final-cta-box h2{
    font-size: 24px;
  }

  .qt-final-contact{
    flex-direction: column;
  }

  .qt-contact-item{
    width: 100%;
    justify-content: center;
  }

}












/* =========================================
Final CTA Internal Links
Clean Subtle Responsive Style
========================================= */

.qt-final-links{
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  gap: 14px;

  margin-bottom: 22px;
}

.qt-final-link{
  display: inline-flex;
  align-items: center;

  color: #4b5563;

  font-size: 13px;
  font-weight: 500;

  line-height: 1.5;

  text-decoration: none;

  transition: 0.3s ease;
}

.qt-final-link:hover{
  color: #2563eb;
}

/* =========================================
Responsive
========================================= */

@media (max-width:768px){

  .qt-final-links{
    flex-direction: column;
    align-items: flex-start;

    gap: 10px;
  }

  .qt-final-link{
    width: 100%;

    font-size: 13px;
    line-height: 1.5;
  }

}/* End custom CSS */