.top-bar {
  background: #f9f9f9;
  padding: 8px 20px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social-icons a {
  margin-left: 10px;
  color: #444;
  text-decoration: none;
}

.main-header {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo {
  width: 24px;
  height: 24px;
}

.site-title {
  font-size: 24px;
  font-weight: bold;
  color: #222;
}

.main-nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #222;
  font-weight: 500;
}

.cta-btn {
  background: #28c76f;
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.2s;
}

.cta-btn:hover {
  background: #21b85e;
}

.search-icon i {
  color: #444;
  margin-left: 25px;
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo {
  width: 40px;
  height: 40px;
  display: inline-block;
}

.site-title {
  font-size: 24px;
  font-weight: 700;
  color: #222;
}

.search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-left: 15px;
  color: #222;
  text-decoration: none;
}
