.vehicle-accordion {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.accordion-item {
    margin-bottom: 20px;
    border: none;
    background: transparent;
}

.accordion-header {
    width: 100%;
    padding: 15px 40px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 2;
}

.accordion-header h3 {
    font-size: 1.6rem;
    font-weight: 800;
    margin: 0;
    color: #333;
    transition: color 0.4s ease;
}

.accordion-icon {
    position: absolute;
    right: 40px;
    transition: transform 0.4s ease;
}

.accordion-item.is-active .accordion-header {
    background: var(--green-text, #00af32);
    border-color: var(--green-text, #00af32);
    color: #fff;
}

.accordion-item.is-active .accordion-header h3 {
    color: #fff;
}

.accordion-item.is-active .accordion-icon {
    transform: rotate(180deg);
    filter: brightness(0) invert(1);
}

/* Content Area - Seamless */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-item.is-active .accordion-content {
    max-height: 10000px;
}

.accordion-inner {
    padding: 30px 10px;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.accordion-item.is-active .accordion-inner {
    opacity: 1;
    transform: translateY(0);
}

/* Vehicle List inside accordion */
.vehicle-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.vehicle-model-card-premium {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.vehicle-model-card-premium:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.un_type_class_item_carsUpper {
    background: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.un_type_class_item_carsUpper img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.un_type_class_item_carsLower {
    padding: 20px;
    text-align: center;
    background: #fff;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.un_type_class_item_carsLower h4 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #333;
    margin-bottom: 15px;
}

.un_type_class_item_carsIcon {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.icon-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.icon-group span {
    font-size: 0.9rem;
    font-weight: bold;
    color: #666;
}

.un_type_class_item_carsLower .price {
    font-size: 1.8rem;
    font-weight: 900;
    color: #000;
    margin-bottom: 20px;
}

.el_btn_type01 {
    display: block;
    width: 100%;
    max-width: 200px;
    background: #00af32;
    color: #fff;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.1rem;
    transition: background 0.3s ease;
}

.el_btn_type01:hover {
    background: #008f29;
}

/* —— Pricing Dropdown Tables in Accordion —— */
.vehicle-accordion-pricing-wrap {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid #e5e5e5;
}

.vehicle-accordion-dropdown-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    width: 100%;
}

.vehicle-accordion-dropdown-wrapper {
    flex: 1 1 340px;
    max-width: 520px;
    width: 100%;
}

@media (max-width: 768px) {
    .vehicle-accordion-dropdown-group {
        flex-direction: column;
        align-items: stretch;
    }

    .vehicle-accordion-dropdown-wrapper {
        flex: none;
        max-width: 100%;
    }
}

/* —— Class-level booking bar —— */
.vehicle-class-cta {
  display: flex;
  width: 100%;
  max-width: 580px;
  margin: 10px auto 20px auto;
  align-items: center;
  border-radius: 999px;
  overflow: visible;
  border: 1px solid #00af32;
  box-shadow: 0 4px 12px rgba(0, 175, 50, 0.1);
  position: relative;
  background: #fff;
}

.vehicle-class-cta-select-wrap {
  flex: 1;
  border-radius: 999px;
  min-width: 0;
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-align: center;
}

.vehicle-class-cta-select-wrap .custom-select-container {
  border-radius: 999px 0 0 999px;
  overflow: hidden;
  height: 60px;
}

.vehicle-class-cta-select-wrap .custom-select-trigger {
  gap: 2rem;
  outline: none;
  border: none;
  min-width: 180px;
  text-align: center;
  padding: 0 20px;
  font-size: 1.1rem;
}

.vehicle-class-cta-select-wrap .custom-select-trigger span {
  width: 100%;
}

.vehicle-class-cta-btn {
  flex: 1;
  min-width: 220px;
  height: 60px;
  background: #00af32;
  color: #fff;
  border: none;
  font-weight: 800;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition:
    background 0.2s,
    transform 0.2s;
  border-radius: 0 999px 999px 0;
  white-space: nowrap;
}

.vehicle-class-cta-btn:hover {
  background: #008f29;
}

.vehicle-class-cta-warning {
  text-align: center;
  font-size: 1.2rem;
  color: #777;
  margin: -10px auto 20px auto;
  max-width: 600px;
  line-height: 1.5;
}

.vehicle-class-cta-specs-glance {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 25px;
  font-size: 0.95rem;
  color: #555;
  font-weight: 700;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.vehicle-class-cta-specs-glance span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.vehicle-class-cta-specs-glance svg {
  color: #888;
}

@media (max-width: 640px) {
  .vehicle-class-cta {
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    max-width: 100%;
  }

  .vehicle-class-cta-select-wrap {
    width: 100%;
  }

  .vehicle-class-cta-select-wrap .custom-select-container {
    border-radius: 16px 16px 0 0;
  }

  .vehicle-class-cta-select-wrap .custom-select-trigger {
    min-width: 280px;
  }

  .vehicle-class-cta-btn {
    min-height: 48px;
    border-radius: 0 0 16px 16px;
    min-width: 100%;
    width: 100%;
  }

  .vehicle-class-cta-specs-glance {
    gap: 15px;
    font-size: 0.85rem;
  }
}