/* Tax-specific styles that complement the existing style.css */
@media(max-width: 768px){
  .hero-image img{
    height: auto;
    width: 100%;
    border-radius: 10px;
}
  section.tax-hero {
    height: auto;
    padding-top: 150px;
  }
  .highlight-badge{
    width: 100%;
  }
  .tax-hero .badge {
    position: static;
    margin: 12px auto;
    width: fit-content;
  }
  .software-card {
    min-height: auto;
  }
  .hero-cta{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.hero-cta .btn-primary{
  background: white;
  color: #007bff;
}
.hero-content{
  align-items: center;
}
.btn-primary{
  background: #62cff4;
}
.feature-item i{
  color:  #007bff;
}
.software-card .btn-primary{
    background: linear-gradient(135deg, #62cff4, #4caf50);
}
    .tax-hero {
      background: linear-gradient(135deg, #007bff, #d9f5ff);
      color: white;
      padding-top: 200px;
      padding-bottom: 100px;
    }
    
    .tax-badge {
      background-color: #007bff;
      color: white;
      padding: 0.5rem 1rem;
      border-radius: 2rem;
      font-size: 0.8rem;
      font-weight: 600;
      display: inline-block;
      margin-bottom: 1rem;
    }
    .hero-text .subtitle{
      color: white;
    }
    .tax-feature-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 2rem;
      margin: 3rem 0;
    }
    
    .tax-feature-card {
      background: white;
      border-radius: 0.5rem;
      padding: 2rem;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      border-left: 4px solid var(--primary-color);
    }
    
    .tax-feature-card:hover {
      transform: translateY(-5px);
    }
    
    .tax-feature-icon {
      font-size: 2.5rem;
      color: var(--primary-color);
      margin-bottom: 1rem;
    }
    .tax-feature-card.highlighted{
      position: relative;
      overflow: hidden;
    }
    .highlight-badge1{
      position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;

    height: 36px;
    width: 100%;
    background: #0c84c0;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;

    border-bottom-left-radius:5px;
    border-bottom-right-radius: 5px;
  }
    .tax-type-card {
      border: 1px solid #e2e8f0;
      border-radius: 0.5rem;
      overflow: hidden;
      transition: all 0.3s ease;
    }
    
    .tax-type-card:hover {
      border-color: var(--primary-color);
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    }
    
    .tax-type-header {
      background-color: var(--primary-color);
      color: white;
      padding: 1rem 1.5rem;
      font-weight: 600;
    }
    
    .tax-type-body {
      padding: 1.5rem;
    }
    
    .tax-type-body ul {
      list-style-type: none;
    }
    
    .tax-type-body li {
      margin-bottom: 0.8rem;
      position: relative;
      padding-left: 1.5rem;
      font-size: 15px;
    }
    
    .tax-type-body li:before {
      content: "✓";
      color: var(--secondary-color);
      position: absolute;
      left: 0;
      font-weight: bold;
    }
    
    .ai-tax-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 1.5rem;
      margin: 2rem 0;
    }
    
    .ai-tax-item {
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      background: rgba(12, 132, 192, 0.05);
      padding: 1.5rem;
      border-radius: 0.5rem;
    }
    
    .ai-tax-icon {
      font-size: 1.5rem;
      color: var(--primary-color);
      margin-top: 0.3rem;
    }
    
    .software-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 2rem;
    }
    
    .software-card {
      border: 1px solid #e2e8f0;
      border-radius: 0.5rem;
      overflow: hidden;
      transition: all 0.3s ease;
      display: flex;
      flex-direction: column;   /* 🔑 */
      height: 100%;             /* 🔑 */
      border: 1.8px solid #57b657;
    }
    
    .software-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    }
    .software-card.highlighted{
      position: relative;
      overflow: hidden;
      border: 1.8px solid #57b657;
    }
    .software-card.highlighted .highlight-badge{
      position: absolute;
      bottom: 0px;
      border-bottom-left-radius:5px;
    border-bottom-right-radius: 5px;
    }
    .software-logo {
      padding: 1.5rem;
      text-align: center;
      border-bottom: 1px solid #e2e8f0;
      background: white;
    }
    
    .software-logo img {
      max-height: 60px;
      max-width: 100%;
    }
.software-body {
  padding: 1.75rem;
  padding-bottom: 3rem;   /* ✅ space for badge */
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
    .section-cta{
      padding: 40px 0px 0px 0px;              /* 🔑 pushes button down */
}
    .software-feature {
      display: flex;
      gap: 0.5rem;
      margin-bottom: 0.8rem;
    }
    
    .software-feature i {
      color: var(--secondary-color);
    }
    
    .exemption-card {
      background: white;
      border-radius: 0.5rem;
      padding: 1.5rem;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
      border-left: 3px solid var(--secondary-color);
      margin-bottom: 1.5rem;
    }
    
    .compliance-checklist {
      background: white;
      border-radius: 0.5rem;
      padding: 2rem;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
      margin: 2rem 0;
    }
    
    .checklist-item {
      display: flex;
      gap: 1rem;
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid #f1f5f9;
    }
    
    .checklist-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0;
    }
    
    .checklist-icon {
      color: var(--secondary-color);
      font-size: 1.2rem;
      margin-top: 0.2rem;
    }
    
    @media (max-width: 768px) {
      .tax-hero {
        padding: 6rem 0 3rem;
      }
      
      .tax-feature-grid, .ai-tax-grid, .software-grid {
        grid-template-columns: 1fr;
      }
    }