/* ===== SELL YOUR CAR - MENU ITEM ===== */
.menu ul li.syc-menu-sell a {
  background: #e60000 !important;
  color: #fff !important;
}
.menu ul li.syc-menu-sell a i {
  padding: 0 5px;
  margin-right: 4px;
  line-height: 40px;
  display: inline-block;
  color: #fff !important;
  background: none;
}
.menu ul li.syc-menu-sell a:hover {
  background: #cc0000 !important;
  color: #fff !important;
  text-decoration: none;
}
.menu ul li.syc-menu-sell a:hover i {
  color: #fff !important;
  background: none;
}

/* ===== SELL YOUR CAR PAGE ===== */

/* HERO */
.syc-hero {
  background: linear-gradient(to bottom, #ffffff, #e8f0fe);
  position: relative;
  overflow: hidden;
  min-height: 450px;
}
.syc-hero-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding: 30px 0;
  max-width: 1400px;
  margin: 0 auto;
}
.syc-hero-left {
  flex: 0 0 35%;
  color: #111;
  padding-top: 40px;
  align-self: flex-start;
  position: absolute;
  left: 5%;
  top: 0;
  z-index: 3;
}
.syc-trustpilot {
  margin-bottom: 15px;
  font-size: 13px;
}
.syc-stars {
  color: #111;
  margin-right: 6px;
  letter-spacing: 2px;
}
.syc-trust-text {
  color: #333;
}
.syc-hero-title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.05;
  color: #111;
  margin: 0 0 25px 0;
  text-transform: uppercase;
  font-family: 'Arial Black', Arial, sans-serif;
}
.syc-btn-getstarted {
  display: inline-block;
  background: #e60000;
  color: #fff;
  padding: 12px 28px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.3s;
}
.syc-btn-getstarted:hover {
  background: #cc0000;
  color: #fff;
  text-decoration: none;
}
.syc-hero-center {
  flex: 0 0 30%;
  text-align: center;
  align-self: flex-start;
  padding-top: 40px;
  position: absolute;
  left: 35%;
}
.syc-hero-img {
  width: 70%;
  max-width: none;
  height: auto;
  margin-left: -65%;
  pointer-events: none;
}
/* FLOATING FORM */
.syc-hero-wrapper {
  position: relative;
}
.syc-form-floating {
  position: absolute;
  top: 40px;
  right: 10%;
  width: 28%;
  z-index: 10;
}

/* FORM BOX */
.syc-form-box {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  border: 1px solid #e0e0e0;
}
.syc-form-head {
  background: #fff;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #222;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
/* FORM FIELDS */
.syc-form-body {
  padding: 18px 20px;
}
.syc-fq-row {
  margin-bottom: 12px;
}
.syc-fq-row label {
  display: block;
  font-size: 13px;
  color: #444;
  margin-bottom: 4px;
  font-weight: 600;
}
.syc-fq-row label span {
  color: #e60000;
}
.syc-input {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s;
}
.syc-input:focus {
  border-color: #0059E1;
}
.syc-input-readonly {
  background: #f0f0f0;
  color: #666;
}
.syc-textarea {
  min-height: 60px;
  resize: vertical;
}
.syc-submit-btn {
  display: block;
  width: 100%;
  padding: 12px;
  background: #222;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background 0.3s;
}
.syc-submit-btn:hover {
  background: #444;
}
.syc-submit-btn:disabled {
  background: #999;
  cursor: not-allowed;
}
.syc-error {
  color: #e60000;
  font-size: 13px;
  padding: 5px 0;
}
.syc-file-row {
  margin-bottom: 4px;
}
.syc-file-row input[type="file"] {
  font-size: 12px;
}
.syc-captcha-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* SELECT DROPDOWN (Copart alanları) */
.syc-input option {
  padding: 6px;
}
select.syc-input {
  appearance: auto;
  -webkit-appearance: auto;
  cursor: pointer;
  background: #fff;
}

/* QUOTE RESULT DISPLAY */
.syc-quote-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #27ae60;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  margin: 0 auto 15px;
  font-weight: 700;
}
.syc-quote-title {
  font-size: 16px;
  font-weight: 800;
  color: #222;
  margin: 0 0 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.syc-quote-vehicle {
  font-size: 14px;
  color: #555;
  margin: 0 0 15px;
}
.syc-quote-amount {
  font-size: 36px;
  font-weight: 900;
  color: #27ae60;
  margin: 0 0 8px;
  font-family: 'Arial Black', Arial, sans-serif;
}
.syc-quote-approx {
  font-size: 12px;
  color: #888;
  margin: 0 0 15px;
  font-style: italic;
}
.syc-quote-note {
  font-size: 14px;
  color: #333;
  margin: 0 0 10px;
}
.syc-quote-phone {
  font-size: 14px;
  color: #222;
  margin: 10px 0 0;
}

/* RESPONSE OPTIONS (Accept / Counter / Callback) */
.syc-response-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0 5px;
}
.syc-resp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s;
  background: #fff;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.syc-resp-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.syc-resp-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.syc-resp-icon {
  font-size: 18px;
  line-height: 1;
}
.syc-resp-accept {
  border-color: #27ae60;
  color: #27ae60;
}
.syc-resp-accept:hover {
  background: #27ae60;
  color: #fff;
}
.syc-resp-counter {
  border-color: #0059E1;
  color: #0059E1;
}
.syc-resp-counter:hover {
  background: #0059E1;
  color: #fff;
}
.syc-resp-callback {
  border-color: #e67e00;
  color: #e67e00;
}
.syc-resp-callback:hover {
  background: #e67e00;
  color: #fff;
}

/* COUNTER OFFER FORM */
.syc-counter-form {
  margin: 15px 0 5px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
}
.syc-counter-form label {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  display: block;
  margin-bottom: 8px;
}
.syc-counter-submit-btn {
  display: inline-block;
  max-width: 220px;
  padding: 12px 24px;
  margin-top: 10px;
  background: #0059E1;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background 0.3s;
}
.syc-counter-submit-btn:hover {
  background: #003da0;
}
.syc-counter-submit-btn:disabled {
  background: #999;
  cursor: not-allowed;
}

/* HOW IT WORKS */
.syc-howitworks {
  background: #fff;
  padding: 50px 0 40px;
  text-align: center;
  border-top: 1px solid #eee;
  position: relative;
  z-index: 1;
}
.syc-section-title {
  font-size: 32px;
  font-weight: 800;
  color: #222;
  margin: 0 0 10px;
}
.syc-section-subtitle {
  font-size: 16px;
  color: #555;
  margin: 0 0 35px;
}
.syc-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.syc-step {
  display: flex;
  align-items: center;
  gap: 10px;
}
.syc-step-label {
  font-size: 14px;
  color: #555;
  font-weight: 600;
}
.syc-step-btn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.syc-step-btn-outline {
  border: 2px solid #222;
  color: #222;
  background: transparent;
}
.syc-step-btn-outline:hover {
  background: #222;
  color: #fff;
  text-decoration: none;
}
.syc-step-btn-blue {
  background: #0050d0;
  color: #fff;
  border: 2px solid #0050d0;
}
.syc-step-btn-blue:hover {
  background: #003da0;
  text-decoration: none;
  color: #fff;
}

/* FEATURES */
.syc-features {
  background: #fff;
  padding: 50px 0;
  border-top: 1px solid #eee;
}
.syc-features-grid {
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 20px;
  flex-wrap: wrap;
}
.syc-feature {
  flex: 1;
  min-width: 160px;
  padding: 20px 10px;
}
.syc-feature-icon {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.syc-feature-icon img {
  max-height: 60px;
  max-width: 60px;
}
.syc-feature h3 {
  font-size: 16px;
  font-weight: 800;
  color: #222;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.syc-feature p {
  font-size: 13px;
  color: #555;
  margin: 0;
  line-height: 1.4;
}

/* CTA BAR */
.syc-cta-bar {
  background: #fff;
  padding: 25px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.syc-cta-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.syc-cta-phone {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  padding: 10px 30px;
  border: 2px solid #222;
  border-radius: 4px;
}
.syc-btn-offer {
  display: inline-block;
  background: #e60000;
  color: #fff;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  transition: background 0.3s;
}
.syc-btn-offer:hover {
  background: #cc0000;
  color: #fff;
  text-decoration: none;
}

/* CONTENT SECTION */
.syc-content {
  padding: 50px 0 60px;
  background: #fff;
}
.syc-content-title {
  font-size: 26px;
  font-weight: 900;
  color: #222;
  text-align: center;
  margin: 0 0 25px;
  text-transform: uppercase;
  line-height: 1.3;
}
.syc-content p {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
  margin: 0 0 15px;
  text-align: left;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .syc-hero {
    max-height: none !important;
    min-height: auto !important;
    overflow: hidden !important;
  }
  .syc-hero-inner {
    flex-wrap: wrap;
    padding: 30px 15px;
  }
  .syc-hero-left {
    position: static !important;
    flex: 0 0 50%;
  }
  .syc-hero-center {
    position: static !important;
    flex: 0 0 50%;
  }
  .syc-hero-title {
    font-size: 36px;
  }
  .syc-hero-img {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }
  .syc-form-floating {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .syc-hero {
    max-height: none !important;
    min-height: auto !important;
    overflow: hidden !important;
  }
  .syc-hero-inner {
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px 15px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
  .syc-hero-left {
    position: static !important;
    flex: 0 0 100% !important;
    text-align: center;
    padding-top: 130px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .syc-hero-center {
    position: static !important;
    flex: 0 0 100% !important;
    text-align: center;
    padding-top: 10px;
  }
  .syc-form-floating {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 100% !important;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .syc-hero-title {
    font-size: 28px;
  }
  .syc-hero-img {
    width: 70% !important;
    max-width: 70% !important;
    margin-left: auto !important;
    margin-right: auto;
    display: block;
  }
  .syc-form-box {
    width: 100%;
  }
  .syc-section-title {
    font-size: 24px;
  }
  .syc-features-grid {
    flex-direction: column;
    align-items: center;
  }
  .syc-feature {
    min-width: 100%;
  }
  .syc-cta-inner {
    flex-direction: column;
  }
  .syc-content-title {
    font-size: 20px;
  }
  .syc-steps {
    flex-direction: column;
  }
}

/* ===== STEP 1: VIN / Plate tabs ===== */
.syc-tabs {
  display: flex;
  gap: 4px;
  margin: 0 0 18px;
  border-bottom: 2px solid #e0e0e0;
}
.syc-tab {
  flex: 1;
  padding: 11px 14px;
  background: #f5f5f5;
  color: #555;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 4px 4px 0 0;
  transition: background 0.15s, color 0.15s;
}
.syc-tab:hover {
  background: #ebebeb;
  color: #222;
}
.syc-tab.syc-tab-active {
  background: #0059E1;
  color: #fff;
}
.syc-tab.syc-tab-active:hover {
  background: #0050cc;
  color: #fff;
}
.syc-method {
  margin-top: 4px;
}
