.text-wrap-break {
  word-wrap: break-word;
  white-space: normal;
}

.city-list {
  max-height: 200px;
  overflow-y: auto;
}

.state-card .btn-toggle {
  border: none;
  background: none;
  padding: 0;
  color: black;
  font-size: 11px;
}

.state-card .btn-toggle i.rotate {
  transform: rotate(180deg);
}

.city-box .city-link {
  border: 1px solid #dee2e6;
  padding: 8px 12px;
  border-radius: 6px;
 
  display: block;
  color: #000;
}

.city-box .city-link:hover {
  background-color: #e9ecef;
  text-decoration: none;
}

.card-header a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

/*  */

.collapsible-wrapper {
  margin: 20px 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.collapsible-btn {
  width: 100%;
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  border: none;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
}

.collapsible-btn:hover {
  background-color: #e0e0e0;
}

.collapsible-content {
  display: none;
  padding: 20px;
  background-color: #fff;
  animation: fadeIn 0.3s ease-in-out;
}

.collapsible-icon {
  font-size: 18px;
  transition: transform 0.3s;
}

.collapsible-btn.active .collapsible-icon {
  transform: rotate(180deg);
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}


.card {
  /* border: 1px solid #ddd; */
  border-radius: 8px;
  margin: 5px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.height-none{
height: 0px !important;
}

.card-header {
  background-color: #f8f9fa;
  padding: 10px 20px;
  /* border: 1px solid #ddd; */
  width: 100%;
}

.btn-link {
  font-size: 18px;
  font-weight: 600;
  color: #fdfdfd !important;
  text-decoration: none !important;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  background-color:#fdfdfd;
}

.btn-link:hover {
    color: #fdfdfd !important;
}


.collapsible-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.btn[aria-expanded="true"] .collapsible-icon {
  transform: rotate(0deg); /* changes ➕ to ✖️ like effect */
}

.card-body {
  padding: 20px;
  background-color: #fff;
}

/*  */

.card-body ul li i{
font-size: 13px;
}
.card-body ul li {
  font-size: 14px;
  }

  .rental_state {
    margin-bottom: 20px;
    margin-top: 20px;
    background-color:#fdfdfd;
  }

  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255) !important;
}

.card-body p{
  margin-bottom: 10px !important;
}

.card-body .text-center {
margin-bottom: 0px;
}
.collapsible-icon i{
    float:left;
}
  /*  */


.card-headersts {
    background-color: #f8f9fa;
    padding: 0.75rem 1rem;
    font-weight: 500;
    font-size: 1rem;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-transform: capitalize;
}

.cardsts {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    transition: box-shadow 0.3s ease-in-out;
}
  .card-bodysts {
    padding: 0.75rem 1rem;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-transform: capitalize;
}

.card-headersts a{
  color: #000;
  font-weight:400;
  font-size:15px;
}

