.elementor-2148 .elementor-element.elementor-element-34d5f71{--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-797fc1e */.cisco-router-services {
  background: #f5f8fb;
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #2c3e50;
}

.cisco-router-services .container {
  max-width: 960px;
  margin: auto;
}

.cisco-router-services h1 {
  font-size: 2.5rem;
  text-align: center;
  color: #1a2a6c;
  margin-bottom: 10px;
}

.cisco-router-services .intro {
  text-align: center;
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
}

.cisco-router-services h2 {
  font-size: 1.6rem;
  margin-top: 40px;
  color: #1a2a6c;
}

.cisco-router-services h3 {
  font-size: 1.3rem;
  color: #1a2a6c;
  margin-bottom: 10px;
}

.service-section {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  border-left: 5px solid #1a2a6c;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.service-section ul {
  margin: 0;
  padding-left: 20px;
}

.service-section li {
  margin-bottom: 8px;
}

.platform-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.platform-table th,
.platform-table td {
  padding: 12px;
  border: 1px solid #ddd;
}

.platform-table th {
  background: #1a2a6c;
  color: #fff;
  text-align: left;
}

.platform-table tr:nth-child(even) {
  background: #f9f9f9;
}

.industries {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 0;
  list-style: none;
  margin-top: 15px;
}

.industries li {
  background: #1a2a6c;
  color: #fff;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 0.95rem;
}

.cta {
  background: #1a2a6c;
  color: #fff;
  padding: 30px;
  margin-top: 50px;
  text-align: center;
  border-radius: 10px;
}

.cta h3 {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.cta p {
  font-size: 1.05rem;
}

/* Responsive */
@media (max-width: 768px) {
  .cisco-router-services h1 {
    font-size: 2rem;
  }

  .cisco-router-services h2 {
    font-size: 1.4rem;
  }

  .cisco-router-services .industries {
    flex-direction: column;
    align-items: center;
  }
}/* End custom CSS */