.tp-header-logo img {
  height: 40px;
}

.offcanvas__logo img {
  height: 40px;
}


.breadcrumb__area {
  padding-top: 190px;
  padding-bottom: 60px;
}

.breadcrumb-item.active {
  color: #ffffff !important;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff !important;
}

span.field.field--name-title.field--type-string.field--label-hidden {
  color: #fff !important;
}

.breadcrumb-item a {
  color: #fff !important;
}

h3.postbox__title {
  color: #000 !important;
}

.postbox__title span.field.field--name-title.field--type-string.field--label-hidden {
  color: #000 !important;
}

#views-bootstrap-front-page-blog-block-1 {
  height: auto !important;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.tp-category-content-1 {
  box-shadow: none !important;
  /* background: none !important; */
  margin-left: -32px !important;
}

.tp-category-icon-1 img {
  width: 80% !important;
}

.tp-category-content-title-1 {
  font-size: 14px !important;
}

.tp-category-icon-1-mt {
  margin-top: 25px !important;
}

.tp-category-content-steps {
  background: none !important;
  box-shadow: none !important;
}

.mb-50 {
  margin-bottom: 30px;
}

.steps-img {
  margin-bottom: 50px;
}

/* Enhanced Benefits Timeline Styles */
.benefits-timeline {
  position: relative;
  padding-left: 30px;
}

.timeline-line {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #e0e0e0 0%, #4a90e2 100%);
  border-radius: 1px;
  /* Add subtle curve effect */
  transform: rotate(2deg);
}

.benefit-item {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}

.benefit-item:last-child {
  margin-bottom: 0;
}

.benefit-icon {
  position: absolute;
  left: -22px;
  top: 0;
  width: 30px;
  height: 30px;
  background: #4a90e2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(74, 144, 226, 0.3);
}

.benefit-content {
  margin-left: 20px;
}

.benefit-content h4 {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.3;
}

.benefit-content p {
  margin: 0;
  font-size: 14px;
  color: #7f8c8d;
  font-style: italic;
}

/* Custom icon colors for "Why Choose" section - matching image exactly */
.benefits-timeline:not(.expectations-timeline) .benefit-item:nth-child(1) .benefit-icon {
  background: #e74c3c;
  /* Red for Autologous & Homologous */
}

.benefits-timeline:not(.expectations-timeline) .benefit-item:nth-child(2) .benefit-icon {
  background: #27ae60;
  /* Green for Fast & Easy */
}

.benefits-timeline:not(.expectations-timeline) .benefit-item:nth-child(3) .benefit-icon {
  background: #f39c12;
  /* Orange for Minimally Invasive */
}

.benefits-timeline:not(.expectations-timeline) .benefit-item:nth-child(4) .benefit-icon {
  background: #9b59b6;
  /* Purple for No Downtime */
}

.benefits-timeline:not(.expectations-timeline) .benefit-item:nth-child(5) .benefit-icon {
  background: #1abc9c;
  /* Teal for One-Session Treatment */
}

.benefits-timeline:not(.expectations-timeline) .benefit-item:nth-child(6) .benefit-icon {
  background: #3498db;
  /* Blue for Clinically Proven */
}

/* Custom icon colors for "What to Expect" section */
.expectations-timeline .benefit-item:nth-child(1) .benefit-icon {
  background: #e74c3c;
}

.expectations-timeline .benefit-item:nth-child(2) .benefit-icon {
  background: #27ae60;
}

.expectations-timeline .benefit-item:nth-child(3) .benefit-icon {
  background: #f39c12;
}

.expectations-timeline .benefit-item:nth-child(4) .benefit-icon {
  background: #9b59b6;
}

.expectations-timeline .benefit-item:nth-child(5) .benefit-icon {
  background: #1abc9c;
}

.expectations-timeline .benefit-item:nth-child(6) .benefit-icon {
  background: #3498db;
}

.expectations-timeline .benefit-item:nth-child(7) .benefit-icon {
  background: #e67e22;
}

.expectations-timeline .benefit-item:nth-child(8) .benefit-icon {
  background: #34495e;
}

/* Enhanced timeline line for better visual appeal */
.benefits-timeline .timeline-line {
  background: linear-gradient(180deg, #f0f0f0 0%, #4a90e2 50%, #2c3e50 100%);
  box-shadow: 0 0 10px rgba(74, 144, 226, 0.1);
}

/* Hover effects */
.benefit-item:hover .benefit-icon {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.benefit-item:hover .benefit-content h4 {
  color: #4a90e2;
  transition: color 0.3s ease;
}

/* Section title enhancements to match image */
.tp-section-title {
  position: relative;
}

.tp-section-title::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #4a90e2, #3498db);
  border-radius: 2px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .benefits-timeline {
    padding-left: 20px;
  }

  .benefit-icon {
    left: -15px;
    width: 25px;
    height: 25px;
    font-size: 12px;
  }

  .benefit-content {
    margin-left: 15px;
  }

  .benefit-content h4 {
    font-size: 14px;
  }
}

.tp-hero-3-btn-hero {
  margin-top: 20px !important;
}

.oc-btn-hero {
  border-radius: 8px !important;
  color: #fff !important;
  padding: 15px 30px !important;
  font-weight: 600 !important;
}

.oc-btn-hero-ml{
  margin-left: 20px;
}