.elementor-6527 .elementor-element.elementor-element-f2668d8{--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-51971f6 */.blog-intro {
  padding: 40px 20px;
  background: #ffffff;
}

.blog-intro .container {
  max-width: 900px;
  margin: 0 auto;
}

.blog-intro h1 {
  font-size: 28px;
  font-weight: 700;
  color: #0b1220;
  margin-bottom: 20px;
  line-height: 1.3;
}

.blog-intro p {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 15px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f64a70a */.fridge-problems {
  padding: 50px 20px;
  background: #f8fafc;
}

.fridge-problems .container {
  max-width: 1100px;
  margin: 0 auto;
}

.fridge-problems h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0b1220;
  text-align: center;
}

.section-desc {
  font-size: 15px;
  color: #555;
  margin-bottom: 25px;
  text-align: center;
}

/* IMAGE STYLE */
.problem-image {
  margin-bottom: 30px;
  text-align: center;
}

.problem-image img {
  width: 100%;
  max-width: 600px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* GRID */
.problem-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
}

/* CARD */
.problem-item {
  background: #ffffff;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  transition: 0.3s ease;
  border: 1px solid #eef2f7;
}

.problem-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.problem-item h3 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #111;
}

.problem-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-26bd21f */.fridge-causes {
  padding: 40px 20px;
  background: #ffffff;
}

.fridge-causes .container {
  max-width: 1000px;
  margin: 0 auto;
}

.fridge-causes h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0b1220;
}

.fridge-causes .section-desc {
  font-size: 15px;
  color: #555;
  margin-bottom: 25px;
}

.cause-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

.cause-item {
  background: #f8fafc;
  padding: 15px;
  border-radius: 10px;
  transition: 0.3s;
}

.cause-item:hover {
  background: #eef2f7;
}

.cause-item h3 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #111;
}

.cause-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}






.cause-link {
  margin-top: 25px;
  text-align: center;
}

.cause-link p {
  font-size: 15px;
  color: #333;
}

.cause-link a {
  color: #1a73e8;
  font-weight: 600;
  text-decoration: none;
}

.cause-link a:hover {
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6318b9b */.fridge-checks {
  padding: 40px 20px;
  background: #f8fafc;
}

.fridge-checks .container {
  max-width: 1000px;
  margin: 0 auto;
}

.fridge-checks h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0b1220;
}

.fridge-checks .section-desc {
  font-size: 15px;
  color: #555;
  margin-bottom: 25px;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

.check-item {
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
  border-left: 4px solid #1a73e8;
  transition: 0.3s;
}

.check-item:hover {
  transform: translateY(-3px);
}

.check-item h3 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #111;
}

.check-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e435bd */.fridge-technician {
  padding: 40px 20px;
  background: #ffffff;
}

.fridge-technician .container {
  max-width: 1000px;
  margin: 0 auto;
}

.fridge-technician h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0b1220;
}

.fridge-technician .section-desc {
  font-size: 15px;
  color: #555;
  margin-bottom: 25px;
}

.tech-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

.tech-item {
  background: #f8fafc;
  padding: 15px;
  border-radius: 10px;
  border-left: 4px solid #ff4d4d;
  transition: 0.3s;
}

.tech-item:hover {
  background: #fff1f1;
}

.tech-item h3 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #111;
}

.tech-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.tech-cta {
  margin-top: 25px;
  padding: 15px;
  background: #eef2f7;
  border-radius: 8px;
  text-align: center;
}

.tech-cta p {
  font-size: 15px;
  color: #333;
}






.tech-link {
  margin-top: 20px;
  text-align: center;
}

.tech-link p {
  font-size: 15px;
  color: #333;
}

.tech-link a {
  color: #1a73e8;
  font-weight: 600;
  text-decoration: none;
}

.tech-link a:hover {
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-88995a7 */.fridge-process {
  padding: 50px 20px;
  background: #ffffff;
}

.fridge-process .container {
  max-width: 1100px;
  margin: 0 auto;
}

.fridge-process h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0b1220;
  text-align: center;
}

.fridge-process .section-desc {
  font-size: 15px;
  color: #555;
  margin-bottom: 25px;
  text-align: center;
}

/* IMAGE STYLE */
.process-image {
  margin-bottom: 30px;
  text-align: center;
}

.process-image img {
  width: 100%;
  max-width: 600px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* GRID */
.process-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

/* CARD */
.process-item {
  background: #f8fafc;
  padding: 18px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s ease;
  border: 1px solid #eef2f7;
}

.process-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* STEP NUMBER */
.step-number {
  width: 38px;
  height: 38px;
  background: #1a73e8;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

/* TEXT */
.process-item h3 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #111;
}

.process-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee9a631 */.fridge-cost {
  padding: 40px 20px;
  background: #ffffff;
}

.fridge-cost .container {
  max-width: 1000px;
  margin: 0 auto;
}

.fridge-cost h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0b1220;
}

.fridge-cost .section-desc {
  font-size: 15px;
  color: #555;
  margin-bottom: 25px;
}

.cost-table {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
}

.cost-item {
  background: #f8fafc;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #e5e7eb;
  transition: 0.3s;
}

.cost-item:hover {
  background: #eef2f7;
}

.cost-item h3 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #111;
}

.cost-item p {
  font-size: 15px;
  font-weight: 600;
  color: #1a73e8;
}

.cost-note {
  margin-top: 20px;
  padding: 12px;
  background: #fff8e1;
  border-radius: 8px;
  font-size: 14px;
  color: #555;
}








.cost-cta {
  margin-top: 20px;
  padding: 12px;
  background: #eef2f7;
  border-radius: 8px;
  text-align: center;
}

.cost-cta p {
  font-size: 14px;
  color: #333;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e8b7883 */.fridge-faqs {
  padding: 40px 20px;
  background: #ffffff;
}

.fridge-faqs .container {
  max-width: 900px;
  margin: 0 auto;
}

.fridge-faqs h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #0b1220;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  background: #f8fafc;
  padding: 15px;
  border-radius: 8px;
  border-left: 4px solid #1a73e8;
  transition: 0.3s;
}

.faq-item:hover {
  background: #eef2f7;
}

.faq-item h3 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #111;
}

.faq-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-145a747 */.fridge-cta {
  padding: 50px 20px;
  background: linear-gradient(135deg, #eaf3ff, #f5f9ff);
  text-align: center;
  color: #0b1220;
}

.fridge-cta .container {
  max-width: 800px;
  margin: 0 auto;
}

.fridge-cta h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}

.fridge-cta p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #333;
}

/* BUTTONS */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
}

/* CALL BUTTON */
.call-btn {
  background: #1a73e8;
  color: #fff;
}

.call-btn:hover {
  background: #0b5ed7;
}

/* WHATSAPP BUTTON */
.whatsapp-btn {
  background: #25D366;
  color: #fff;
}

.whatsapp-btn:hover {
  background: #1ebe5d;
}

/* INTERNAL LINK TEXT */
.cta-link-text {
  margin: 10px 0 15px;
  font-size: 15px;
  color: #333;
}

.cta-link-text a {
  color: #1a73e8;
  font-weight: 600;
  text-decoration: none;
}

.cta-link-text a:hover {
  text-decoration: underline;
}/* End custom CSS */