.elementor-6562 .elementor-element.elementor-element-52f764f{--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-235904b *//* ===== SECTION 1 : MICROWAVE HERO ===== */

.mw-hero-section{
  width:100%;
  padding:48px 16px 24px;
  background:#fff;
}

.mw-container{
  max-width:850px;
  margin:auto;
}

.mw-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:600;
  color:#dc2626;
  margin-bottom:14px;
  letter-spacing:0.2px;
}

.mw-label::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:#dc2626;
}

.mw-hero-section h1{
  font-size:28px;
  line-height:1.5;
  font-weight:700;
  color:#111827;
  margin-bottom:18px;
}

.mw-hero-section p{
  font-size:15.5px;
  line-height:1.95;
  color:#4b5563;
  margin:0;
}

/* ===== MOBILE ===== */

@media(max-width:768px){

  .mw-hero-section{
    padding:42px 15px 20px;
  }

  .mw-hero-section h1{
    font-size:24px;
    line-height:1.5;
  }

  .mw-hero-section p{
    font-size:15px;
    line-height:1.9;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bdb382e *//* ===== SECTION 2 : COMMON MICROWAVE PROBLEMS ===== */

.mw-common-problems{
  width:100%;
  padding:18px 16px 10px;
  background:#fff;
}

.mw-common-problems h2{
  font-size:24px;
  line-height:1.5;
  font-weight:700;
  color:#111827;
  margin-bottom:14px;
}

.mw-section-text{
  font-size:15.5px;
  line-height:1.95;
  color:#4b5563;
  margin-bottom:28px;
}

.mw-problem-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.mw-problem-card{
  padding:20px;
  border:1px solid #e5e7eb;
  border-radius:10px;
  background:#fafafa;
}

.mw-problem-card h3{
  font-size:17px;
  line-height:1.6;
  font-weight:600;
  color:#111827;
  margin-bottom:10px;
}

.mw-problem-card p{
  font-size:14.8px;
  line-height:1.85;
  color:#4b5563;
  margin:0;
}

/* ===== MOBILE ===== */

@media(max-width:768px){

  .mw-common-problems{
    padding:14px 15px 8px;
  }

  .mw-common-problems h2{
    font-size:22px;
  }

  .mw-section-text{
    font-size:15px;
    line-height:1.9;
  }

  .mw-problem-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .mw-problem-card{
    padding:18px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4fa7d63 *//* ===== SECTION 3 : MICROWAVE HEATING ISSUE ===== */

.mw-heating-issue{
  width:100%;
  padding:18px 16px 10px;
  background:#fff;
}

.mw-heating-issue h2{
  font-size:24px;
  line-height:1.5;
  font-weight:700;
  color:#111827;
  margin-bottom:16px;
}

.mw-heating-text{
  font-size:15.5px;
  line-height:1.95;
  color:#4b5563;
  margin-bottom:18px;
}

.mw-heating-list{
  margin-top:28px;
}

.mw-heating-item{
  padding-bottom:22px;
  margin-bottom:22px;
  border-bottom:1px solid #e5e7eb;
}

.mw-heating-item:last-child{
  border-bottom:none;
  margin-bottom:0;
  padding-bottom:0;
}

.mw-heating-item h3{
  font-size:18px;
  line-height:1.6;
  font-weight:600;
  color:#111827;
  margin-bottom:10px;
}

.mw-heating-item p{
  font-size:15px;
  line-height:1.9;
  color:#4b5563;
  margin:0;
}

/* ===== MOBILE ===== */

@media(max-width:768px){

  .mw-heating-issue{
    padding:14px 15px 8px;
  }

  .mw-heating-issue h2{
    font-size:22px;
  }

  .mw-heating-text{
    font-size:15px;
    line-height:1.9;
  }

  .mw-heating-item h3{
    font-size:17px;
  }

  .mw-heating-item p{
    font-size:14.8px;
    line-height:1.85;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c41f2c *//* ===== SECTION 4 : MICROWAVE SPARK ISSUE ===== */

.mw-spark-issue{
  width:100%;
  padding:18px 16px 10px;
  background:#fff;
}

.mw-spark-issue h2{
  font-size:24px;
  line-height:1.5;
  font-weight:700;
  color:#111827;
  margin-bottom:16px;
}

.mw-spark-text{
  font-size:15.5px;
  line-height:1.95;
  color:#4b5563;
  margin-bottom:18px;
}

.mw-spark-list{
  margin-top:28px;
}

.mw-spark-item{
  padding-bottom:22px;
  margin-bottom:22px;
  border-bottom:1px solid #e5e7eb;
}

.mw-spark-item:last-child{
  border-bottom:none;
  margin-bottom:0;
  padding-bottom:0;
}

.mw-spark-item h3{
  font-size:18px;
  line-height:1.6;
  font-weight:600;
  color:#111827;
  margin-bottom:10px;
}

.mw-spark-item p{
  font-size:15px;
  line-height:1.9;
  color:#4b5563;
  margin:0;
}

/* ===== MOBILE ===== */

@media(max-width:768px){

  .mw-spark-issue{
    padding:14px 15px 8px;
  }

  .mw-spark-issue h2{
    font-size:22px;
  }

  .mw-spark-text{
    font-size:15px;
    line-height:1.9;
  }

  .mw-spark-item h3{
    font-size:17px;
  }

  .mw-spark-item p{
    font-size:14.8px;
    line-height:1.85;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0a60f55 *//* ===== SECTION 5 : TURNTABLE ISSUE ===== */

.mw-turntable-issue{
  width:100%;
  padding:18px 16px 10px;
  background:#fff;
}

.mw-turntable-issue h2{
  font-size:24px;
  line-height:1.5;
  font-weight:700;
  color:#111827;
  margin-bottom:16px;
}

.mw-turntable-text{
  font-size:15.5px;
  line-height:1.95;
  color:#4b5563;
  margin-bottom:18px;
}

.mw-turntable-list{
  margin-top:28px;
}

.mw-turntable-item{
  padding-bottom:22px;
  margin-bottom:22px;
  border-bottom:1px solid #e5e7eb;
}

.mw-turntable-item:last-child{
  border-bottom:none;
  margin-bottom:0;
  padding-bottom:0;
}

.mw-turntable-item h3{
  font-size:18px;
  line-height:1.6;
  font-weight:600;
  color:#111827;
  margin-bottom:10px;
}

.mw-turntable-item p{
  font-size:15px;
  line-height:1.9;
  color:#4b5563;
  margin:0;
}

/* ===== MOBILE ===== */

@media(max-width:768px){

  .mw-turntable-issue{
    padding:14px 15px 8px;
  }

  .mw-turntable-issue h2{
    font-size:22px;
  }

  .mw-turntable-text{
    font-size:15px;
    line-height:1.9;
  }

  .mw-turntable-item h3{
    font-size:17px;
  }

  .mw-turntable-item p{
    font-size:14.8px;
    line-height:1.85;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-becf6a1 *//* ===== SECTION 6 : MICROWAVE MAINTENANCE ===== */

.mw-maintenance-section{
  width:100%;
  padding:18px 16px 10px;
  background:#fff;
}

.mw-maintenance-section h2{
  font-size:24px;
  line-height:1.5;
  font-weight:700;
  color:#111827;
  margin-bottom:16px;
}

.mw-maintenance-text{
  font-size:15.5px;
  line-height:1.95;
  color:#4b5563;
  margin-bottom:24px;
}

.mw-maintenance-list{
  display:flex;
  flex-direction:column;
  gap:22px;
}

.mw-maintenance-item{
  padding-bottom:22px;
  border-bottom:1px solid #e5e7eb;
}

.mw-maintenance-item:last-child{
  border-bottom:none;
  padding-bottom:0;
}

.mw-maintenance-item h3{
  font-size:18px;
  line-height:1.6;
  font-weight:600;
  color:#111827;
  margin-bottom:10px;
}

.mw-maintenance-item p{
  font-size:15px;
  line-height:1.9;
  color:#4b5563;
  margin:0;
}

/* ===== MOBILE ===== */

@media(max-width:768px){

  .mw-maintenance-section{
    padding:14px 15px 8px;
  }

  .mw-maintenance-section h2{
    font-size:22px;
  }

  .mw-maintenance-text{
    font-size:15px;
    line-height:1.9;
  }

  .mw-maintenance-item h3{
    font-size:17px;
  }

  .mw-maintenance-item p{
    font-size:14.8px;
    line-height:1.85;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd2bf48 *//* ===== SECTION 7 : MICROWAVE TECHNICIAN ===== */

.mw-technician-section{
  width:100%;
  padding:18px 16px 10px;
  background:#fff;
}

.mw-technician-section h2{
  font-size:24px;
  line-height:1.5;
  font-weight:700;
  color:#111827;
  margin-bottom:16px;
}

.mw-technician-text{
  font-size:15.5px;
  line-height:1.95;
  color:#4b5563;
  margin-bottom:24px;
}

/* IMAGE */

.mw-technician-image{
  margin-bottom:28px;
}

.mw-technician-image img{
  width:100%;
  border-radius:10px;
  display:block;
}

/* LIST */

.mw-technician-list{
  display:flex;
  flex-direction:column;
  gap:22px;
}

.mw-technician-item{
  padding-bottom:22px;
  border-bottom:1px solid #e5e7eb;
}

.mw-technician-item:last-child{
  border-bottom:none;
  padding-bottom:0;
}

.mw-technician-item h3{
  font-size:18px;
  line-height:1.6;
  font-weight:600;
  color:#111827;
  margin-bottom:10px;
}

.mw-technician-item p{
  font-size:15px;
  line-height:1.9;
  color:#4b5563;
  margin:0;
}

/* ===== MOBILE ===== */

@media(max-width:768px){

  .mw-technician-section{
    padding:14px 15px 8px;
  }

  .mw-technician-section h2{
    font-size:22px;
  }

  .mw-technician-text{
    font-size:15px;
    line-height:1.9;
  }

  .mw-technician-item h3{
    font-size:17px;
  }

  .mw-technician-item p{
    font-size:14.8px;
    line-height:1.85;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad3ad74 *//* ===== SECTION 8 : INTERNAL LINKS ===== */

.mw-internal-links{
  width:100%;
  padding:18px 16px 10px;
  background:#fff;
}

.mw-internal-links h2{
  font-size:23px;
  line-height:1.5;
  font-weight:700;
  color:#111827;
  margin-bottom:14px;
}

.mw-links-text{
  font-size:15.5px;
  line-height:1.9;
  color:#4b5563;
  margin-bottom:22px;
}

.mw-links-list{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.mw-links-list a{
  font-size:15px;
  line-height:1.8;
  color:#2563eb;
  text-decoration:none;
  font-weight:500;
}

.mw-links-list a:hover{
  text-decoration:underline;
}

/* ===== MOBILE ===== */

@media(max-width:768px){

  .mw-internal-links{
    padding:14px 15px 8px;
  }

  .mw-internal-links h2{
    font-size:21px;
  }

  .mw-links-text{
    font-size:15px;
    line-height:1.85;
  }

  .mw-links-list a{
    font-size:14.8px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-808fabc *//* ===== SECTION 9 : FAQ SECTION ===== */

.mw-faq-section{
  width:100%;
  padding:18px 16px 10px;
  background:#fff;
}

.mw-faq-section h2{
  font-size:24px;
  line-height:1.5;
  font-weight:700;
  color:#111827;
  margin-bottom:24px;
}

.mw-faq-list{
  display:flex;
  flex-direction:column;
  gap:22px;
}

.mw-faq-item{
  padding-bottom:22px;
  border-bottom:1px solid #e5e7eb;
}

.mw-faq-item:last-child{
  border-bottom:none;
  padding-bottom:0;
}

.mw-faq-item h3{
  font-size:17px;
  line-height:1.7;
  font-weight:600;
  color:#111827;
  margin-bottom:10px;
}

.mw-faq-item p{
  font-size:15px;
  line-height:1.9;
  color:#4b5563;
  margin:0;
}

/* ===== MOBILE ===== */

@media(max-width:768px){

  .mw-faq-section{
    padding:14px 15px 8px;
  }

  .mw-faq-section h2{
    font-size:22px;
  }

  .mw-faq-item h3{
    font-size:16px;
    line-height:1.7;
  }

  .mw-faq-item p{
    font-size:14.8px;
    line-height:1.85;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c70b025 *//* ===== SECTION 10 : FINAL CTA ===== */

.mw-final-cta{
  width:100%;
  padding:40px 16px 55px;
  background:#fff;
}

.mw-final-cta .mw-container{
  max-width:850px;
  margin:auto;
  text-align:center;
  padding-top:34px;
  border-top:1px solid #e5e7eb;
}

.mw-final-cta h2{
  font-size:25px;
  line-height:1.5;
  font-weight:700;
  color:#111827;
  margin-bottom:16px;
}

.mw-final-cta p{
  font-size:15.5px;
  line-height:1.9;
  color:#4b5563;
  max-width:700px;
  margin:0 auto 30px;
}

/* BUTTONS */

.mw-cta-buttons{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

.mw-call-btn,
.mw-whatsapp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width:170px;
  padding:14px 24px;
  border-radius:7px;
  font-size:15px;
  font-weight:600;
  text-decoration:none;
  transition:0.25s ease;
}

.mw-call-btn{
  background:#111827;
  color:#fff;
}

.mw-whatsapp-btn{
  background:#22c55e;
  color:#fff;
}

.mw-call-btn:hover,
.mw-whatsapp-btn:hover{
  opacity:0.92;
}

/* MOBILE */

@media(max-width:768px){

  .mw-final-cta{
    padding:34px 15px 48px;
  }

  .mw-final-cta h2{
    font-size:22px;
  }

  .mw-final-cta p{
    font-size:15px;
    line-height:1.85;
  }

  .mw-cta-buttons{
    flex-direction:column;
  }

  .mw-call-btn,
  .mw-whatsapp-btn{
    width:100%;
    max-width:280px;
    font-size:14.8px;
    padding:13px 20px;
  }

}/* End custom CSS */