/* Custom styles for service details section to match screenshot */

/* Sidebar styles */
.service-sidebar.custom-sidebar {
  background: transparent;
}
.category-list.custom-category-list {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  padding: 0;
  margin-bottom: 24px;
}
.category-list.custom-category-list li {
  list-style: none;
}
.category-list.custom-category-list li a.current {
  background: rgb(56 200 137);
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  font-size: 1.08rem;
}
.category-list.custom-category-list li a:not(.current) {
  display: block;
  color: #222;
  padding: 16px 24px;
  font-size: 1.08rem;
}
.category-list.custom-category-list li:last-child a:not(.current) {
  border-radius: 0 0 8px 8px;
}

/* Download widget styles */
.download-widget.custom-download-widget {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  padding: 32px 18px 28px 18px;
  text-align: center;
  margin-bottom: 0;
}
.download-widget.custom-download-widget h4 {
  font-size: 1.18rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #111;
}
.download-widget.custom-download-widget h4 span {
  color: rgb(56 200 137);
}
.download-widget.custom-download-widget .theme-btn.btn-one {
  background: rgb(56 200 137);
  color: #fff;
  border-radius: 24px;
  padding: 10px 36px;
  font-weight: 700;
  font-size: 1.08rem;
  margin-top: 6px;
  box-shadow: 0 2px 8px rgba(46,204,64,0.10);
}

/* Main content styles */
.sec-title.custom-sec-title {
  margin-bottom: 32px;
}
.sec-title.custom-sec-title .sub-title {
  display: inline-block;
  background: #eafaf1;
  color: rgb(56 200 137);
  font-weight: 700;
  border-radius: 16px;
  padding: 6px 22px;
  font-size: 1.02rem;
  margin-bottom: 16px;
  margin-left: 0;
}
.sec-title.custom-sec-title h2 {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.13;
  margin-bottom: 14px;
  color: #111;
  letter-spacing: -1px;
}
.sec-title.custom-sec-title p {
  font-size: 1.13rem;
  color: #444;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.6;
}

.service-details-content .custom-flex-row {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 0;
}
.service-details-content .custom-flex-row .custom-main-col {
  flex: 1 1 0;
  min-width: 0;
}
.service-details-content .custom-flex-row .custom-main-col h2 {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: #111;
}
.service-details-content .custom-flex-row .custom-main-col p {
  font-size: 1.08rem;
  color: #444;
  margin-bottom: 10px;
  line-height: 1.6;
}
.service-details-content .custom-flex-row .custom-main-col p:last-child {
  margin-bottom: 0;
}
.service-details-content .custom-flex-row .custom-img {
  flex: 0 0 160px;
  margin: 0 0 0 18px;
  align-self: flex-start;
}
.service-details-content .custom-flex-row .custom-img img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}
