/* LW Page Title Shortcode */

.lw-page-title-wrapper {
  background-color: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}

/* Background Image Support */
.lw-page-title-wrapper[style*="background-image"] {
  background-attachment: scroll !important;
  background-repeat: no-repeat !important;
}

/* Background Image Support */
.lw-page-title-wrapper.lw-has-overlay {
  position: relative;
}

.lw-page-title-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.lw-page-title-wrapper .container {
  position: relative;
  z-index: 2;
}

/* Breadcrumb */
.lw-breadcrumb {
  font-size: 0.875rem;
  color: white;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 80px;
  background: rgba(255, 255, 255, 0.1);
  border-left: 2px solid #be1e2d;
  padding: 10px 20px;
}

.lw-breadcrumb a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.lw-breadcrumb a:hover {
  color: var(--primary-color);
}

.lw-breadcrumb .lw-separator {
  color: white;
  margin: 0 0.25rem;
}

.lw-breadcrumb .lw-current {
  color: var(--primary-color);
  font-weight: 500;
}

/* Page Title */
.lw-page-title {
  font-size: 40px;
  font-weight: 700;
  color: white;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .lw-page-title-wrapper {
    padding-top: 120px;
  }

  .lw-page-title-wrapper .container {
    padding: 0 0.75rem;
  }

  .lw-page-title {
    font-size: 30px;
  }

  .lw-breadcrumb {
    font-size: 0.8rem;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .lw-page-title {
    font-size: 25px;
    text-align: center;
  }
}
