/* General Styles */


.main-container {
  padding: 2rem 1rem;
}

@media (min-width: 768px) {
  .main-container {
    padding: 3rem 2rem;
  }
}

/* Category Tabs */
.category-tabs {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.category-btn {
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  border: none;
  background-color: #ffffff;
  color: #616161;
  font-weight: 500;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.category-btn:hover {
  background-color: #eeeeee;
}

.category-btn.active {
  background-color: #D4AF37;
  color: #ffffff;
}

/* Car Cards */
.car-card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.car-card1{
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  border: 1px solid #EEEEEE;
}

.car-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.5rem;
}

/* Car Image & Logo */
.car-image-container {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  /* padding: 1rem; */
  display: flex;
  align-items:flex-end;
  justify-content: center;
  min-height: 218px;
}

.car-logo-container {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}

/* Car Specs */
.car-specs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 0;
}

.spec-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #616161;
  font-size: 0.9rem;
}

.spec-item i {
  font-size: 1.2rem;
}

/* Pricing Section */
.pricing-section {
  margin-top: 1rem;
}

.pricing-category {
  border-top: 1px solid #eeeeee;
  padding-top: 1rem;
  margin-bottom: 1rem;
}

.pricing-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #616161;
  margin-bottom: 1rem;
}

.price-item {
  margin-bottom: 0.5rem;
}

.price-label {
  font-size: 0.7rem;
  color: #a1a1a1;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  line-height: 1.2;
}

.price-value {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  margin: 0;
}

/* Contact Sidebar */
.contact-sidebar {
  position: sticky;
  top: 2rem;
}

.contact-form-container {
  background-color: #F8F8F8;
  border: 1px solid #DCDCDC;
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.form-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.5rem;
}

/* Custom Form Inputs */
.custom-input {
  background-color: #ffffff;
  /* border: none; */
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.9rem;
  border: 1px solid #DCDCDC;
}

.custom-input:focus {
  background-color: #f8f8f8;
  border: none;
  box-shadow: 0 0 0 0.2rem rgba(255, 145, 0, 0.25);
}

.custom-input::placeholder {
  color: #a1a1a1;
}

/* Input with Icon */
.input-with-icon {
  position: relative;
}

.input-with-icon i {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #a1a1a1;
  font-size: 1rem;
  z-index: 10;
}

.input-with-icon .custom-input {
  padding-left: 2.5rem;
}

/* Submit Button */
.btn-submit {
  background-color: #D4AF37;
  color: #ffffff;
  border: none;
  padding: 1rem;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.btn-submit:hover {
  background-color: #d0a312;
  color: #ffffff;
}

/* Contact Info */
.contact-info {
  padding-top: 1.5rem;
}

.contact-item {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.contact-icon {
  background-color: #fff3e6;
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.contact-icon i {
  font-size: 1.25rem;
  color: #D4AF37;
}

.contact-details {
  flex: 1;
}

.contact-label {
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}

.contact-value {
  color: #616161;
  margin-bottom: 0.25rem;
  font-size: 0.85rem;
}
.nav-link-new1{
  padding: 0.4rem 3rem !important;
    border-radius: 0px;
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 500;
}
.nav-pills-new1 .nav-link-new1{
  padding: .3rem 2.5rem !important;
  border-radius: 0px;
  color: #A1A1A1;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #DCDCDC;
  /* padding: 10px; */
  margin: 0px 10px;
  border-radius: 8px;
}
.nav-pills-new1 .nav-link-new1.active{
  background-color: #D4AF37;
  font-size: 18px;
  font-weight: 600;
  border: none;
}


/* Responsive Adjustments */
@media (max-width: 991px) {
  .contact-sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .car-title {
    font-size: 1.25rem;
  }

  .pricing-title {
    font-size: 1rem;
  }

  .category-btn {
    padding: 0.625rem 1.5rem;
    font-size: 0.875rem;
  }
}
.bg-greyy{
  background-color: #f2f2f2;
}