.elementor-755 .elementor-element.elementor-element-c85251b{--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-755 .elementor-element.elementor-element-d0eb191{--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-755 .elementor-element.elementor-element-d00c520{--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-755 .elementor-element.elementor-element-b790a9d{--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-755 .elementor-element.elementor-element-1b029ed{--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-755 .elementor-element.elementor-element-86c6c27{--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-755 .elementor-element.elementor-element-6350b91{--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-755 .elementor-element.elementor-element-6350b91.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-755 .elementor-element.elementor-element-125e87e{--display:flex;--min-height:0px;--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-755 .elementor-element.elementor-element-125e87e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-755 .elementor-element.elementor-element-f8f1848{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-755 .elementor-element.elementor-element-f8f1848.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-755 .elementor-element.elementor-element-6350b91{--width:99.441%;}.elementor-755 .elementor-element.elementor-element-125e87e{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-edbc096 */body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.6;
}

/* Hero Section */
.hero {
  background: linear-gradient(135deg, #00AEEF, #0066CC);
  color: #fff;
  text-align: center;
  padding: 120px 20px;
}
.hero h1 { font-size: 48px; margin-bottom: 20px; }
.hero p { font-size: 18px; margin-bottom: 30px; }
.btn {
  display: inline-block;
  padding: 12px 28px;
  background: #FF9900;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.3s;
}
.btn:hover { background: #FF6600; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-659a5db */.about {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f8f8f8;
  padding: 80px 20px;
}
.about .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.about-text { flex: 1 1 45%; }
.about-img { flex: 1 1 45%; text-align: right; }
.about-img img { max-width: 100%; border-radius: 10px; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-effdfbc */.what-is {
  text-align: center;
  padding: 80px 20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac3ba0b */.services {
  padding: 100px 20px;
  background: #fff;
  text-align: center;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.service-box {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 12px;
  transition: 0.3s;
}
.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-addbafd */.why-choose {
  background: #0066CC;
  color: #fff;
  padding: 100px 20px;
  text-align: center;
}
.why-choose ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.why-choose li {
  margin: 10px 0;
  font-size: 18px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-70e8ae2 */.industries {
  text-align: center;
  padding: 80px 20px;
}
.industry-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.industry-grid div {
  background: #f8f8f8;
  padding: 15px 25px;
  border-radius: 8px;
  transition: 0.3s;
}
.industry-grid div:hover {
  background: #00AEEF;
  color: #fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bf53a76 */.cta {
  background: linear-gradient(135deg, #00AEEF, #0066CC);
  color: #fff;
  text-align: center;
  padding: 100px 20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f8f1848 */footer {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  margin-top: 10px;
}
footer a { color: #FF9900; text-decoration: none; }
footer a:hover { text-decoration: underline; }/* End custom CSS */