.flent-logo {
    /* font-family: 'Segoe UI', sans-serif ; */
  }
  .mt-4{
    margin-top: 10px !important;
  }
  .mb-4{
    margin-bottom: 10px !important;
  }
  .mb-20{
    /* margin-bottom: 10px !important; */
    /* margin-top: 10px; */
  }
  .rouded-4{
    border-radius: 10px !important;
  }
  .flent-detail-item {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .border-ornage{
    border:5px solid orange;
  }
  .flent-show-all-button {
    font-weight: bold;
    background-color: #f5f4ff;
    border-radius: 12px;
  }
  .container-cl{
    width: 90%;
    margin: auto;
  }

  @media (min-width: 992px) {
  .sticky-wrapper {
    position: relative !important;
    min-height: 400vh !; /* ensures scroll space */
  }
}
  .sticky-content {
    position: sticky !important;
    top: 20px !important; /* distance from top */
    max-height: calc(100vh - 40px) !important; /* handles internal scroll if needed */
    overflow-y: auto !important;
  }

  .cta-box {
    background-color: #f8f1ff;
    position: relative;
    min-height: 220px;
    overflow: hidden;
  }

  .bg-sketch {
    max-height: 100%;
    opacity: 0.2;
    object-fit: contain;
    z-index: 0;
    pointer-events: none;
    right: 20px;
    bottom: 0;
    height: 100%;
  }
  .cta-box * {
    z-index: 2;
    position: relative;
  }


  /* room-card */

  .room-card {
    background: #f8f1ff;
    padding: 1.5rem;
    border-radius: 20px;
    margin: auto;
  }

  .tab-btn {
    border-radius: 999px;
    padding: 0.25rem 1rem;
    border: none;
    font-weight: 500;
    background: transparent;
    color: #000;
  }

  .tab-btn.active {
    background-color: #000;
    color: #fff;
  }

  .room-details {
    background: #fff;
    border-radius: 15px;
    padding: 1rem;
    margin-top: 1rem;
  }

  .badge-booked {
    background-color: #d1d1d1;
    font-size: 0.8rem;
  }

  .reserve-btn {
    background-color: #000;
    color: #fff;
    font-weight: 600;
    margin-top: 1rem;
    border-radius: 12px;
    width: 100%;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }

  @media (max-width: 480px) {
  .w-xs-100{
    width: 100% !important;
  }
  }
