  /* Responsive Styles */
  @media (max-width: 1440px)  {

    .nav-group {
     justify-content: end;
     width: 86%;
    }
    .reward-content{
      gap: 5px;
    }
    .Cash a{
      font-size: 10px;
    }
  }
  @media (max-width: 1232px)  {
  .login-main-content {
    justify-content: center;
}
.upload-section{
  flex-wrap: wrap;
  justify-content: center;
}
.upload-section button.upload-btn{
  margin: auto;
}
.deal-upload-section{
  flex-wrap: wrap;
  justify-content: center;
}
}
@media (max-width: 992px) {
  .recommend-form {
    display: none;
}

}

  @media (max-width: 900px) {
    .reduce-cost-content, .newsletter-content, .footer-content {
      flex-direction: column;
      align-items: flex-start;
    }

    .hero-image, .reduce-img, .customers-img {
      align-items: center;
      width: 100%;
      margin-top: 1.5rem;
    }

    .hero-image img, .reduce-img img, .customers-img img {
      width: 100%;

    }

    .cards-row {
      flex-direction: column;
      gap: 1rem;
      justify-content: center;
      align-items: center;
    }

    .reduce-text {
      flex: 1 1 300px;

      width: 100%;
      flex-wrap: wrap;
    }

    .customers-sell-content {
      flex-direction: column-reverse;
    }

    .testimonial-slider {
      max-width: 98vw;
    }

    .slider-btn.prev {
      left: 0;
    }

    .slider-btn.next {
      right: 0;
    }
  }

  @media (max-width: 767px) {
    button#menu-icon {
      display: block;
    }

    .nav-group {
      position: fixed;
      right: 0;
      background: #fff;
      top: 0px;
      box-shadow: -4px 6px 7px 0px #75757530;
      transform: translateX(100%);
      transition: 1s all;
      width: 100%;
      height: 100vh;
      display: flex;
      flex-direction: column;
      padding: 10px 20px;
      z-index: 99;
      align-items: flex-start;
      gap: 40px;
    }

    .btn-gp {
      display: flex;
      flex-direction: column;
      align-items: self-start;

    }
    .navigation-section{
      margin-bottom: 15px;
    }
    .nav-sec {
      display: flex;
      flex-direction: column;
      align-items: start;
      width: 100%;
    }

    button.btn-dark.job-click {
      margin-left: 0;
    }

    .close-menu {
      display: block;
    }

    .nav-group.expand {
      transform: translateX(0px) !important;
      right: 0;
    }

    .jobs-deals h2 {
      text-align: center;
    }

    .tab-selector {
      flex-direction: column;
      gap: 4px;
      padding: 4px;
    }

    .tab-btn {
      min-width: 200px;
      padding: 14px 20px;
    }

    .content-card {
      padding: 20px;
    }

    .content-card h2 {
      font-size: 20px;
    }
    .dropdown-select,
    .custom-dropdown-trigger {
        padding: 16px 20px;

    }
    .reward-content {
     flex-wrap: wrap;
gap: 10px;
    }

  .header-section {
      flex-direction: column;
      gap: 16px;
      align-items: flex-start;
  }
  
  .add-new-job-page .form-group {
    width: 100%;
}
  
  .upload-zone {
      flex-direction: column;
      text-align: center;
      padding: 24px;
  }
  div#dashboard{
    left: 0;
    width: 100%;
  }
  .dashboard-main .footer{
    width: 100%;
    left: 0;
  }
  .next-btn {
      width:fit-content;
  }
  .profile-picture-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 20px;
}

.avatar-placeholder {
    width: 100px;
    height: 100px;
}
.upload-btn {
    min-width: 140px;
}
.dashboard-container {
  width: 100%;
  display: unset;
}
.dash-close-menu{
  display: block;
  background-color: #000;
  padding: 10px;
}
.selling-form {
  flex-wrap: wrap;
}

.personal-form-page .profile-section{
  align-items: start;
}
 .dashboard-slider{
  left: -270px;
 }
 .dashboard-slider.active{
  left: 0;
 }
 
 .form-row {
  grid-template-columns: 1fr;
  gap: 16px;
}

.form-row.four-col {
  grid-template-columns: 1fr;
}

.profile-section {
  flex-direction: column;
  text-align: center;
  gap: 16px;
}

  }

  @media (max-width: 600px) {
    .container {
      width: 98%;

    }

    .hero-text h1 {
      font-size: 1.5rem;
    }

    .jobs-deals h2, .how-it-works h2, .testimonials h2 {
      font-size: 1.1rem;
    }

    .card {
      min-width: 0;
      max-width: 100%;
    }

    .hiw-steps {
      flex-direction: column;
      gap: 1rem;
    }

    .newsletter-content {
      flex-direction: column;
      align-items: flex-start;
    }

    .footer-content {
      flex-direction: column;
      align-items: flex-start;
      gap: 1rem;
      padding-inline: 10px;
    }

    .footer-links {

      padding-inline: 20px;
    }

    .search-bar {
      flex-direction: row;
      align-items: stretch;
      gap: 0.7rem;
      padding: clamp(7px, 1vw, 16px);
    }

    .search-btn {
      margin-left: 0;

    }

    .search-divider {
      display: none;
    }

    .reduce-img {
      flex: unset;

    }

    h4.text-left {
      text-align: center;
    }

    .h4.header-work {
      text-align: center;
    }

    .testimonial-slide.active {
      flex-direction: column;
    }

    .quote-left, .quote-right {
      margin: 0;
    }
  }


  @media (max-width: 480px) {

    .tab-btn {
      min-width: 160px;
      font-size: 13px;
      padding: 12px 16px;
    }
    .social-login {
      flex-wrap: wrap;
  }
  .dropdown-icon {
    right: 16px;
}
.profile-picture-wrapper {
  padding: 15px;
}

.avatar-placeholder {
  width: 80px;
  height: 80px;
}

.avatar-icon {
  font-size: 32px;
}

.contact-navigation-section .submit-btn{
  width: fit-content;
}

.upload-btn {
  padding: 10px 20px;
  font-size: 13px;
  min-width: 120px;
}
  }
       /* Responsive Design */
       @media (max-width: 1024px) {
        .stats-grid {
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 1rem;
        }
      
    }

    @media (max-width: 768px) {


  
      .nav-group {
        position: fixed;
        right: 0;
        background: #fff;
        top: 0px;
        box-shadow: -4px 6px 7px 0px #75757530;
        transform: translateX(100%);
        transition: 1s all;
        width: 100%;
        height: 100vh;
        /* display: flex; */
        flex-direction: column;
        padding: 10px 20px;
        z-index: 99;
        align-items: flex-start;
        gap: 40px;
    }    
        .dashboard-main .header{
          width: 100%;
          left: 0;
        }
     
        .main-content {
            margin-left: 0;
        }
        
        .menu-toggle {
            display: block;
        }
        
        .header {
            padding: 1rem;
        }
        
   
        
        .stats-grid {
            grid-template-columns: 1fr;
            gap: 1rem;
        }
        .user-info {
            gap: 0.5rem;
        }
        
        .user-profile span {
            display: none;
        }
        
        th, td {
            padding: 0.75rem 0.5rem;
            font-size: 0.9rem;
        }
        .add-new-job-page .form-row {
          flex-wrap: wrap;

      }
    }

    @media (max-width: 480px) {
        .header-title {
            font-size: 1.2rem;
        }
        
        .stat-card {
            flex-direction: column;
            text-align: center;
        }
        
        th, td {
            padding: 0.5rem 0.25rem;
            font-size: 0.8rem;
        }
        
        .table-header {
            padding: 1rem;
        }
        .view-grid{
          justify-content: center;
        }
    }
     @media (max-width: 575px) {
span.username {
    display: none;
}
 }