.elementor-2163 .elementor-element.elementor-element-ca8930c{--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-76c445c */.computer-services {
  padding: 40px 20px;
  background: #f7fafd;
  font-family: 'Segoe UI', sans-serif;
  color: #2d2d2d;
}

.computer-services .container {
  max-width: 960px;
  margin: auto;
}

.computer-services h1 {
  text-align: center;
  color: #1a237e;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.computer-services .intro {
  text-align: center;
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 30px;
}

.computer-services h2 {
  font-size: 1.5rem;
  margin-top: 30px;
  color: #1a237e;
}

.computer-services h3 {
  font-size: 1.2rem;
  color: #2d2d2d;
  margin-top: 20px;
}

h5 {
  font-size: 1.2rem;
  margin-top: 20px;
  color: #ffffff;
}

.service {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  border-left: 5px solid #1a237e;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.service ul {
  padding-left: 20px;
}

.brands-table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

.brands-table th,
.brands-table td {
  border: 1px solid #ddd;
  padding: 12px;
}

.brands-table th {
  background: #1a237e;
  color: #fff;
  text-align: left;
}

.clients {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin-top: 15px;
}

.clients li {
  background: #1a237e;
  color: white;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 0.95rem;
}

.cta {
  background: #ff8200;
  color: white;
  padding: 30px;
  text-align: center;
  margin-top: 40px;
  border-radius: 8px;
}

.cta h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .computer-services h1 {
    font-size: 2rem;
  }

  .clients {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */