.elementor-138 .elementor-element.elementor-element-c4568d9{--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;--margin-top:2px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-138 .elementor-element.elementor-element-f94d0a1{--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;}.elementor-138 .elementor-element.elementor-element-f94d0a1:not(.elementor-motion-effects-element-type-background), .elementor-138 .elementor-element.elementor-element-f94d0a1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9FBFD;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-138 .elementor-element.elementor-element-f94d0a1{--content-width:1400px;}}@media(max-width:767px){.elementor-138 .elementor-element.elementor-element-c4568d9{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-138 .elementor-element.elementor-element-f94d0a1{--padding-top:8px;--padding-bottom:8px;--padding-left:8px;--padding-right:8px;}}/* Start custom CSS for html, class: .elementor-element-5102c67 */.about-hero {
  font-family: 'Poppins', sans-serif;
  padding: 90px 20px;
  background: linear-gradient(135deg, #001f3f, #002E5E, #003d7a);
  color: #ffffff;
}

.about-hero-container {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.breadcrumb {
  font-size: 14px;
  margin-bottom: 20px;
  color: #cbd5e1;
}

.breadcrumb a {
  color: #cbd5e1;
}

.breadcrumb span {
  margin: 0 5px;
}

.breadcrumb .active {
  color: #ffffff;
  font-weight: 500;
}


.about-hero-title {
  font-size: 40px;
  font-weight: 700;
  color:#fff;
  line-height: 1.3;
  margin-bottom: 15px;
}


.about-hero-text {
  font-size: 18px;
  color: #e2e8f0;
  line-height: 1.6;
}
.elementor-138 .elementor-element.elementor-element-5102c67 a{
    text-decoration:none;
}

@media(max-width: 768px) {
  .about-hero {
    padding: 40px 15px;
  }

  .about-hero-title {
    font-size: 24px;
  }

  .about-hero-text {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e8de982 */.services-section {
  font-family: 'Poppins', sans-serif;
  padding: 80px 20px;

  color: #002E5E;
  text-align: center;
}

.services-title {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 8px;
}

.services-subtitle {
  font-size: 16px;
  color: #506580;
  margin-bottom: 50px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-card {
  background: white;
  border-radius: 24px 8px 24px 8px;
  padding: 30px 25px 35px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.06);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.service-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 18px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
  transition: background 0.4s ease;
  color: white;
}

.service-icon.led-tv-icon {
  background: linear-gradient(135deg, #0052cc, #3399ff);
}

.service-icon.fridge-repair-icon {
  background: linear-gradient(135deg, #33cc99, #66ffcc);
}

.service-icon.microwave-repair-icon {
  background: linear-gradient(135deg, #ff7e5f, #feb47b);
}

.service-icon.washing-machine-icon {
  background: linear-gradient(135deg, #00b09b, #96c93d);
}

.service-icon.ac-repair-icon {
  background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.service-icon.electrician-service-icon {
  background: linear-gradient(135deg, #f7971e, #ffd200);
}

.service-icon.electrical-shop-icon {
  background: linear-gradient(135deg, #43cea2, #185a9d);
}

.service-icon.electrical-material-icon {
  background: linear-gradient(135deg, #667eea, #764ba2);
}

.service-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #002E5E;
}

.service-description {
  font-size: 15px;
  color: #506580;
  margin-bottom: 20px;
  line-height: 1.5;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.service-tags span {
  background: #e8f0fe;
  color: #1a73e8;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(26, 115, 232, 0.15);
  user-select: none;
}

.service-link {
  font-weight: 600;
  font-size: 15px;
  color: #1a73e8;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
  margin-top: auto;
}

.service-link .arrow {
  font-weight: 700;
  transition: transform 0.3s ease;
}

.service-link:hover {
  color: #0049b7;
}

.service-link:hover .arrow {
  transform: translateX(5px);
}

@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    padding: 25px 20px 30px;
  }
  .services-title {
    font-size: 24px;
  }
}/* End custom CSS */