.category-page .hero-fold {
  margin: 0;
  color: white;
  background: linear-gradient(135deg, #0072ff, #3b0dab);
}

body .category-page .hero-fold .hero-txt-col strong{
  color:#fff;
  font-weight: 600;
}

.category-page .highlight {
  font-weight: bold;
}
.category-page h1 {
  font-size: 30px;
}
.category-page p {
  font-size: 16px;
  line-height: 1.6;
}

.category-page .btn {
  padding: 14px 24px;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s ease;
}

.category-page .btn-orange {
  background:linear-gradient(90deg, #ff5c37, #f79444);
  border: 2px solid #ff5c37;
  color: white;
}
.category-page .btn-blue {
 
  border: 2px solid blue;
  color: blue;
}

.category-page .btn-orange:hover {
  opacity: 0.9;
}

.category-page .btn-outline {
  background: transparent;
  border: 2px solid white;
  color: white;
}

.category-page .btn-outline:hover {
  background: white;
  color: #3b0dab;
}

.category-featured-seo {
  border-radius: 40px;
}
.bg-white {
  background-color: white;
}
.category-page .shadow-default {
  box-shadow: 0px 5px 10px 0px rgba(158, 170, 197, 0.5);
}
.category-page .bg-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: -1;
}
.category-page .why-city-growing {
  z-index: 1;
}
/* Special curved corner for top-right */
.category-page .card-curved {
  border-radius: 0 40px 0 0; /* top-right rounded */
}

/* FAQ card style */
.category-page .faq-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0px 5px 10px rgba(158, 170, 197, 0.2);
}

/* Toggle icon */
.category-page .faq-toggle {
  font-size: 20px;
  color: #ff5c37;
  font-weight: bold;
  cursor: pointer;
}

/* Gradient Button */
.category-page .btn-orange-gradient {
  background: white;
  border: 1px solid #1f2e9a;
  border-radius: 32px;
}

.category-page .faq-card {
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.category-page .faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
.category-page .faq-card.active .faq-content {
  max-height: 200px; /* Adjust based on content size */
  opacity: 1;
}
.category-page .faq-card.active .faq-toggle {
  transform: rotate(180deg);
}
.category-page .faq-toggle {
  transition: transform 0.3s ease;
}

.category-page .explore-agencies-near {
  background-color: #f9f9f9;
}

.category-page .btn-city {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  background-color: #e6f0fa;
  border-radius: 16px;
  text-decoration: none;
  color: #1e40af;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
.category-page .btn-city:hover {
  background-color: #d1e0f7;
}
.category-page .btn-city span {
  margin-left: 8px;
  color: #1e40af;
}
.category-page .hero-img-col {
  text-align: center;
  margin-top: 60px;
}
.category-page .hero-fold .btn {
  max-width: 280px;
  display: block;
  margin-bottom: 30px;
}
.category-page .looking-beyond {
  background-color: #f9f9f9;
}

.category-page .btn-city {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: #e6f0fa;
  border-radius: 16px;
  text-decoration: none;
  color: #1e40af;
  font-size: 16px;
  transition: background-color 0.3s ease;
  width: 100%;
}
.category-page .btn-city:hover {
  background-color: #d1e0f7;
}
.category-page .btn-city span {
  margin-left: 8px;
  color: #1e40af;
}
.category-page h2{
  font-size: 24px;
  font-weight: 600;
}
.featured-seo-agencies .logo-holder {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f4f6;
  border-radius: 12px;
}
.featured-seo-agencies .score-badge{
  background: linear-gradient(90deg, #ff5c37, #f79444);
  border-radius: 50%;  
  text-align: center;
  height: 48px;
  width: 48px;
  padding: 2px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agent_budget, .agent_team_siz {
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 12px;
    overflow: hidden;
}
.agent_budget_title, .agent_team_title {
    background: linear-gradient(90deg, #0F68D2 0%, #1F2E9A 100%);
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 6px 12px;
}
.agent_budget_priz,.agent_team_count {
    background: #fff;
    text-align: center;
}
.card-location{
  border:1px solid #f3f4f6;
  border-radius: 16px;
  padding: 4px 12px;
}
.featured-seo-agencies .btn-orange-outline,
.single-post-card .btn-orange-outline {
    border: 1px solid #ff5c37;
    display: inline-block;
    background: #fff;
    color: #ff5c37;    
}
.featured-seo-agencies .btn-orange-outline:hover,
.single-post-card .btn-orange-outline:hover {
    background: #ff5c37;
    color: #fff;    
}
.single-post-card .btn-plain{
  border:1px solid #CDCBCB;
  background: #fff;
  color:#272ec7;
}
.single-post-card .btn-plain:hover{
  background: #272ec7;
  color:#fff;
}
.why-city-growing .btn-blue-gradient{
  border:2px solid #2861E1;
  background: linear-gradient(90deg, #2861E1 100%, #fff 100%);
  color: #fff;
}
.why-city-growing .btn-blue-gradient:hover{
  background: linear-gradient(90deg, #fff 100%, #2861E1 100%);
  color: #2861E1;
}
@media (min-width: 768px) {
  .category-page .hero-fold .btn {
    margin-bottom: 20px;
  }
  .category-page .hero-img-col {
    text-align: left;
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .category-page .btn-group {
    display: flex;
    gap: 15px;
    margin-top: 30px;
  }
  .category-page .hero-fold .btn {
    margin-bottom: 0px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .category-page h2{
    font-size: 48px ;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .category-page .btn-group {
    display: flex;
    gap: 15px;
    margin-top: 30px;
  }
  .category-page .hero-fold .btn {
    margin-bottom: 0px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .category-page h1 {
    font-size: 48px;
  }
  .category-page .hero-fold p {
    font-size: 22px;
  }
  .category-page .hero-txt-col {
    max-width: 736px;
  }
  .category-page .hero-fold {
    position: relative;
  }
  .category-page .hero-fold .hero-img-col {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 50%;
    max-width: 600px;
  }
}

/* Section background */
.seo-agency-section {
  background: #f0f7ff;
  padding: 60px 20px;
  text-align: center;
  border-radius: 12px;
}


/* Heading */
.seo-agency-section .title {
  font-size: 32px;
  font-weight: 700;
  color: #1a2b4b;
  margin-bottom: 16px;
}

.seo-agency-section .subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 32px;
  line-height: 1.5;
}

/* Join text */
.seo-agency-section {
  padding: 60px 20px;
  text-align: center;
}

.features-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}

.feature-card {
  flex: 1 1 calc(25% - 20px); /* 4 per row on large screens */
  background: #fff;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  display: flex;              /* ✅ makes icon + text in one row */
  align-items: center;        /* vertically centers icon & text */
  gap: 12px;                  /* space between icon and text */
  min-width: 200px;
}

.feature-card .icon {
  font-size: 24px;
  flex-shrink: 0;             /* prevents icon from shrinking */
}


/* Tablet: 2 per row */
@media (max-width: 991px) {
  .feature-card {
    flex: 1 1 calc(50% - 20px);
  }
}

/* Mobile: 1 per row */
@media (max-width: 767px) {
  .feature-card {
    flex: 1 1 100%;
  }
  .category-page .single-post-card .btn{
    font-size: 13px;
  }
  .category-page .single-post-card .btn-holder{
    gap: 5px;
  }
}



/* CTA Text */
.cta-text {
  font-size: 15px;
  color: #444;
  margin-bottom: 24px;
  line-height: 1.6;
}




.card-curved{
  border: 1px solid rgba(169, 169, 169, 0.7);
  border-top-right-radius: 50px;
}
.heap-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.city-link {
  padding: 8px 14px;
  background: #eee;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}
.category-arrow {
    display: inline;
    position: relative;
    left: 4px;
    top:2px;
}
/* Responsive tweaks */
@media (max-width: 768px) {
  .heap-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .city-link {
    font-size: 13px;
    padding: 6px 12px;
  }
}
