/* .vvv{
    aspect-ratio: 388 / 332;
} */
.blh-img-cont {
  /* border: 1px solid red; */
  width: 100%;
  height: 33rem;
}
.blh-img-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.blh-text-cont {
  /* border: 1px solid red;    */
  background-color: var(--brand-color-200);
  height: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center;  */
  padding: 0rem 6rem;
  width: 100%;
}

.bl-more-btn {
  background-color: #f48c37;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
      /* background-color: #fff;
    color: #000;
    border: 1px solid #000 !important;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    text-decoration: none; */
}
.bl-filter-btn {
  width: auto;
  font-size: 16px;
  padding: 0.75rem 1.5rem;
  flex-shrink: 0;
  background-color: var(--brand-color);
  color: #fff;
  border-radius: 8px;
  outline: none;
  font-weight: bold;
}
@media (max-width: 992px) {
  .bl-p {
    padding: 0px 8px !important;
  }
  .bl-more-btn {
    font-size: 14px;
    padding: 0.55rem 1.5rem;
  }
  .bl-filter-btn{
    font-size: 14px;
    padding: 0.55rem 1.5rem;
  }
}
.bl-t {
  font-size: 1.25rem;
  background-color: #f48c37;
  color: #fff;
  padding: 0px 5px;
}
/* .animated-line2 {
  position: relative;
  display: inline-block;
}
.animated-line2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: black;
  transition: width 0.5s ease;
}

.animated-line2:hover::after {
  width: 100%;
} */
.slide-item{
  transition: .3s;
}
.slide-item:hover{
  transform: translateY(-5px);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1),
    0 1px 7px rgba(0, 0, 0, 0.1);
}

/*------------------------- order  card ------------------------- */

.order-card {
  background-color: #fff;
  /* border: 1px solid #e0e0e0; */
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  .d-icon {
    color: green;
  }
  .p-icon {
    color: #f48c37;
  }
}

.order-card .card-title {
  font-size: 18px;
  letter-spacing: 1.4px;
  line-height: 1;
}

.order-card .od-status {
  font-size: 12px;
  flex-shrink: 0;
}
.od-price {
  /* cursor: pointer; */
}

.order-card .price-location {
  font-size: 12px;
  color: #666;
}

.order-card .separator {
  border-top: 1px dashed #ccc;
  margin: 10px 0;
}

.order-card .items {
  font-size: 12px;
  line-height: 1;
}

.order-card .order-date {
  font-size: 12px;
  color: #999;
}

.order-card button {
  width: 50%;
}

.rr-order button:nth-child(1) {
  background-color: #f48c37; /* Blue background */
  color: #fff;
  padding: 4px 10px;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: 0.2s;
}

.rr-order button:nth-child(1):hover {
  background-color: transparent;
  color: #f48c37;
  border: 1px solid #f48c37;
}

/* Style the second button (RATE ORDER) */
.rr-order button:nth-child(2) {
  background-color: transparent;
  color: #f48c37;
  padding: 4px 10px;
  border-radius: 8px;
  border: 1px solid #f48c37;
  transition: 0.2s;
}

.rr-order button:nth-child(2):hover {
  background-color: #f48c37;
  color: #fff;
  border: 1px solid transparent;
}
/* .bl-lsec-title{
  font-size: 2rem;
} */

@media (max-width: 576px) {
  .blh-text-cont {
    padding: 0rem 3rem;
    height: 22rem;
  }
  .blh-img-cont {
    height: 25rem;
  }
}
