.sell-hero-section {
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.nav-links a.active{
  color: black !important;
}
.dark-mode .nav-links a.active{
  color: lightgray !important;
}
.login-btn button{
  background-color: white !important;
  color: black !important;
  border: 1px solid var(--primary-color);
  border-radius: 25px;
  padding: 8px 25px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.dark-mode .login-btn button {
  background-color: var(--secondary-color) !important;
  color: white !important;
  border: 1px solid var(--primary-color);
  border-radius: 25px;
  padding: 8px 25px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.sell-section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background: white;
  gap: 50px;
  position: relative;
  height: auto;
  overflow: visible;

}
.dark-mode .sell-section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background: linear-gradient(135deg, var(--secondary-color) 0%, #1a1a1a 100%);
  gap: 50px;
  height: auto;
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.sell-section::before {
  display:none
}

.sell-content {
  flex: 1;
  min-width: 300px;
  position: relative;
  z-index: 1;
}

.sell-content h2 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 2.5rem;
  background: black;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dark-mode .sell-content h2 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 2.5rem;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sell-content p {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
  margin-bottom: 30px;
  font-size: 1.1rem;
  max-width: 600px;
}

.dark-mode .sell-content p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  margin-bottom: 30px;
  font-size: 1.1rem;
  max-width: 600px;
}

.sell-steps {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 40px;
}

.sell-step {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.sell-step:hover {
  opacity: 1;
  transform: translateX(5px);
}

.step-number {
  background: linear-gradient(135deg, var(--primary-color), #ff6b4a);
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;
}

.step-content h4 {
  color: black;
  margin: 0 0 5px 0;
  font-size: 1.1rem;
}
.dark-mode .step-content h4 {
  color: white;
  margin: 0 0 5px 0;
  font-size: 1.1rem;
}

.step-content p {
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  font-size: 0.95rem;
}
.dark-mode .step-content p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 0.95rem;
}

.sell-cta {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.sell-cta .cta-button {
  background: linear-gradient(90deg, var(--primary-color), #ff6b4a);
  color: white;
  border: none;
  border-radius: 30px;
  padding: 18px 45px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 15px rgba(163, 41, 25, 0.3);
}

.sell-cta .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(163, 41, 25, 0.4);
}

.sell-cta .cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ff6b4a, var(--primary-color));
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
  border-radius: 30px;
}

.sell-cta .cta-button:hover::before {
  opacity: 1;
}
.hero-section {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 600px;
  overflow: hidden;
}

.sell-form-container {
  flex: 1;
  min-width: 280px;
  max-width: 100%; 
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9); 
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); 
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 20px 0; 
}

.dark-mode .sell-form-container {
  flex: 1;
  min-width: 280px;
  max-width: 100%;
  position: relative;
  z-index: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  margin: 20px 0; 
  background: rgba(30, 30, 30, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2); 
}

.sell-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1'

}

.sell-form h3 {
  color: black;
  margin: 0 0 20px 0;
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 10px;
}
.dark-mode .sell-form h3 {
  color: white;
  margin: 0 0 20px 0;
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 10px;
}

.sell-form h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-color), #ff6b4a);
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  color: black;
  font-size: 0.95rem;
}
.dark-mode .form-group label {
  color: white;
  font-size: 0.95rem;
}

.dark-mode .form-group label {
  color: white;
  font-size: 0.95rem;
}

.form-group label span {
  color: var(--primary-color);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 90%;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: black;
  font-size: 1rem;
  transition: all 0.3s;
}
.dark-mode .form-group input,
.dark-mode .form-group select,
.dark-mode .form-group textarea {
  width: 90%;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: white;
  font-size: 1rem;
  transition: all 0.3s;
}


.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(163, 41, 25, 0.3);
}

.form-group textarea {
  min-height: 100px;
  resize: vertical;
}

.image-upload-container {
  border: 2px dashed rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

.image-upload-container:hover {
  border-color: var(--primary-color);
  background: rgba(163, 41, 25, 0.1);
}

.image-upload-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.image-upload-label i {
  font-size: 2rem;
  color: var(--primary-color);
}

.image-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.checkbox-group {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.checkbox-group input {
  width: auto;
}

.checkbox-group label {
  margin: 0;
}

.submit-btn {
  background: linear-gradient(90deg, var(--primary-color), #ff6b4a);
  color: white;
  border: none;
  border-radius: 30px;
  padding: 15px 30px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 10px;
  width: 100%;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(163, 41, 25, 0.4);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .sell-section {
    flex-direction: column;
    gap: 30px;
  }

  .sell-content h2 {
    text-align: center;
  }

  .sell-content p {
    text-align: center;
  }

  .sell-steps {
    align-items: center;
  }

  .sell-form-container {
    width: 90%;
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .sell-form h3 {
    font-size: 1.3rem;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 10px 12px;
  }

  .submit-btn {
    padding: 12px 20px;
    font-size: 1rem;
  }
}