/* Index 4 Custom Styles */
.index4-section {
  padding: 60px 0;
}

.index4-title {
  font-size: 32px;
  margin-bottom: 20px;
  color: #333;
}

.index4-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}

.index4-content {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

.index4-highlight {
  background: #fff3cd;
  padding: 15px;
  border-left: 4px solid #ffc107;
  margin: 20px 0;
}

.index4-button {
  display: inline-block;
  padding: 12px 30px;
  background: #003d7a;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
}

.index4-button:hover {
  background: #ffa500;
  text-decoration: none;
}

.index4-button.secondary {
  background: #ffa500;
  color: #fff;
}

.index4-button.secondary:hover {
  background: #ff8c00;
}
