
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            background-color: #f8f9fa;
            color: #333;
            line-height: 1.5;
        }

        .wbc-step2-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
            display: flex;
            gap: 60px;
            align-items: flex-start;
        }

        .wbc-step2-form-section {
            flex: 1;
            max-width: 500px;
        }

        .wbc-step2-form-header {
            margin-bottom: 30px;
        }

        .wbc-step2-form-title {
            font-size: 32px;
            font-weight: 400;
            color: #333;
            margin-bottom: 8px;
        }

        .wbc-step2-step-indicator {
            font-size: 14px;
            color: #666;
        }

        .wbc-step2-form-group {
            margin-bottom: 24px;
        }

        .wbc-step2-form-label {
            display: block;
            font-size: 14px;
            color: #333;
            margin-bottom: 8px;
            font-weight: 500;
        }

        .wbc-step2-label-help {
            color: #666;
            font-weight: 400;
        }

        .wbc-step2-help-icon {
            display: inline-block;
            width: 16px;
            height: 16px;
            background-color: #ccc;
            border-radius: 50%;
            text-align: center;
            line-height: 16px;
            font-size: 12px;
            color: white;
            margin-left: 4px;
            cursor: help;
        }

        .wbc-step2-input-wrapper {
            position: relative;
        }

        .wbc-step2-form-input {
            width: 100%;
            padding: 16px 20px;
            padding-left: 50px;
            border: 2px solid #ddd;
            border-radius: 8px;
            font-size: 16px;
            background-color: white;
            transition: border-color 0.2s;
        }

        .wbc-step2-form-input:focus {
            outline: none;
            border-color: #00b894;
        }

        .wbc-step2-form-input.valid {
            border-color: #00b894;
        }

        .wbc-step2-input-icon {
            position: absolute;
            left: 16px;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
        }

        .wbc-step2-email-icon {
            background-color: #00b894;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .wbc-step2-email-icon::after {
            content: "✉";
            color: white;
            font-size: 12px;
        }

        .wbc-step2-location-icon {
            background-color: #00b894;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .wbc-step2-location-icon::after {
            content: "📍";
            font-size: 12px;
        }

        .wbc-step2-phone-icon {
            background-color: #00b894;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .wbc-step2-phone-icon::after {
            content: "📞";
            color: white;
            font-size: 12px;
        }

        .wbc-step2-validation-check {
            position: absolute;
            right: 16px;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
            background-color: #00b894;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .wbc-step2-validation-check::after {
            content: "✓";
            color: white;
            font-size: 14px;
            font-weight: bold;
        }

        .wbc-step2-form-select {
            width: 100%;
            padding: 16px 20px;
            border: 2px solid #ddd;
            border-radius: 8px;
            font-size: 16px;
            background-color: white;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
            background-position: right 12px center;
            background-repeat: no-repeat;
            background-size: 16px;
            appearance: none;
            cursor: pointer;
        }

        .wbc-step2-form-select:focus {
            outline: none;
            border-color: #00b894;
        }

        .wbc-step2-submit-button {
            width: 100%;
            padding: 18px 24px;
            background-color: #00b894;
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin-bottom: 24px;
            transition: background-color 0.2s;
        }

        .wbc-step2-submit-button:hover {
            background-color: #00a085;
        }

        .wbc-step2-submit-button::after {
            content: "→";
            font-size: 18px;
        }

        .wbc-step2-back-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #666;
            text-decoration: none;
            font-size: 14px;
            margin-bottom: 24px;
        }

        .wbc-step2-back-link::before {
            content: "←";
            font-size: 16px;
        }

        .wbc-step2-back-link:hover {
            color: #333;
        }

        .wbc-step2-legal-text {
            font-size: 12px;
            color: #666;
            line-height: 1.4;
        }

        .wbc-step2-legal-text a {
            color: #00b894;
            text-decoration: none;
        }

        .wbc-step2-legal-text a:hover {
            text-decoration: underline;
        }

        .wbc-step2-legal-list {
            margin-top: 8px;
            padding-left: 16px;
        }

        .wbc-step2-car-details {
            flex-shrink: 0;
            width: 300px;
            background-color: white;
            border-radius: 12px;
            padding: 24px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .wbc-step2-toyota-logo {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        .wbc-step2-toyota-logo img {
            width: 60px;
            height: auto;
        }

        .wbc-step2-license-plate {
            background-color: #1e40af;
            color: white;
            padding: 8px 16px;
            border-radius: 6px;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 16px;
            letter-spacing: 2px;
        }
    .wyac-left-content-form{
        width:55%;
    }
    .justify-content-between{
        justify-content: space-between;
    }
    

        .wbc-step2-car-info {
            font-size: 14px;
            color: #333;
            line-height: 1.6;
            margin-bottom: 20px;
            
        }

        .wbc-step2-change-car-btn {
            width: 100%;
            padding: 12px 20px;
            background-color: #333;
            color: white;
            border: none;
            border-radius: 6px;
            font-size: 14px;
            cursor: pointer;
            transition: background-color 0.2s;
        }

        .wbc-step2-change-car-btn:hover {
            background-color: #555;
        }

        @media (max-width: 768px) {
            .wbc-step2-container {
                flex-direction: column;
                gap: 30px;
            }
            
            .wbc-step2-car-details {
                width: 100%;
            }
        }
        
        
        
        
        .wyac-content-wrapper{display: flex;}
        .car-detail-section{width: 30%;}



        .wyac-valuation-card {
    width:25%;
    /* border: 1px solid #ddd; */
    border-radius: 8px;
    font-family: Arial, sans-serif;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
    /* padding: 15px; */
    margin-bottom: 20px;
}
.wyac-car-info {
    display: flex;
    /* align-items: center; */
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
    flex-direction: column;
    /* width: 70%; */
    /* text-align: center; */
    padding: 15px;
}
.wyac-car-logo {
    width: 70px;
    height: 40px;
    margin-right: 15px;
    flex-shrink: 0;
}
.wyac-reg-box {
    height:50px;
    width:160px;
    background-color: #e4e8ea;
    border-radius: 5px;
    padding: 6px 12px;
    font-weight: 700;
    font-size: 18px;
    color: #222;
    display: flex;
    align-items: center;
}
.wyac-uk-flag {
    width: 25px;
    height: 100% !important;
    margin-right: 6px;
}
.wyac-car-description {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: #222;
    margin-top: 8px;
}
.wyac-valuation-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.wyac-valuation-amount {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}
.box-steps-text{
    padding: 5px;
    /* background: #e8e8e84a; */
    margin-right: 12px;
    border-radius: 18px;
}
.wyac-terms-box {
    background: #f7f7f7;
    border-radius: 6px;
    padding: 35px;
    font-size: 14px;
    color: #555;
}
.wyac-terms-box h4 {
    margin-top: 0;
    font-weight: 600;
    font-size: 16px;
}
.car-info-image{
    padding:0px 10px
}
.wyac-valuation-result-step{
    width:15%
}
.wyac-terms-box-details{
    background: #f7f7f7;
    border-radius: 6px;
    padding: 15px;
    font-size: 14px;
    color: #555;
    font-weight: bold;
}

.wyac-terms-box-details h4 {
    margin-top: 0;
    font-weight: 600;
    font-size: 16px;
}
.wyac-change-car-btn {
    background: #3a3a3a;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
}
.wyac-change-car-btn:hover {
    background: #000;
}
.mt-1{
    margin-top: 1rem;
}
.unique-car-card-container {
  width: 320px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-family: Arial, sans-serif;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #fff;
}

.unique-car-card-header {
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #eaeaea;
}

.unique-car-logo {
  max-width: 80px;
  height: auto;
}

.unique-car-card-body {
  padding: 20px;
  background-color: #f9f9f9;
}

.unique-car-plate-box {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

.unique-flag-icon {
  width: 24px;
  height: 45px !important;
  margin-right: 8px;
}
.wyac-manual-form{
    display: flex
;
    justify-content: space-between;
}
.wyac-custom-manual{
    width: 30%;
    margin-top: 15px;
}
.wyac-custom-manual .box-steps-text{
    padding: 10px;
}
.unique-plate-text {
  font-weight: bold;
  font-size: 18px;
  color: #000;
    padding: 6px 12px;

}

.unique-car-description {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.5;
}

.unique-change-car-btn {
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.unique-change-car-btn:hover {
  background-color: #555;
}
.manual-select-form {
  max-width: 85%;
  font-family: Arial, sans-serif;
  margin-bottom: 20px;
}

.manual-select-group {
  margin-bottom: 20px;
}


.manual-select-tooltip {
  background: #e9ecef;
  border-radius: 50%;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  margin-left: 6px;
  color: #555;
}

.manual-select-group select {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background: #f5f5f5;
  appearance: none;
}

.manual-select-radio-group {
  display: flex;
  gap: 10px;
}

.manual-select-radio-option {
  position: relative;
  display: inline-block;
}

.manual-select-radio-option input[type="radio"] {
  display: none;
}

.manual-select-radio-option span {
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid #666;
  border-radius: 4px;
  background-color: #f5f5f5;
  cursor: pointer;
  font-size: 16px;
}

.manual-select-radio-option input[type="radio"]:checked + span {
  background-color: #1e2f23;
  color: #fff;
  border-color: #1e2f23;
}

.manual-select-submit-btn {
  display: block;
  width: 100%;
  background-color: #00a83b;
  color: #fff;
  padding: 16px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.manual-select-submit-btn .manual-select-arrow {
  margin-left: 6px;
  font-size: 22px;
  vertical-align: middle;
}
.manual-select-group{
    display: flex;
    align-items: center;
}
.manual-select-group label{
    display: flex;
    align-items: center;
    margin-right:15px;
    width: 47%;
}

.manual-form-data{
    width:65%
}


.wyac-confirmation-page{
    display: flex
;
    /* align-items: center; */
    justify-content: space-between;
    width: 80%;
}

    .section-title {
      font-weight: bold;
      margin-top: 30px;
      margin-bottom: 15px;
    }

    .info-row {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
    }

    .info-row img {
      width: 24px;
      margin-right: 10px;
    }
    .post-244 .entry-title{
display: none;
    }
    .wyac-confirmation-page h1{
        font-size: 32px;
        color: #444;
        font-weight: bold;
    }
    .wyac-container{
        margin: 40px 0px;
    }

    [type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
        background: #CD191A !important;
    }
    [type=button], [type=submit], button{
        border:1px solid #CD191A !important;
    }


/* Hero Section */
.nj-cars-hero {
  position: relative;
  height: 100vh;
  /* overflow: hidden; */
}

.nj-cars-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.nj-cars-hero-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  flex-wrap: wrap;

  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}


.nj-cars-hero-content {
  max-width: 50%;
}

.nj-cars-hero-content h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 30px;
  color: white;
}

.nj-cars-hero-content h1 span {
  color: #e60012;
}

.nj-cars-form {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
}

.nj-cars-input {
  padding: 12px 16px !important;
  border-radius: 8px !important;
  border: none !important;
  font-size: 16px !important;
  width: 48% !important;
  max-width: 100% !important;
  color: #000 !important;
}

.nj-cars-btn {
    width: 100% !important;
  background: #e60012 !important;
  color: white !important;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
}

/* Car Image */
.nj-cars-car-img {
  max-width: 500px !important;
  width: 100%;
  height: auto;
  object-fit: contain;
  align-self: flex-end;
}

/* Responsive */
@media (max-width: 960px) {
  .nj-cars-hero-overlay {
    flex-direction: column;
    align-items: flex-start;
  }

  .nj-cars-hero-content {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .nj-cars-car-img {
    align-self: center;
  }


}

.nj-cars-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}


.vehicle-modal-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vehicle-modal-content {
    background: white;
    padding: 20px;
    max-width: 500px;
    width: 90%;
    border-radius: 8px;
    position: relative;
}

.vehicle-modal-close {
    position: absolute;
    top: 10px; right: 15px;
    cursor: pointer;
    font-size: 20px;
}
