 .wtsapp-icon {
    width: 60px;
    height: 60px;
    border-radius: 70px;
    box-shadow: 0 0 10px rgb(63 81 181 / 93%);
    animation: ripple 1s linear infinite;
    /* background: #fff; */
    cursor: pointer;
    display: block;
}
    /* span.tollfree.text-center strong {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #fff;
    float: right;
}
.newyear_gif{
    height:30px;
        margin-bottom: 10px;
}
.RighttopcolH {
    float: right;
    position: absolute;
    top: 50%;
    transform: translateY(-52%);
    right: 0;
} */
.lefttopcolH1 {
    /* padding : 5px 0px;*/
    position: relative;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    text-align: center;
}
.centertopcolH {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 32%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
        width: 25%;
}
.flex1{
    display:flex;
    /*transform: translateY(-50%);*/
    /*display: flex;*/
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.scrolling-text {
  width: 100%;
  overflow: hidden;
  color: white;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 3px;
  padding: 8px 0;
  margin: 0 auto;
  position: relative;
}

.scrolling-text span {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 35s linear infinite;
  font-weight: 400;
  letter-spacing: 0.5px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 768px) {
  .scrolling-text {
    width: 60%;
    font-size: 10px;
  }
  .scrolling-text span {
    animation: scroll-left 25s linear infinite;
  }
}

/* Global Enquiry Popup Styles */
.enquiry-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.enquiry-popup {
  background-color: #ba0c15;
  border-radius: 8px;
  max-width: 900px;
  width: 90%;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.enquiry-popup-header {
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.enquiry-popup-header h3 {
  color: white;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  flex: 1;
}

.enquiry-close-btn {
  background: white;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ba0c15;
  font-weight: bold;
}

.enquiry-close-btn:hover {
  background: #f0f0f0;
}

.enquiry-popup-body {
  padding: 30px 25px;
}

.enquiry-categories {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.enquiry-category {
  background: white;
  border-radius: 8px;
  padding: 20px 15px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.enquiry-category:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.category-icon {
  margin-bottom: 15px;
}

.category-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.category-name {
  color: #ba0c15;
  font-weight: 600;
  font-size: 14px;
}

/* Enquire Now Button - Hidden */
.enquire-now-btn {
  display: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .enquiry-popup {
    width: 95%;
    margin: 10px;
  }

  .enquiry-popup-header h3 {
    font-size: 16px;
  }

  .enquiry-categories {
    flex-direction: column;
    gap: 10px;
  }

  .enquiry-category {
    padding: 15px;
    min-height: 80px;
  }

  .category-name {
    font-size: 13px;
  }

  .enquire-now-btn {
    top: 5px;
    right: 10px;
    padding: 8px 15px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .enquiry-popup-header {
    padding: 15px 20px;
  }

  .enquiry-popup-body {
    padding: 20px;
  }

  .enquiry-popup-header h3 {
    font-size: 14px;
  }
}

/* New Bottom Right Enquire Button */
.bottom-enquire-btn {
  position: fixed;
  bottom: 0px;
  right: 20px;
  background: #ba0c15;
  color: white;
  border: none;
  padding: 15px 25px;
  border-radius: 0px;
  font-weight: 600;
  cursor: pointer;
  z-index: 9998;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(186, 12, 21, 0.4);
  min-width: 140px;
  text-align: center;
}

.bottom-enquire-btn:hover {
  background: #950a12;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(186, 12, 21, 0.6);
}

/* New Bottom Slide Popup */
.bottom-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.bottom-popup-overlay.show {
  display: block;
  opacity: 1;
}

.bottom-popup-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background: #ba0c15;
  border-radius: 0px;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  overflow: hidden;
  box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.3);
}

.bottom-popup-overlay.show .bottom-popup-container {
  transform: translateY(0);
}

.bottom-popup-header {
  background: #ba0c15;
  color: white;
 padding: 20px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
}

.bottom-popup-header h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  flex: 1;
  text-transform: none !important;
}

.bottom-popup-close {
  background: white;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 0%;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ba0c15;
  font-weight: bold;
  transition: background 0.3s ease;
}

.bottom-popup-close:hover {
  background: #f0f0f0;
}

/* Truck Series Popup Styles */
.truck-series-content {
  padding: 20px 0;
}
.series-label {
  color: white;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.series-dropdown-container {
  position: relative;
}
.series-dropdown {
  width: 100%;
  padding: 15px 20px;
  background: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
}
.series-dropdown:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.popup-navigation {
  position: absolute;
  bottom: 25px;
  left: 25px;
}
.back-btn {
  background: none;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.back-btn:hover {
  text-decoration: underline;
}

/* Form Popup Container Override - Keep red background */
#enquiryFormPopup .bottom-popup-container,
#usedTruckFormPopup .bottom-popup-container,
#genuinePartsFormPopup .bottom-popup-container,
#truckonnectFormPopup .bottom-popup-container {
  background: #ba0c15;
  border-radius: 0px;
}

/* Enquiry Form Popup Styles */
.enquiry-form-content {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  padding: 30px 40px;
  background: white;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-subheader {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.form-subheader h4 {
  margin: 0;
  color: white;
  font-size: 24px;
  font-weight: 600;
      text-transform: none;
}
.enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

#enquiry-form-city-div {
  width: 100%;
}
.form-field label {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.required {
  color: #d93025;
}
.form-field input,
.form-field select,
.form-field textarea {
  padding: 12px 15px;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  background: white;
  color: #333;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
  width:100%;
}
.form-select:disabled {
  background-color: #f5f5f5;
  color: #666;
}
.form-disclaimer {
  margin: 10px 0;
}
.form-disclaimer p {
  color: #000;
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
}
.form-terms {
  padding-top: 5px;
}
.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  line-height: 1.4;
}
.checkbox-label input[type="checkbox"] {
  width: auto;
  margin: 0;
}
.checkbox-label a {
  color: #ba0c15;
  text-decoration: underline;
}

.submit-btn {
  background: #8b0000;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
 
  margin-top: 10px;
}
.truckonnect-submit-btn {
    background: #8b0000;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
}

.submit-btn:hover {
  background: #660000;
}

/* Success Message Styles */
.form-success-message {
  text-align: center;
  padding: 20px;
  margin: 20px 0;
  background: #d4edda !important;
  border: 1px solid #c3e6cb;
  border-radius: 8px;
  color: #155724 !important;
  z-index: 10000 !important;
  position: relative !important;
}

.success-icon {
  font-size: 24px;
  color: #28a745;
  margin-bottom: 10px;
  font-weight: bold;
}

.form-success-message h4 {
  margin: 10px 0 5px 0;
  color: #155724 !important;
  font-size: 18px;
  font-weight: bold;
}

.form-success-message p {
  margin: 0;
  color: #155724 !important;
  font-size: 14px;
}

/* Button Loader Styles */
.btn-loader {
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Button states */
.submit-btn .btn-text,
.simple-truck-submit-btn .btn-text,
.simple-bus-submit-btn .btn-text,
.truckonnect-submit-btn .btn-text {
  transition: opacity 0.3s ease;
}

.submit-btn.loading .btn-text,
.simple-truck-submit-btn.loading .btn-text,
.simple-bus-submit-btn.loading .btn-text,
.truckonnect-submit-btn.loading .btn-text {
  opacity: 0;
}

.submit-btn.loading .btn-loader,
.simple-truck-submit-btn.loading .btn-loader,
.simple-bus-submit-btn.loading .btn-loader,
.truckonnect-submit-btn.loading .btn-loader {
  display: flex !important;
}

/* Ensure only one loader is visible at a time */
.btn-loader {
  display: none;
}

/* Mobile responsive for form */
@media (max-width: 768px) {
  .form-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .form-subheader h4 {
    font-size: 16px;
  }
  .enquiry-form-content {
    padding: 15px 0;
  }
}

.bottom-popup-body {
  padding: 0px 25px;
  height: calc(100% - 80px);
  overflow-y: auto;
}

/* Form popup body with centered white container */
#enquiryFormPopup .bottom-popup-body,
#usedTruckFormPopup .bottom-popup-body,
#genuinePartsFormPopup .bottom-popup-body,
#truckonnectFormPopup .bottom-popup-body {
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bottom-popup-categories {
 /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  justify-content: center;*/
      align-items: start;
    display: grid
;
    grid-template-columns: repeat(3, 400px);
    gap: 20px;
    padding: 40px;
    justify-content: center;
}

.bottom-popup-category {
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bottom-popup-category:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(186, 12, 21, 0.15);
  border-color: #ba0c15;
}

.bottom-category-icon {
  margin-bottom: 15px;
}

.bottom-category-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.bottom-category-name {
  color: #000;
  font-weight: 600;
  font-size: 19px;
  margin: 0;
}

/* Mobile Responsive for Bottom Popup */
@media (max-width: 768px) {
  .bottom-enquire-btn {
    bottom: 15px;
    right: 15px;
    padding: 12px 20px;
    font-size: 14px;
    min-width: 120px;
  }

  .bottom-popup-categories {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .bottom-popup-category {
    padding: 20px 15px;
    min-height: 100px;
  }

  .bottom-popup-header h3 {
    font-size: 16px;
  }

  .bottom-popup-body {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .bottom-enquire-btn {
    bottom: 10px;
    right: 10px;
    padding: 10px 18px;
    font-size: 13px;
    min-width: 110px;
  }

  .bottom-popup-header {
    padding: 15px 20px;
  }

  .bottom-popup-header h3 {
    font-size: 14px;
  }

  .bottom-popup-body {
    padding: 15px;
  }
}

/* Truckonnect Form Specific Styles - Matching Genuine Parts Form Design */
.truckonnect-form-content {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  padding: 30px 40px;
  background: white;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.truckonnect-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.truckonnect-form-row-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.truckonnect-form-row-1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.truckonnect-form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.truckonnect-form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.truckonnect-form-field label {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.truckonnect-form-field .required {
  color: #d93025;
}

.truckonnect-form-field input,
.truckonnect-form-select {
  padding: 12px 15px;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  background: white;
  color: #333;
}

.truckonnect-form-field input::placeholder {
  color: #999;
  font-size: 14px;
}

.truckonnect-form-field input:focus,
.truckonnect-form-select:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.truckonnect-form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
  cursor: pointer;
      width: 100%;
}

.truckonnect-form-select option {
  background: white;
  color: #333;
  padding: 10px;
}

.truckonnect-consent-section {
  margin-top: 10px;
  margin-bottom: 10px;
}

.truckonnect-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
}

.truckonnect-checkbox-wrapper input[type="checkbox"] {
  width: auto;
  margin: 0;
  accent-color: #ba0c15;
  cursor: pointer;
}

.truckonnect-checkbox-label {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  flex: 1;
}

.truckonnect-checkbox-label a {
  color: #ba0c15;
  text-decoration: underline;
}

.truckonnect-submit-container {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}

.truckonnect-submit-btn {
  background: #8b0000;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 0px;
}

.truckonnect-submit-btn:hover {
  background: #660000;
}

/* Mobile Responsive for Truckonnect Form */
@media (max-width: 768px) {
  .truckonnect-form-row-3 {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .truckonnect-form-row-2 {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .truckonnect-form-row-1 {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .truckonnect-form-content {
    padding: 15px 0;
  }

  .truckonnect-form-field label {
    font-size: 14px;
  }

  .truckonnect-form-field input,
  .truckonnect-form-select {
    padding: 12px 15px;
    font-size: 14px;
  }

  .truckonnect-submit-btn {
    padding: 15px 30px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .truckonnect-form-content {
    padding: 15px 0;
  }

  .truckonnect-checkbox-label {
    font-size: 12px;
  }
}

/* Used Vehicle Form Styles */
.used-vehicle-form {
  max-width: 600px;
  margin: 0 auto;
  /* padding: 20px; */
  background: white;
  border-radius: 8px;
}

.used-vehicle-form-content {
  background: white;
  padding: 20px;
  max-width: 800px;
  width: 90%;
}

.used-vehicle-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 10px;
}

.used-vehicle-form-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Add margin-bottom to form fields that are direct children of the form (not in rows) */
.used-vehicle-form > .used-vehicle-form-field {
  margin-bottom: 10px;
}

.used-vehicle-form-field label {
  font-weight: 600;
  color: #333;
  font-size: 14px;
}

.used-vehicle-form-field input,
.used-vehicle-form-select {

  border:none;
  border-bottom: 1px solid #ddd;

  font-size: 14px;
  background: white;
  transition: border-color 0.3s ease;
  min-height: 24px;
  width: 100%;
}

.used-vehicle-form-field input:focus,
.used-vehicle-form-select:focus {
  outline: none;
  border-color: transparent;
  box-shadow: 0 0 0 2px rgba(229, 62, 62, 0.2);
}

.used-vehicle-form-field input::placeholder {
  color: #999;
}

.used-vehicle-option-buttons {
  display: flex;
  gap: 0;
  margin-bottom: 30px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.used-vehicle-option-btn {
  flex: 1;
  padding: 12px 20px;
  background: white;
  border: none;
  color: #666;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border-right: 1px solid #ddd;
}

.used-vehicle-option-btn:last-child {
  border-right: none;
}

.used-vehicle-option-btn.active,
.used-vehicle-option-btn:hover {
  background: #333;
  color: white;
}

.used-vehicle-select-field {
  margin-bottom: 30px;
}

.used-vehicle-select-field label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  font-size: 14px;
}

.used-vehicle-select {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  background: white;
  color: #666;
  cursor: pointer;
  transition: border-color 0.3s ease;
  min-height: 56px;
}

.used-vehicle-select:focus {
  outline: none;
  border-color: #e53e3e;
  box-shadow: 0 0 0 2px rgba(229, 62, 62, 0.2);
}

.used-vehicle-submit-btn {
  width: 100%;
  padding: 18px 24px;
  background: #c41e3a;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  min-height: 56px;
}

.used-vehicle-submit-btn:hover {
  background: #a01729;
  transform: translateY(-1px);
}

.used-vehicle-submit-btn.loading .btn-text {
  display: none !important;
}

.used-vehicle-submit-btn.loading .btn-loader {
  display: flex !important;
}

/* Tab form visibility */
.used-vehicle-tab-form {
  display: none;
}

.used-vehicle-tab-form.active {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.used-vehicle-alternative {
  text-align: center;
  padding-top: 10px;
}

.used-vehicle-alternative p {
  color: #666;
  font-size: 14px;
  margin: 0;
}

.used-vehicle-alternative a {
  color: #c41e3a;
  text-decoration: underline;
  font-weight: 500;
}

.used-vehicle-alternative a:hover {
  color: #a01729;
}

/* Mobile Responsive for Used Vehicle Form */
@media (max-width: 768px) {
  .used-vehicle-form-row {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 15px;
  }

  .used-vehicle-form-content {
    padding: 20px;
  }

  .used-vehicle-option-btn {
    padding: 12px 15px;
    font-size: 14px;
  }

  .used-vehicle-form-field input,
  .used-vehicle-select {
    padding: 14px 16px;
    font-size: 14px;
    min-height: 20px;
  }

  .used-vehicle-submit-btn {
    padding: 16px 20px;
    font-size: 15px;
    min-height: 52px;
  }

  .used-vehicle-select-field {
    margin-bottom: 25px;
  }

  .used-vehicle-option-buttons {
    margin-bottom: 25px;
  }

  /* Maintain proper spacing for individual form fields on mobile */
  .used-vehicle-form > .used-vehicle-form-field {
    margin-bottom: 25px;
  }
}

/* Simple Truck Form Styles */
.simple-truck-form-content {
  padding: 0;
  background: transparent;
  border-radius: 0px;
  width: 100%;
  max-width: none;
  margin: 0;
}

.simple-truck-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.simple-truck-form-row-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.simple-truck-form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.simple-truck-form-field label {
  color: white;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.simple-truck-form-field .required {
  color: white;
  font-weight: normal;
}

.simple-truck-form-field input,
.simple-truck-form-select {
  padding: 15px;
  border: none;
  border-bottom: 2px solid white;
  background: transparent;
  color: white;
  font-size: 16px;
  border-radius: 0;
  outline: none;
      width: 100%;
}

.simple-truck-form-field input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.simple-truck-form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
  padding-right: 45px;
  cursor: pointer;
}

.simple-truck-form-select option {
  background: #ba0c15;
  color: white;
  padding: 10px;
}

.simple-truck-form-field input:focus,
.simple-truck-form-select:focus {
  border-bottom-color: white;
  outline: none;
}

.simple-truck-consent-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.simple-truck-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
}

.simple-truck-checkbox-wrapper input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  margin-top: 2px;
  accent-color: white;
  cursor: pointer;
}

.simple-truck-checkbox-label {
  color: white;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  flex: 1;
}

.simple-truck-submit-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.simple-truck-submit-btn {
  background: white;
  color: #ba0c15;
  border: none;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0px;
  min-width: 150px;
  transition: all 0.3s ease;
}

.simple-truck-submit-btn:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
}

/* Simple Bus Form Styles */
.simple-bus-form-content {
  padding: 0;
  background: transparent;
  border-radius: 0px;
  width: 100%;
  max-width: none;
  margin: 0;
}

.simple-bus-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.simple-bus-form-row-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.simple-bus-form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.simple-bus-form-field label {
  color: white;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.simple-bus-form-field .required {
  color: white;
  font-weight: normal;
}

.simple-bus-form-field input,
.simple-bus-form-select {
  padding: 15px;
  border: none;
  border-bottom: 2px solid white;
  background: transparent;
  color: white;
  font-size: 16px;
  border-radius: 0;
  outline: none;
}

.simple-bus-form-field input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.simple-bus-form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
  padding-right: 45px;
  cursor: pointer;
}

.simple-bus-form-select option {
  background: #ba0c15;
  color: white;
  padding: 10px;
}

.simple-bus-form-field input:focus,
.simple-bus-form-select:focus {
  border-bottom-color: white;
  outline: none;
}

.simple-bus-consent-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.simple-bus-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
}

.simple-bus-checkbox-wrapper input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  margin-top: 2px;
  accent-color: white;
  cursor: pointer;
}

.simple-bus-checkbox-label {
  color: white;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  flex: 1;
}

.simple-bus-submit-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.simple-bus-submit-btn {
  background: white;
  color: #ba0c15;
  border: none;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0px;
  min-width: 150px;
  transition: all 0.3s ease;
}

.simple-bus-submit-btn:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
}

/* Mobile Responsive for Simple Forms */
@media (max-width: 768px) {
  .simple-truck-form-row-3,
  .simple-bus-form-row-3 {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .simple-truck-form-field label,
  .simple-bus-form-field label {
    font-size: 14px;
  }

  .simple-truck-form-field input,
  .simple-truck-form-select,
  .simple-bus-form-field input,
  .simple-bus-form-select {
    padding: 12px;
    font-size: 14px;
  }

  .simple-truck-submit-btn,
  .simple-bus-submit-btn {
    padding: 12px 30px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .simple-truck-checkbox-label,
  .simple-bus-checkbox-label {
    font-size: 12px;
  }
}

#district{
  color:#000;
}
/* Contact Us Button */
.contact-us-btn {
  background: white;
  color: #333;
  padding: 15px 25px;
  border: none;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.contact-btn{
  color: #000000ff ;
}
.contact-us-btn:hover {
  background: #f5f5f5;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.contact-us-btn:active {
  transform: translateY(0);
}
/* Socials Section */
.socials-section {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.socials-text {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-right: 10px;
}

.social-icon {
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icon:hover {
  transform: scale(1.2);
  opacity: 0.8;
}

.social-icon svg {
  width: 24px;
  height: 24px;
}
.bottom-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px;
}
/* Responsive Design */
@media (max-width: 768px) {
  .bottom-section {
    flex-direction: column;
    gap: 30px;
    padding: 30px 20px;
  }
  
  .socials-section {
    gap: 20px;
  }
}