.search-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-header h1 {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.hero-header p {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9), 0 0 20px rgba(0, 0, 0, 0.8);
  font-weight: 500;
}

.breadcrumb-section {
  background-color: #f8f9fa;
  padding: 10px 0;
}

.breadcrumb-section .breadcrumb {
  margin-bottom: 0;
  background: transparent;
}

.breadcrumb-section .breadcrumb-item a {
  color: #0d6efd;
  text-decoration: none;
}

.breadcrumb-section .breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-section .breadcrumb-item.active {
  color: #6c757d;
}

.trust-bar {
  background: #6B21A8;
  padding: 15px 0;
}

.trust-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.trust-list li {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
}

.trust-list li i {
  color: #4ade80;
  margin-right: 8px;
}

@media (max-width: 991px) {
  .trust-list {
    flex-wrap: wrap;
    gap: 12px 20px;
    justify-content: center;
  }
}

.confidence-section {
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}

.confidence-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.confidence-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 20px;
  border-right: 2px solid #dee2e6;
}

.confidence-brand img {
  height: 40px;
}

.confidence-brand span {
  color: #003366;
  font-weight: 700;
  font-size: 1rem;
}

.confidence-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.confidence-item i {
  font-size: 1.8rem;
  color: #0d6efd;
}

.confidence-text {
  display: flex;
  flex-direction: column;
}

.confidence-text strong {
  color: #333;
  font-size: 0.9rem;
}

.confidence-text small {
  color: #666;
  font-size: 0.75rem;
}

@media (max-width: 1199px) {
  .confidence-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .confidence-brand {
    width: 100%;
    justify-content: center;
    border-right: none;
    border-bottom: 2px solid #dee2e6;
    padding-right: 0;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  
  .confidence-item {
    flex: 1 1 45%;
    min-width: 200px;
  }
}
