/* Sell Your Vehicle Section Styles */
.sell-your-vehicle-section {
    padding: 80px 0;
    background: #f5f5f5;
    color: #333;
}

.sell-your-vehicle-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sell-your-vehicle-section .section-title {
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #005480;
    line-height: 1.2;
    text-align: center;
}

.sell-your-vehicle-section .section-subtitle {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 40px 0;
    color: #666;
    line-height: 1.4;
    text-align: center;
}

/* Registration Lookup Form */
.registration-lookup-container {
    max-width: 600px;
    margin: 0 auto 40px;
}

.registration-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reg-input-wrap {
    display: flex;
    width: 100%;
    max-width: 450px;
    position: relative;
}

.registration-form input[type="text"] {
    flex: 1;
    padding: 15px 20px;
    font-size: 18px;
    border: 2px solid #005480;
    border-radius: 50px 0 0 50px;
    background-color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 60px;
}

.registration-form button {
    padding: 15px 30px;
    background-color: #005480;
    color: white;
    border: 2px solid #005480;
    border-radius: 0 50px 50px 0;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 60px;
    white-space: nowrap;
}

.registration-form button:hover {
    background-color: #003c5e;
}

.registration-form button:disabled {
    background-color: #cccccc;
    border-color: #cccccc;
    cursor: not-allowed;
}

.error-message {
    color: #d32f2f;
    margin-top: 10px;
    text-align: center;
    font-weight: 500;
}

/* Vehicle Details Container */
.vehicle-details-container {
    max-width: 800px;
    margin: 40px auto;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.vehicle-details-header {
    padding: 20px;
    background-color: #005480;
    color: white;
}

.vehicle-details-header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.vehicle-data {
    padding: 30px;
    border-bottom: 1px solid #eee;
}

.vehicle-info-row {
    display: flex;
    margin-bottom: 20px;
}

.vehicle-info-row:last-child {
    margin-bottom: 0;
}

.vehicle-info-item {
    flex: 1;
    padding-right: 15px;
}

.vehicle-info-item label {
    display: block;
    font-weight: 600;
    color: #666;
    margin-bottom: 5px;
}

.vehicle-info-item span {
    font-size: 18px;
    color: #333;
}

/* Contact Form */
.contact-form-container {
    padding: 30px;
}

.contact-form-container h4 {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 600;
    color: #005480;
}

/* Gravity Form Wrapper Styles */
.gravity-form-wrapper {
    margin-top: 10px;
}

.gravity-form-wrapper .gform_wrapper {
    max-width: none;
}

.gravity-form-wrapper .gform_wrapper .gform_body {
    padding: 0;
}

.gravity-form-wrapper .gform_wrapper .gfield {
    margin-bottom: 20px;
}

.gravity-form-wrapper .gform_wrapper .gfield_label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.gravity-form-wrapper .gform_wrapper input[type="text"],
.gravity-form-wrapper .gform_wrapper input[type="email"],
.gravity-form-wrapper .gform_wrapper input[type="tel"],
.gravity-form-wrapper .gform_wrapper select,
.gravity-form-wrapper .gform_wrapper textarea {
    width: 100% !important;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
    background-color: white;
}

.gravity-form-wrapper .gform_wrapper select {
    height: 46px;
}

.gravity-form-wrapper .gform_wrapper textarea {
    min-height: 120px;
    resize: vertical;
}

.gravity-form-wrapper .gform_wrapper .gform_footer {
    padding: 20px 0 0 0;
    margin: 0;
}

.gravity-form-wrapper .gform_wrapper .gform_footer input[type="submit"] {
    background-color: #005480 !important;
    color: white !important;
    padding: 18px 40px !important;
    border: none !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.gravity-form-wrapper .gform_wrapper .gform_footer input[type="submit"]:hover {
    background-color: #003c5e !important;
}

/* File Upload Styling */
.gravity-form-wrapper .gform_wrapper .gfield_fileupload_multifile .gform_fileupload_rules,
.gravity-form-wrapper .gform_wrapper .ginput_container_fileupload .gform_drop_area {
    border: 2px dashed #005480 !important;
    border-radius: 10px !important;
    background-color: #f8f9fa !important;
}

.gravity-form-wrapper .gform_wrapper .gform_drop_area .gform_drop_instructions {
    color: #005480 !important;
}

.gravity-form-wrapper .gform_wrapper .gform_button--white,
.gravity-form-wrapper .gform_wrapper .button,
.gravity-form-wrapper .gform_wrapper input[type="button"] {
    background-color: #005480 !important;
    color: white !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 15px 30px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.gravity-form-wrapper .gform_wrapper .gform_button--white:hover,
.gravity-form-wrapper .gform_wrapper .button:hover,
.gravity-form-wrapper .gform_wrapper input[type="button"]:hover {
    background-color: #003c5e !important;
}

/* Upload button specific styling */
.gravity-form-wrapper .gform_wrapper .gform_drop_area .button {
    background-color: #005480 !important;
    color: white !important;
    border-radius: 50px !important;
    padding: 15px 30px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* Upload icon styling */
.gravity-form-wrapper .gform_wrapper .gform_drop_area .gform_drop_icon {
    color: #005480 !important;
}

.gravity-form-wrapper .gform_wrapper .gform_drop_area .gform_drop_icon svg {
    fill: #005480 !important;
}

.gravity-form-wrapper .gform_wrapper .validation_error {
    color: #d32f2f;
    background-color: #ffebee;
    border: 1px solid #ffcdd2;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.gravity-form-wrapper .gform_wrapper .gfield_error {
    background-color: transparent;
}

.gravity-form-wrapper .gform_wrapper .gfield_error .gfield_label {
    color: #d32f2f;
}

.gravity-form-wrapper .gform_wrapper .gfield_error input,
.gravity-form-wrapper .gform_wrapper .gfield_error textarea,
.gravity-form-wrapper .gform_wrapper .gfield_error select {
    border-color: #d32f2f;
}

.sell-vehicle-form .form-row {
    display: flex;
    margin-bottom: 20px;
    gap: 20px;
}

.sell-vehicle-form .form-group {
    flex: 1;
}

.sell-vehicle-form .form-group.full-width {
    width: 100%;
}

.sell-vehicle-form input[type="text"],
.sell-vehicle-form input[type="email"],
.sell-vehicle-form input[type="tel"],
.sell-vehicle-form select,
.sell-vehicle-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
}

.sell-vehicle-form select {
    height: 46px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    padding-right: 35px;
}

.sell-vehicle-form textarea {
    min-height: 120px;
    resize: vertical;
}

.sell-vehicle-form .submit-form-btn {
    background-color: #005480;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.sell-vehicle-form .submit-form-btn:hover {
    background-color: #003c5e;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .sell-your-vehicle-section {
        padding: 60px 0;
    }
    
    .sell-your-vehicle-section .section-title {
        font-size: 32px;
    }
    
    .sell-your-vehicle-section .section-subtitle {
        font-size: 20px;
        margin-bottom: 30px;
    }
    
    .vehicle-info-row {
        flex-direction: column;
    }
    
    .vehicle-info-item {
        margin-bottom: 15px;
    }
    
    .sell-vehicle-form .form-row {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .sell-your-vehicle-section {
        padding: 40px 0;
    }
    
    .sell-your-vehicle-section .section-title {
        font-size: 28px;
    }
    
    .sell-your-vehicle-section .section-subtitle {
        font-size: 18px;
        margin-bottom: 25px;
    }
    
    .reg-input-wrap {
        flex-direction: column;
        align-items: center;
    }
    
    .registration-form input[type="text"] {
        border-radius: 50px;
        margin-bottom: 10px;
        width: 100%;
    }
    
    .registration-form button {
        border-radius: 50px;
        width: 100%;
    }
    
    .vehicle-data,
    .contact-form-container {
        padding: 20px;
    }
} 