.service-section {
  background-color: #001737;
  text-align: center;
}

.single-service-card {
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.single-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 15px auto;
  background-color: #007bff;
  color: #fff;
  border-radius: 50%;
  font-size: 1.8rem;
}

.service-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.service-content p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
}

.service-content strong {
  color: #ffce63;
}

.service-section-b {
  background-color: #f9f9f9;
  padding: 40px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.service-section-b h2 {
  font-size: 2rem;
  color: #2a2a2a;
  text-align: center;
}

.service-section-b p {
  font-size: 1.2rem;
  color: #555;
  text-align: center;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.service-list > li {
  margin-bottom: 20px;
}

.service-list > li strong {
  font-size: 1.2rem;
  color: #2a2a2a;
  display: block;
  margin-bottom: 10px;
}

.service-list ul {
  list-style: disc;
  margin-left: 20px;
  color: #333;
}

.service-list ul li {
  font-size: 1rem;
  margin-bottom: 8px;
}

.service-list ul li em {
  color: #ffce63;
  font-style: normal;
  font-weight: 600;
}

.service-section-b .container {
  max-width: 800px;
  margin: 0 auto;
}

.pricing-advantage-section {
  background-color: #ffffff;
  padding: 40px 20px;
  margin: 20px 0;
}

.pricing-advantage-section h2 {
  font-size: 2.2rem;
  color: #2a2a2a;
  text-align: center;
}

.pricing-advantage-section .intro-text {
  font-size: 1.2rem;
  text-align: center;
  color: #555;
}

.pricing-advantage-section .pricing-link {
  color: #ffce63;
  text-decoration: none;
  font-weight: bold;
}

.pricing-advantage-section .pricing-link:hover {
  text-decoration: underline;
}

.pricing-advantage-section h3 {
  font-size: 1.5rem;
  color: #2a2a2a;
  margin-top: 20px;
}

.advantage-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.advantage-list li {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.6;
}

.advantage-list li strong {
  color: #ffce63;
}

.cta-section {
  text-align: center;
  margin-top: 30px;
}

.cta-section .highlight {
  color: #ffce63;
  font-weight: bold;
}

.pricing-advantage-section .container {
  max-width: 800px;
  margin: 0 auto;
}
