@media only screen and (min-width: 200px) and (max-width: 575px) {

.hamburger {
        display: flex;
    }

  body{
   background-color: #000000 !important;
   background-image: none;
   
    background-repeat: no-repeat;
    background-attachment: scroll !important;
  }

  .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100%; 
    }

.navbar {
       position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        color: var(--accent-cyan);
        background: #0c0c0c;
        flex-direction: column;
        align-items: center;
        padding: 0; 
        gap: 20px;
        border-top: 1px solid #eee;
        box-shadow: 0 5px 10px rgba(0,0,0,0.05);
        box-sizing: border-box;
        
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
    }

    
    .menu-toggle:checked ~ .navbar {
        max-height: 300px;
        padding: 20px 0; 
    }

    
    .menu-toggle:checked ~ .hamburger span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 6px);
        background-color: #ff7675;
    }
    .menu-toggle:checked ~ .hamburger span:nth-child(2) {
        opacity: 0;
    }
    .menu-toggle:checked ~ .hamburger span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -6px);
        background-color: #ff7675;
    }
    
    .nav-link{
        color:white;
        font-weight: bold;
    }

    .dmca-container{
        padding: 20px;
        max-height: auto;
        max-width: auto;
        width: auto;
    }

    

    .dmca-container h1 {
        font-size: 2rem;
        color: #2dffcc;
    }

    .request-box {

        border: none;
        border-radius: 8px;
        padding: 0;
        margin: 0;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        font-family: 'Times New Roman', Times, serif;
        display: grid;
        font-weight: 900;
        max-width: 800px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        
    }
    
  .request-content h2 {
   
  color: #636e72;
  font-size: 1.2rem;
  margin: 0;
  padding-bottom: 20px;
  font-weight: 900;
   }

   .dmca-box {
  
  border: none; 
  border-radius: 8px;
  padding: 20px;
  margin: 30px auto;
  max-width: 800px;
  display: grid;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  font-family: 'Times New Roman', Times, serif;
 }
  
 .request-content p {
  color: #e9e9e9;
  font-size: 1rem;
  margin: 0;
  line-height: 1.8;
  padding-left: 0;
  }
  
  .dmca-containers h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1;
  padding-top: 90px;
  }
 
  
  .dmca-box .request-content p {
  color: #dfd8d8;
  font-size: 1.1rem;
  margin: 0;
  line-height: 1.5;
 }
  
 
  .section-titles{
    font-size: 2rem;
    color: #2dffcc;
  }
  .pricing-card{
    border: 0.7px solid #636e72;
  }

  
  .card-headers h3{
    font-size: 1.3rem;
    font-weight: 900;

  } 


  .price-label{
  font-family: 'Times New Roman', serif;
  font-style: bold;
  position: absolute;
  padding: 0;
  display: flex;
  color: #e9e9e9;
  font-weight: 900;
  font-size: 1.7rem;
  text-align: center;
  }


 .actual-prices {
  color: #e9e9e9; 
  font-size: 2rem;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 900;
 padding-left: 50px;
  
 }

 .actual-prices::first-letter {
  font-family: 'Inter', sans-serif;
 }

 .actual-prics {
  color: #e9e9e9; 
  font-size: 1.8rem;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 900;
 padding-left: 60px;
  
 }

 .actual-prics small {
  font-size: 1rem;
  color: #636e72;
  font-weight: 700;
 }

 .actual-prics::first-letter {
    font-size: 2rem;
  font-family: 'Inter', sans-serif;
 }

 .strike-prices {
  color: #f7faf9;
  font-size: 1.5rem;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: #ff0000;
  font-weight: 800;
  }

  .badge-membership {
  position: absolute;
  top: 5px;
  left: 15px;
  background-color: #f7faf9;
  color: #000;
  padding: 4px 8px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 800;
  margin-bottom: 4px;
  text-transform: uppercase;
  z-index: 1;
 }

 .ncell-list li {
  align-items: left;
  margin-bottom: 0;
 }

 .nceli-text {
  font-size: 12px;
  color: var(--text-muted);
  padding-left: 8px;
  line-height: 2.5;
  text-align: left;
  justify-content: none; 
  }
  .check-icons {
  color: red;
  font-weight: bold;
  margin-top: 5px;
 }
 

}



@media only screen and (min-width: 576px) and (max-width: 991px) {


 .hamburger {
        display: flex;
    }

    
    .navbar {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background-color: var(--accent-cyan);
        flex-direction: column;
        align-items: center;
        
        
        padding: 0; 
        
        gap: 20px;
        border-top: 1px solid #eee;
        box-shadow: 0 5px 10px rgba(0,0,0,0.05);
        
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out; 
    }

    
    .menu-toggle:checked ~ .navbar {
        max-height: 300px;
        padding: 20px 0; 
    }

    
    .menu-toggle:checked ~ .hamburger span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 6px);
        background-color: #ff7675;
    }
    .menu-toggle:checked ~ .hamburger span:nth-child(2) {
        opacity: 0;
    }
    .menu-toggle:checked ~ .hamburger span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -6px);
        background-color: #ff7675;
    }
     .nav-link{
        color:white;
        font-weight: bold;
    }

    

    

    

    
    
  .request-content h2 {
   
  color: #636e72;
  font-size: 1.2rem;
  margin: 0;
  padding-bottom: 20px;
  font-weight: 900;
   }

   .dmca-box {
  
  border: none; 
  border-radius: 8px;
  padding: 20px;
  margin: 30px auto;
  max-width: 800px;
  display: grid;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  font-family: 'Times New Roman', Times, serif;
 }
  
 .request-content p {
  color: #e9e9e9;
  font-size: 1rem;
  margin: 0;
  line-height: 1.8;
  padding-left: 0;
  }
  
  .dmca-containers h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1;
  padding-top: 90px;
  }
 
  
  .dmca-box .request-content p {
  color: #dfd8d8;
  font-size: 1.1rem;
  margin: 0;
  line-height: 1.5;
 }
  
 
  .section-titles{
    font-size: 2rem;
    color: #2dffcc;
  }
  .pricing-card{
    border: 0.7px solid #636e72;
  }

  
  .card-headers h3{
    font-size: 1.7rem;
    font-weight: 900;

  } 


  .price-label{
  font-family: 'Times New Roman', serif;
  font-style: bold;
  position: absolute;
  padding: 0;
  display: flex;
  color: #e9e9e9;
  font-weight: 900;
  font-size: 1.7rem;
  text-align: center;
  }


 .actual-prices {
  color: #e9e9e9; 
  font-size: 2rem;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 900;
 padding-left: 0;
  
 }

 .actual-prices::first-letter {
  font-family: 'Inter', sans-serif;
 }

 .actual-prics {
  color: #e9e9e9; 
  font-size: 2rem;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 900;
 padding-left: 30px;
  
 }

 .actual-prics small {
  font-size: 1rem;
  color: #636e72;
  font-weight: 700;
 }

 .actual-prics::first-letter {
    font-size: 2rem;
  font-family: 'Inter', sans-serif;
 }

 .strike-prices {
  color: #f7faf9;
  font-size: 1.5rem;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: #ff0000;
  font-weight: 800;
  }

  .badge-membership {
  position: absolute;
  top: 5px;
  left: 15px;
  background-color: #f7faf9;
  color: #000;
  padding: 4px 8px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 800;
  margin-bottom: 4px;
  text-transform: uppercase;
  z-index: 1;
 }

 .ncell-list li {
  align-items: left;
  margin-bottom: 0;
 }

 .nceli-text {
  font-size: 14px;
  color: var(--text-muted);
  padding-left: 8px;
  line-height: 2.5;
  text-align: left;
  justify-content: none; 
  }
  .check-icons {
  color: red;
  font-weight: bold;
  margin-top: 8px;
 }







}
