@media (max-width: 1024px) {
  .col-2{
    width: 100%;
  }
  .comman-banner {
    margin-top: 70px;
  }
  .fixed-header {
    top: 0px;
    width: 100%;
  }
  .nav-bar {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  .main-nav {
    width: 50%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #000;
    display: none;
    flex-direction: column;
    padding: 10px;
    z-index: 9999;
  }
  .main-nav.show {
    display: flex; 
  }
  .main-nav ul {
    flex-direction: column;
    width: 100%;
    padding-left: 0px !important;
  }
  .main-nav ul li {
    margin: 10px 0;
    position: relative;
  }

  .main-nav ul li a {
    text-align: left;
    padding: 12px;
    display: block;
    margin-bottom: 0px;
    color: #fff;
  }

  .main-nav ul li a:hover {
    background-color: #f3912c;
  }
  .menu-toggle {
    display: block;
    cursor: pointer;
    font-size: 22px;
    color: #000;
    position: absolute;
    top: 25px;
    right: 15px;
    z-index: 10000;
  }
  .section-circle {
    flex-direction: column;
    gap: 50px;
  }
  .rotating-circle {
      width: 300px;
      height: 300px;
    }
    .text-section {
       max-width: 90%;
      text-align: justify;
    }
    .center-machine {
      width: 200px;
    }
  .icon {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 768px) {
    .col-2{
      width: 100%;
    }
    .comman-banner {
      margin-top: 0px;
     }
    .top-header .top-left a{
      font-size: 10px;
    }
    .top-header .top-right a{
      font-size: 15px;
    }
    .main-header {
      width: 100%;
      top: 50px;
    }
    .fixed-header {
      top: 0px;
      width: 100%;
    }
  
    .nav-bar {
      flex-direction: column;
      align-items: flex-start;
      position: relative;
    }
  
  
    .logo {
      width: 60px;
      height: 60px;
    }
  
    .main-nav {
      width: 50%;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #000;
      display: none;
      flex-direction: column;
      padding: 10px;
      z-index: 9999;
    }
  
    .main-nav.show {
      display: flex; /* changed to flex instead of block for consistency */
    }
  
    .main-nav ul {
      flex-direction: column;
      width: 100%;
      padding-left: 0px !important;
    }
  
    .main-nav ul li {
      margin: 10px 0;
      position: relative;
    }
  
    .main-nav ul li a {
      text-align: left;
      padding: 12px;
      display: block;
      margin-bottom: 0px;
      color: #fff;
    }
  
    .main-nav ul li a:hover {
      background-color: #f3912c;
    }
     .text-section h1 {
    font-size: 22px;
  }

  .text-section p,
  .text-section li {
    font-size: 15px;
  }
  /* ----------- */
  /* .comman-banner img{
    height: 300px;
  } */
  
  .banner-image {
    object-fit: contain;
    height: 300px;
  }
  .welcome-section{
    padding-top: 0px;
  }
    /* Mobile Menu Toggle */
    .menu-toggle {
      display: block;
      cursor: pointer;
      font-size: 22px;
      color: #000;
      position: absolute;
      top: 25px;
      right: 15px;
      z-index: 10000;
    }
    .content-comm p {
      display: none;
    }
    .content-comm h1 {
      font-size: 17px;
      color: #000;
      margin-top: 0px;
    }
    .play-button {
      font-size: 30px;
      padding: 15px;
      border-radius: 50%;
      color:red;
      background-color: transparent;
    }
  
    .stats-cards{
      margin-top: 0px;
    }
    .stat-card {
      min-width: 140px;
      padding: 20px;
    }
  
    .stat-card h2 {
      font-size: 24px;
    }
    .footer-top {
        flex-direction: column;
      }
    
      .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
      }
    
      .policy-links {
        margin-top: 10px;
      }

      .welcome-right h2 {
        font-size: 25px;
        text-align: center;
      }

      .welcome-right .tagline {
        text-align: center;
      }

      .welcome-right p {
        text-align: justify;
      }
      
      .why-choose p{
        text-align: justify;
      }
      .why-choose h2{
        text-align: center;
      }
      .text-container p {
        text-align: justify;
      }
      .text-container h2{
        text-align: center;
      }
      .product-image {
        width: 100%;
      }
      .product-image img {
        width: 300px;
      }
      .thumbnail {
        width: 60px !important;
        height: 60px !important;
      }
      .slick-prev {
        left: -10px !important;
        top: 50%;
      }
    
      .slick-next {
        right: -10px !important;
        top: 50%;
      }
      .certificate-slider img{
        height: 40vh;
        max-width: 350px;
      }
          .rotating-circle {
        width: 250px;
        height: 250px;
    }
    .center-machine {
      width: 150px;
    }
  }

  @media (max-width: 400px){
    .top-header .flex-row{
      flex-direction: column;
    }
    .top-header {
      padding-top: 1px;
    }
    .top-left {
    width: 100%;
  }
  }