body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: #fff;
  min-height: 100vh;
}
.bg-blue {
  background: radial-gradient(ellipse at 60% 0%, #1a2a4a 60%, #0a1633 100%);
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.main-header {
  padding: 0;
  padding: 0 0 25px 0;
  background: #1a2a4a;
}
.nav-bar {
  /* padding: 28px 0 0 0; */
  padding: 0px 0 0 0;
}
.logo {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.logo a {
  color: #fff;
  text-decoration: none;
}
.logo img {
  margin-right: 10px;
}
nav ul {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  color: #c9d6f5;
  transition: color 0.2s;
}
nav ul li:hover {
  color: #fff;
}
.arrow {
  font-size: 0.7em;
  margin-left: 4px;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.list-agency-btn {
  background: #fff0;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 8px 20px;
  margin-right: 8px;
  cursor: pointer;
  transition: border 0.2s, color 0.2s;
}
.list-agency-btn:hover {
  border: 2px solid #00e6b8;
  color: #00e6b8;
}
.find-agency-btn {
  background: #00e6b8;
  color: #0a1633;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  padding: 10px 28px;
  font-size: 1rem;
  cursor: pointer;
  margin-right: 8px;
  transition: background 0.2s;
}
.find-agency-btn:hover {
  background: #00cfa0;
}
.user-icon {
  background: #22345a;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-left: 8px;
}
.hero {
  text-align: center;
  padding: 60px 0 40px 0;
  position: relative;
  z-index: 1;
}
.hero h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #fff;
  letter-spacing: 1px;
}
.hero .subtitle {
  font-size: 1.25rem;
  line-height: 1.85rem;
  color: #fff;
  margin-bottom: 38px;
  font-weight: 400;
}
.cta-group {
  margin-bottom: 18px;
}
.get-started-btn {
  background: #00e6b8;
  color: #0a1633;
  font-weight: 700;
  border: none;
  border-radius: 12px;
  padding: 18px 56px 18px 36px;
  font-size: 1.4rem;
  cursor: pointer;
  position: relative;
  box-shadow: 0 6px 24px 0 rgb(0 230 184 / 0.12);
  transition: background 0.2s;
}
.get-started-btn:hover {
  background: #00cfa0;
}
.free-label {
  background: #1e2e4d;
  color: #00e6b8;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 6px;
  padding: 2px 10px;
  margin-left: 10px;
  position: absolute;
  top: 60%;
  left: 100%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.or-divider {
  color: #c9d6f5;
  margin: 18px 0 10px 0;
  font-weight: 600;
  letter-spacing: 2px;
}
.search-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #00e6b8;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.search-link a {
  color: #00e6b8;
  text-decoration: none;
  font-weight: 600;
  transition: text-decoration 0.2s;
}
.search-link a:hover {
  text-decoration: underline;
}
.search-icon {
  font-size: 1.2em;
}
.categories {
  background: #fff0;
  padding: 40px 0 0 0;
  position: relative;
  z-index: 1;
}
.categories h2 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 32px;
}
.category-tabs {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-bottom: 32px;
  border-bottom: 2px solid #22345a;
  padding-bottom: 10px;
}
.category-tabs span {
  color: #c9d6f5;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  padding-bottom: 6px;
  transition: color 0.2s, border 0.2s;
  border-bottom: 2px solid #fff0;
}
.category-tabs .active {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 700;
}
.category-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 24px;
  margin-top: 18px;
}
.tag {
  display: flex;
  align-items: center;
  background: #22345a;
  color: #fff;
  font-weight: 600;
  font-size: 1.08rem;
  border-radius: 24px;
  padding: 12px 28px 12px 18px;
  box-shadow: 0 2px 12px 0 rgb(34 52 90 / 0.1);
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  min-width: 220px;
  justify-content: center;
}
.tag a {
  color: #fff;
  text-decoration: none;
}
.tag:hover {
  background: #00e6b8;
}
.tag:hover a {
  color: #0a1633;
}
.tag-icon {
  margin-right: 12px;
  font-size: 1.3em;
}
.company-container {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  transition: box-shadow 0.3s ease;
}
.company-container:hover {
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
}
.company-logo {
  flex: 0 0 80px;
  max-width: 80px;
}
.company-logo img {
  width: 100%;
  border-radius: 8px;
}
.company-details {
  flex: 1;
}
.company-name {
  margin: 0;
}
.company-name a {
  color: #023575 !important;
  text-decoration: none !important;
}
.company-description {
  margin: 8px 0 0;
  color: #555;
}
.featured-agencies {
  background: #f8fbff;
  padding: 40px 0;
}
.featured-agencies .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.featured-agencies h2 {
  font-size: 2rem;
  margin: 0;
}
.featured-agencies .view-all-link {
  color: #1a73e8;
  text-decoration: none;
  font-weight: 600;
}
.agency-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.agency-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.06);
  padding: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.agency-rating {
  position: absolute;
  top: 16px;
  right: 16px;
  background: gold;
  color: #222;
  font-weight: 700;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 1rem;
}
.agency-logo img {
  max-width: 120px;
  max-height: 40px;
  margin-bottom: 12px;
}
.agency-info h3,
.accordion-button {
  margin: 0 0 8px 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1e4695;
}
.agency-info p {
  margin: 0 0 8px 0;
  color: #444;
}
.agency-location,
.agency-services {
  font-size: 0.95rem;
  margin-bottom: 4px;
  color: #084089;
  font-weight: 500;
}
.agency-actions {
  margin-top: 16px;
  display: flex;
  gap: 10px;
}
.visit-btn {
  background: #1abc9c;
  color: #fff;
  padding: 8px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}
.profile-btn {
  background: #fff;
  color: #1a73e8;
  border: 2px solid #1a73e8;
  padding: 8px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}
.star {
  color: #1a2a4a;
  margin-right: 4px;
}
.section-heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: #1a2a4a;
}
.breadcrumb-item a {
  color: #00abf3;
  text-decoration: none;
}
.breadcrumb li.active {
  color: #fff;
  font-weight: 700;
}
.breadcrumb-separator {
  color: #fff;
  margin: 0 8px;
}
.service-categories {
  background: #fff;
  padding: 40px 0 32px 0;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 28px;
}
.category-card {
  background: #f8fbff;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgb(26 115 232 / 0.06);
  padding: 28px 24px 18px 24px;
  display: flex;
  flex-direction: column;
  min-height: 270px;
  position: relative;
  border: solid 1px #ddd;
}
.category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.category-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1856c9;
}
.category-icon img {
  display: block;
}
.category-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
}
.category-list li {
  font-size: 1.05rem;
  color: #222;
  margin-bottom: 4px;
  font-weight: 500;
}
.category-list li a,
.state-header a {
  color: #222;
  text-decoration: none;
}
.category-list li a:hover,
.state-header a:hover {
  color: #1a73e8;
  text-decoration: none;
}
.category-viewall {
  color: #1a73e8;
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  margin-top: auto;
  display: inline-block;
}
.section-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.us-states-cities {
  padding: 50px 0;
  background-color: #f9f9f9;
}
.states-cities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.state-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 0.1);
  padding: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.state-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.15);
}
.state-header {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.city-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.city-list li {
  margin-bottom: 8px;
}
.city-list a {
  text-decoration: none;
  color: #333;
  transition: color 0.2s ease;
}
.city-list a:hover {
  color: #1856c9;
}
.wlogo {
  height: 90px;
}
@media (max-width: 900px) {
  .list-agency-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #ddd;
    border-radius: 0;
    border: none;
    background: #00abf3;
    box-shadow: 2px -5px 5px #0a163324;
  }
  .wlogo {
    height: 70px;
  }
  .category-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .category-card {
    min-height: unset;
  }
  .agency-grid {
    grid-template-columns: 1fr;
  }
  .nav-bar,
  .category-tabs {
    flex-direction: column;
    gap: 18px;
  }
  .container {
    width: 98%;
  }
  .hero h1 {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .get-started-btn {
    font-size: 1.1rem;
    padding: 14px 32px 14px 22px;
  }
  .tag {
    min-width: 160px;
    font-size: 1rem;
    justify-content: center;
    padding: 10px 16px 10px 12px;
  }
  .hero .subtitle {
    font-size: 1rem;
    line-height: 1.45rem;
    color: #fff;
    margin-bottom: 4px;
    font-weight: 400;
  }
}
