.elementor-2234 .elementor-element.elementor-element-950ef2b{--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-73793ec *//* ===============================
   SERVICE INTRO – FINAL CSS
   Simple • Mobile Friendly • High CTR
================================ */

/* Section */
.service-intro {
  padding: 50px 20px;
  background: #f9fbff;
}

.service-intro .container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Heading */
.service-intro h1 {
  font-size: 32px;
  color: #0b1c39;
  margin-bottom: 18px;
  line-height: 1.3;
}

/* Text */
.service-intro p {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 16px;
}

/* CTA wrapper */
.cta-buttons {
  margin-top: 26px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  animation: fadeUp 0.6s ease-out both;
}

/* Buttons common */
.btn {
  flex: 1;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Small text under button */
.cta-sub {
  font-size: 12.5px;
  margin-top: 3px;
  opacity: 0.9;
}

/* Book Service (PRIMARY) */
.btn-book {
  background: #16a34a;
  color: #ffffff;
}

/* Call Now (SECONDARY) */
.btn-call {
  background: #0b5cff;
  color: #ffffff;
}

/* Hover / tap effect */
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

.btn:active {
  transform: scale(0.97);
}

/* Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .service-intro h1 {
    font-size: 26px;
  }

  .service-intro p {
    font-size: 15px;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-397bd64 *//* SECTION–2 : Common AC Problems */

.service-problems {
  padding: 50px 20px;
  background: #ffffff;
}

.service-problems .container {
  max-width: 1100px;
  margin: auto;
}

.service-problems h2 {
  font-size: 28px;
  color: #0b1c39;
  margin-bottom: 18px;
  line-height: 1.35;
}

.service-problems p {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 16px;
}

.problem-list {
  margin: 20px 0 25px;
  padding-left: 20px;
}

.problem-list li {
  font-size: 16px;
  color: #222;
  margin-bottom: 10px;
  line-height: 1.6;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .service-problems h2 {
    font-size: 24px;
  }
  .problem-list li {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e2dc326 *//* ================================
   SECTION–3 : AC REPAIR SERVICES
================================ */

.service-details {
  padding: 60px 20px;
  background: #f6f9ff;
}

.service-details .container {
  max-width: 1200px;
  margin: auto;
}

.service-details h2 {
  font-size: 30px;
  color: #0b1c39;
  margin-bottom: 18px;
  line-height: 1.35;
}

.service-details > .container > p {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  max-width: 900px;
  margin-bottom: 35px;
}

/* GRID LAYOUT */

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

/* SERVICE BOX */

.service-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 22px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

/* SERVICE IMAGE */

.service-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 14px;
}

/* SERVICE TITLE */

.service-box h3 {
  font-size: 18px;
  color: #0b5cff;
  margin-bottom: 8px;
  line-height: 1.4;
}

/* SERVICE TEXT */

.service-box p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

/* ================================
   MOBILE OPTIMIZATION
================================ */

@media (max-width: 768px) {

  .service-details {
    padding: 45px 15px;
  }

  .service-details h2 {
    font-size: 24px;
  }

  .service-details > .container > p {
    font-size: 15px;
    margin-bottom: 28px;
  }

  .service-img {
    height: 160px;
  }

}

/* ================================
   SMALL MOBILE (EXTRA SAFETY)
================================ */

@media (max-width: 480px) {

  .service-box {
    padding: 18px;
  }

  .service-box h3 {
    font-size: 17px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-32e5ce7 *//* ================================
   WHY CHOOSE Q TECH – REFRIGERATOR REPAIR
================================ */

.why-choose-us {
  padding: 60px 20px;
  background: #f8fbff;
}

.why-choose-us .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Heading */
.why-choose-us h2 {
  font-size: 30px;
  font-weight: 700;
  color: #0b1c39;
  margin-bottom: 16px;
}

/* Intro paragraph */
.why-choose-us > .container > p {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  max-width: 900px;
  margin-bottom: 40px;
}

/* ================================
   GRID
================================ */

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ================================
   FEATURE BOX
================================ */

.feature-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden; /* IMPORTANT FIX */
}

.feature-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

/* Inner content (LEFT BORDER FIXED) */
.feature-content {
  padding: 22px 22px 22px 26px;
  border-left: 4px solid #0b5cff;
  height: 100%;
  box-sizing: border-box;
}

/* Title */
.feature-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0b5cff;
  margin-bottom: 8px;
}

/* Text */
.feature-content p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin: 0;
}

/* ================================
   TABLET
================================ */

@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 600px) {
  .why-choose-us {
    padding: 45px 15px;
  }

  .why-choose-us h2 {
    font-size: 24px;
  }

  .why-choose-us > .container > p {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .feature-content {
    padding: 20px 18px 20px 22px;
  }

  .feature-content h3 {
    font-size: 17px;
  }

  .feature-content p {
    font-size: 14.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-70be13e *//* ================================
   SERVICE AREAS – WASHING MACHINE
================================ */

.service-areas {
  padding: 60px 20px;
  background: #f9fbff;
}

.service-areas .container {
  max-width: 1100px;
  margin: 0 auto;
}

.service-areas h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0b1220;
  margin-bottom: 14px;
}

.service-areas p {
  font-size: 16.2px;
  line-height: 1.75;
  color: #4b5563;
  max-width: 900px;
  margin-bottom: 22px;
}

.area-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.area-list li {
  background: #ffffff;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 15.5px;
  color: #1f2937;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.area-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.1);
}

.area-note {
  font-size: 15.5px;
  color: #374151;
}

/* Responsive */
@media (max-width: 992px) {
  .area-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .area-list {
    grid-template-columns: repeat(2, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-403c23e *//* ================================
   SECTION–6 : FAQs
================================ */

.service-faqs {
  padding: 55px 20px;
  background: #ffffff;
}

.service-faqs .container {
  max-width: 900px;
  margin: auto;
}

.service-faqs h2 {
  font-size: 28px;
  color: #0b1c39;
  margin-bottom: 30px;
  line-height: 1.35;
}

/* FAQ ITEM */

.faq-item {
  border-bottom: 1px solid #e6e9f0;
  padding: 16px 0;
}

/* QUESTION */

.faq-item h3 {
  font-size: 17px;
  color: #0b5cff;
  cursor: pointer;
  position: relative;
  padding-right: 24px;
  line-height: 1.4;
}

/* + icon */

.faq-item h3::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  color: #0b5cff;
  transition: transform 0.3s ease;
}

/* ANSWER */

.faq-item p {
  display: none;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin-top: 10px;
}

/* ACTIVE STATE */

.faq-item p.open {
  display: block;
}

.faq-item p.open + h3::after {
  transform: rotate(45deg);
}

/* ================================
   MOBILE OPTIMIZATION
================================ */

@media (max-width: 768px) {

  .service-faqs {
    padding: 45px 15px;
  }

  .service-faqs h2 {
    font-size: 24px;
  }

  .faq-item h3 {
    font-size: 16px;
  }

  .faq-item p {
    font-size: 14.5px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-93ba41c *//* SECTION–7 : Final CTA (Light & Clean) */

.final-cta {
  padding: 56px 18px;
  background: #f0fdf4; /* light green */
  color: #064e3b;
  text-align: center;
  border-top: 1px solid #d1fae5;
}

.final-cta .container {
  max-width: 900px;
  margin: auto;
}

/* Heading */
.final-cta h2 {
  font-size: 28px;
  margin-bottom: 14px;
  font-weight: 700;
  color: #064e3b;
}

/* Text */
.final-cta p {
  font-size: 15.5px;
  line-height: 1.7;
  margin-bottom: 22px;
  color: #065f46;
}

/* CTA buttons */
.cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.cta-btn {
  text-decoration: none;
  padding: 13px 24px;
  font-size: 15.5px;
  font-weight: 600;
  border-radius: 8px;
  transition: 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Call button */
.call-btn {
  background: #0ea5e9;
  color: #ffffff;
}

.call-btn:hover {
  background: #0284c7;
}

/* WhatsApp button */
.whatsapp-btn {
  background: #22c55e;
  color: #ffffff;
}

.whatsapp-btn:hover {
  background: #16a34a;
}

/* Internal links */
.internal-links {
  margin-top: 16px;
  text-align: center;
}

.internal-links p {
  font-size: 14.5px;
  margin-bottom: 8px;
  color: #065f46;
}

.internal-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.internal-links a {
  color: #0369a1;
  font-size: 14.5px;
  text-decoration: none;
}

.internal-links a:hover {
  text-decoration: underline;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .final-cta h2 {
    font-size: 22px;
  }

  .final-cta p {
    font-size: 15px;
  }

  .cta-btn {
    width: 100%;
  }
}/* End custom CSS */