
.container {
  max-width: 1320px;
}
.service-sidebar {
  background: #fff;
  padding: 30px 25px;
  border-radius: 14px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.05);
}
.service-sidebar h5 {
  font-weight: 700;
}
.service-sidebar .nav-link {
  font-weight: 500;
  color: #1f1f1f;
  margin-bottom: 12px;
  border-radius: 10px;
  padding: 12px 16px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease;
}
.service-sidebar .nav-link.active {
  background-color: #09b850;
  color: #fff !important;
  border-color: #09b850;
}
.service-sidebar .nav-link:hover {
  background-color: #09b850;
  color: #fff;
  border-color: #09b850;
}
.service-content {
  background: #fff;
  padding: 45px;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
.badge-section .btn {
  margin: 5px 10px 5px 0;
  transition: all 0.3s ease;
}
.badge-section .btn:hover {
  background-color: #09b850;
  color: #fff;
}
.faq-section .accordion-button {
  font-weight: 600;
}
.features-icons {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.features-icons .icon-box {
  text-align: center;
  flex: 1;
}
.features-icons .icon-box i {
  font-size: 36px;
  color: #10b981;
  margin-bottom: 15px;
}
.features-icons .icon-box p {
  font-weight: 600;
  font-size: 16px;
  color: #1f1f1f;
}
a{
    text-decoration: none;
}