@media (max-width: 991px) {

  .service-nav {
    display: none;
  }
#menu-toggle:checked ~ .top-nav nav.service-nav {
    display: block;
    background: transparent !important;
    border-top: 1px solid #000000;
    padding-top: 15px;
}

#menu-toggle:checked ~ .top-nav nav.service-nav .container {
    display: block;
    flex-direction: column !important;
    height: auto;
    padding: 0px;
}

#menu-toggle:checked ~ .top-nav nav.service-nav .container a {
    display: block;
    margin-bottom: 10px;
}
  .menu-icon {
    display: block;
  }

  .top-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: #ffffff;
    flex-direction: column;
    padding: 25px;
    gap: 7px;
    box-shadow: -4px 0 10px rgba(0,0,0,0.15);
    transition: right 0.3s ease;
    z-index: 999;
  }

  .close-btn {
    display: block;
  }

  #menu-toggle:checked ~ .top-nav {
    right: 0;
  }

  .hero-image {
    display: none;
  }

  .hero-container {
    justify-content: center;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-content {
    max-width: 100%;
  }

  
  .tax-container {
    gap: 30px;
  }
  ul.herodots {
    margin-left: auto;
    margin-right: auto;
  }
  ul.herodots + p {
    text-align: center;
     margin-left: auto;
    margin-right: auto;
  }
}

/* @media (max-width: 992px) {
  .startup-slider {
    grid-template-columns: repeat(5, 1fr);
  }
} */

@media (max-width: 600px) {
  .startup-slider {
    grid-template-columns: repeat(3, 1fr);
  }


 
  .tax-container {
    flex-direction: column;
    text-align: center;
  }

  .tax-services {
    /* display: flex; */
    /* overflow-x: auto; */
    /* gap: 18px; */
    /* scroll-snap-type: x mandatory; */
    /* padding-bottom: 10px; */
  }

  .tax-services::-webkit-scrollbar {
    display: none;
  }

  .tax-card {
    /* min-width: 150px; */
    /* scroll-snap-align: center; */
  }

  .tax-image img {
    /* max-width: 420px; */
  }


  .about-container {
    flex-direction: column;
    text-align: center;
  }

   
}

@media (max-width: 768px) {

  .subsidy-grid {
    /* grid-template-columns: repeat(2, 1fr); */
  }

 
  .tax-content h2 {
    font-size: 26px;
  }

  .slide-btn {
    display: none;
  }
}

@media (max-width: 600px) {

   

 
  
  .tax-content p {
    font-size: 14px;
  }

  .profit-cards {
    grid-template-columns: 1fr;
  }

  .profitability-wrapper h2 {
    font-size: 22px;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-wrapper h2 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {

  .top-nav {
    width: 290px;
  }

  .subsidy-grid {
    /* grid-template-columns: 1fr 1fr 1fr; */
    /* gap: 20px; */
  }

  
  .tax-card {
    /* min-width: 130px; */
    /* padding: 14px 8px; */
  }

  .tax-card img {
    /* width: 48px; */
  }

  .tax-card span {
    font-size: 13px;
  }

  .reel {
    /* min-width: 170px; */
    /* height: 240px; */
  }

  .play-section p {
    font-size: 13px;
  }

  .team-title {
    /* font-size: 16px; */
    /* margin-bottom: 20px; */
  }

  .team-info {
    text-align: center;
  }
}

@media (max-width: 400px) {

 
  .tax-content h2 {
    font-size: 16px;
  }

  .tax-card span {
    font-size: 12px;
  }
}

@media (max-width: 300px) {

  
  .tax-card {
    min-width: 110px;
    padding: 10px 6px;
  }

  .tax-card img {
    width: 32px;
  }
}

/*@media (min-width: 993px) {

  .registration-card:nth-last-child(3) {
    /* grid-column: 3; */


  /*.registration-card:nth-last-child(2) {
    /* grid-column: 4; */
  

  /*.registration-card:nth-last-child(1) {
    /* grid-column: 5; */



@media (max-width: 900px) {
  .growth-card {
    flex-direction: column;
    padding: 35px;
  }

  .growth-hero h1 {
    font-size: 30px;
  }


  .advantages-wrapper {
    flex-direction: column;
  }

  .advantages-text h2 {
    font-size: 20px;
  }

  .data-driven-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .data-content h2 {
    font-size: 24px;
  }

  .profit-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .reel {
    /* min-width: 230px; */
    /* height: 118px; */
  }
}


@media (max-width: 991px) {

  .about-container {
    justify-content: center;
  }

  
  .about-image {
    display: none;
  }

  
 

  

  .btn {
    margin: 20px auto 0;
  }

  

  .team-card img {
    height: 220px;
  }
}