  @media only screen and (min-width: 300px) and (max-width: 767px) {
      .menu-btn {
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0;
          width: 50px;
          height: 50px;
          border: none;
          margin-top: 0px;
          margin-left: auto;
          margin-right: 10px;
          background: transparent;
          color: white;
      }

      .close-btn {
          position: absolute;
          top: 20px;
          right: 0;
          padding: 0.75rem 1.5rem;
          border: none;
          color: white;
          background: transparent;
          text-decoration: none;
          transition: 0.3s;
      }

      .menu-btn  {
          font-size: 24px;
      }

      .navbar {
          padding: 10px 10px;
          height: 100px;
          display: flex;
          position: static;
          flex-direction: row;
          background: var(--teal-dark);
          box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px -5px, rgba(0, 0, 0, 0.04) 0 10px 10px -5px;
      }

      .sidebar-menu {
          position: fixed;
          top: 0;
          left: -1000%;
          width: 100%;
          background: var(--teal-dark);
          z-index: 9999;
          transition: 0.3s ease all;
          display: flex;
          padding: 45px 30px;
          height: 100%;
      }

      .sidebar-menu.sidebar-toggle {
          left: 0;
      }

      .sidebar-menu .navbar-list li {
          margin: 10px 0;
      }

      .sidebar-menu .navbar-list li a {
          color: var(--text-color);
      }

      .navbar .navbar-list {
          display: none;
      }


      .navbar.toggle-class {
          height: 80px;
          scroll-behavior: smooth;
      }

      .navbar.toggle-class img {
          height: 100px;
      }
    }



  @media (max-width: 768px) {
    .hero {
      padding-top: 1rem;
    }
    .hero h1 {
      font-size: 2.5rem;
    }
    .hero p {
      font-size: 0.9rem;
    }
  }

  @media (max-width: 600px) {
    .menu-btn {
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0;
          width: 50px;
          height: 50px;
          border: none;
          margin-top: 0px;
          margin-left: auto;
          margin-right: 10px;
          background: transparent;
          color: white;
      }

      .close-btn {
          position: absolute;
          top: 20px;
          right: 0;
      }

      .menu-btn  {
          font-size: 24px;
      }

      .navbar {
          padding: 10px 0;
          height: 100px;
          display: flex;
          flex-direction: row;
          background: var(--teal-dark);
          box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px -5px, rgba(0, 0, 0, 0.04) 0 10px 10px -5px;
      }
    .navbar {
      padding: 0rem 2rem;
      align-items: center;
    }
    .navbar .navbar-list {
          display: none;
      }
    .nav-links {
      flex-direction: column;
      gap: 1rem;
    }
    .video-container {
      padding-top: 40px;
    }
    .contact-styling{
      flex-direction: column;

    }
  }


  @media (max-width: 400px) {
    .hero h1 {
      font-size: 2rem;
    }
    .hero p {
      font-size: 0.8rem;
    }
    .hero {
        padding: 1rem 0.75rem;
    }
  }










  @media (max-width: 768px) {

  .section {
    padding: 60px 20px;
  }

  .section-title {
    font-size: 28px;
  }

  .section-sub {
    font-size: 14px;
  }

  .chainheal-card {
    padding: 30px 20px;
  }

  .chainheal-card img {
    width: 80%;
    margin: auto;
  }

}



@media (max-width: 300px) { 
  .chainheal-card {
    padding: 30px 20px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}



@media(max-width:960px) {
  nav { padding:14px 20px; }
  .nav-links { display:none; }
  section { padding:70px 24px; }
  .hero { 
    padding:110px 24px 70px;
    justify-content: center;
    text-align: center;
  }
  .hero-content img {
    display: inline;
  }
  .hero-btns{
    justify-content: center;
  }
  .hero-trust {
    justify-content: center;
  }

  .breathe-ring { display:none; }
  .about-grid, .preview-inner, .sakha-inner, .xuthor-inner { grid-template-columns:1fr; gap:40px; }
  .features-grid { grid-template-columns:1fr; }
  .steps-track { grid-template-columns:1fr 1fr; gap:30px; }
  .steps-track::before { display:none; }
  .footer-grid { grid-template-columns:1fr; gap:30px; }
  .footer-bottom { flex-direction:column; gap:8px; }
  .hero-trust { flex-wrap:wrap; }
  recognized { padding:40px 20px; }
}


@media (max-width: 488px) {
  
}