body {
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f9f9f9;
  color: #333;
}

.container {
  width: 90%;
  max-width: 900px;
  margin: auto;
  padding: 20px;
}

.hero {
  background: linear-gradient(#004a7c, #0072b5);
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.cta-button {
  background-color: #fff;
  color: #0072b5;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  margin-top: 20px;
  font-weight: bold;
  border-radius: 4px;
}

section {
  padding: 10px 0;
}

h2 {
  color: #004a7c;
}

ul {
  list-style: disc;
  padding-left: 20px;
}

blockquote {
  font-size: 1.5em;
  color: #0072b5;
  text-align: center;
  font-style: italic;
}

footer {
  background-color: #004a7c;
  color: white;
  text-align: center;
  padding: 20px 0;
}

a {
  color: #0072b5;
  text-decoration: none;
}

.profile-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin-bottom: 20px;
}

.badges {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

.badges img {
  height: 100px;
  object-fit: contain;
}

.tagline {
  font-size: 1.5em;
  font-weight: 600;
  color: #ffffff;
  margin-top: 10px;
}

.brand-logo {
  display: block;
  margin: 0 auto 30px auto;
  max-width: 300px;
  height: auto;
}

.badges img {
  max-height: 100px;
  transition: transform 0.2s ease;
}

.badges img:hover {
  transform: scale(1.05);
}

.rates ul {
  padding-left: 20px;
  margin-top: 0;
}

.rates h3 {
  color: #004a7c;
  margin-top: 10px;
}

.service-table p {
  margin-top: 0.3em;
  font-weight: 600;
  color: #333;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  margin-top: 30px;
}

.service {
  background-color: #f5f8fc;
  padding: 20px;
  border-left: 4px solid #0072b5;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.service h3 {
  margin-top: 0;
  color: #004a7c;
}

.service p {
  font-weight: bold;
  margin-bottom: 10px;
}

.service ul {
  padding-left: 20px;
  margin-top: 0;
  line-height: 1.5;
}
.services-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 10px;
}

.services-table th,
.services-table td {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
  text-align: left;
}

.services-table th {
  background-color: #004a7c;
  color: #fff;
}

.services-table tr:nth-child(even) {
  background-color: #f5f5f5;
}

.computer-services h4 {
  margin-top: 20px;
  color: #004a7c;
}

.computer-services ul {
  padding-left: 20px;
  list-style-type: disc;
}
