/*
  CSS Styles for Overview page in BayITOutsourcing.com
*/

/*
  Copyright (c) 2025 Bay IT Outsourcing
  All rights reserved.
  Created: 2025-10-06
*/

.overview-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 18px;
}

.overview-container h1, .overview-container h2 {
  text-align: center;
  color: #005a9c;
}

.overview-container h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.overview-container h2 {
  font-size: 2rem;
  margin-top: 0.25rem;
  margin-bottom: 0.4rem;
}

.overview-container h3 {
  color: #007bb6;
  font-size: 1.5rem;
  margin-top: 0.6rem;
  margin-bottom: 0.5rem;
}

/* Section Styling */
.overview-hero {
  background-color: #e6f2ff;
  padding: 10px 10px;
  border-bottom: 1px solid #ddd;
}

.overview-hero h1 {
  color: #004085;
}

.overview-services, .overview-benefits {
  padding: 10px 8px 0;
}

.overview-benefits {
  padding-top: 0;
}

.overview-services h2,
.overview-benefits h2 {
  margin-top: 0.25rem; /* Adjust to control the space above the headers */
  margin-bottom: 0.5rem; /* Adjust to control the space below the headers */
}

/* Bullet List Styling */
.bullet-list-container ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.bullet-list-container li {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  flex: 1;
  min-width: 250px;
  max-width: 300px;
  text-align: center;
}

/* Tagline Specifics */
.overview-hero h1 br {
  display: none;
}

.overview-hero h1:after {
  content: "— With A Smile";
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  color: #555;
  margin-top: 0.5rem;
}
