.header-area{
	background: #fff;
}

.header-menu ul li a{
	color: #163F89;
}

.sticky{
	background: #fff !important;
}

.counter-area, .home-three.footer-area{
	background: #163F89;
}

.home-four .services-content h4 {
    font-size: 20px;
}

.home-four .single-services-box {
    padding: 15px 15px 15px;
}

.row.contact-info-bg{
	background: #163F89;
}

.footer-widget-menu ul li a:hover {
    color: #c8c8c8;
}

.footer-bottom-content a {
    color: #fff;
}

.mean-container .mean-bar {
    background: #163F89;
}

.coverage-flags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px 24px;
  margin-top: 25px;
  padding: 0;
  list-style: none;
}

.coverage-flags li {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 8px 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.coverage-flags li:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.coverage-flags img {
  width: 32px;
  height: 22px;
  margin-right: 10px;
  border-radius: 3px;
  object-fit: cover;
}

.coverage-flags span {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

@media (max-width: 768px) {
  .coverage-flags {
    justify-content: center;
  }

  .coverage-flags li {
    padding: 6px 12px;
  }
}
