.thead th {
    background-color: rgba(14,80,68,255); /* Change to your desired color */    
    color: #fff; /* White text for contrast */
    text-align: center; /* Center-align text */
    font-size: 1.2rem; 
  }
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.notes p {
    color: #666666;
    margin: 0px;
    
}

tbody{
    text-align: center; /* Center-align text */  
}


 

    .room-h1{
      font-family: 'Playfair Display', serif;
      color: #7c4a2b;
    }
    .room-h2{
      font-family: 'Playfair Display', serif;
      color: #7c4a2b;
      margin-bottom: 40px;
    }

    .room-container {
      width: 100%;
      margin: auto;
      padding: 40px 0;
      display: flex;
      gap: 40px;
      justify-content: center;
      align-items: flex-start;
      flex-wrap: wrap;
    }

    .room-h1.title {
      width: 100%;
      text-align: center;
      font-size: 3rem;
      margin-bottom: 40px;
      font-weight: 600;
      letter-spacing: 1px;
    }

    .room {
      background: #fff;
      padding: 25px;
      width: 45%;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
      border: 1px solid #e5d7c7;
      transition: 0.3s ease;
    }

    .room:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 24px rgba(0,0,0,0.15);
    }

    @media(max-width: 900px) {
      .room { width: 100%; }
    }

    .room-carousel {  
      
      border-radius: 10px;
      margin-bottom: 20px;
      border: 1px solid #e0cbb2;
    }

    .carousel-inner{
        border-radius: 10px;
    }

    

    

    

    .room-price {
      font-family: 'Playfair Display', serif;
      font-weight: 600;
      color: #7c341c;
      margin-bottom: 20px;
    }

    .room-book-btn {
      padding: 12px 24px;
      text-align: center;
      background: #a3653a;
      color: white;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-size: 17px;
      letter-spacing: .5px;
      transition: 0.3s ease;
      
    }

    .room-book-btn:hover {
      background: #8a512b;
    }

    .room-booking-form {
      margin-top: 20px;
      display: none;
    }

    .room-booking-form input {
      padding: 10px;
      width: 100%;
      margin-bottom: 12px;
      border-radius: 6px;
      border: 1px solid #c8b9a6;
      font-size: 1rem;
    }

    .room-submit-btn {
      background: #7a4a2b;
      color: #fff;
      border: none;
      padding: 12px;
      width: 100%;
      border-radius: 6px;
      cursor: pointer;
      font-size: 17px;
      transition: 0.3s;
    }

    .room-submit-btn:hover {
      background: #633b20;
    }
.room-carousel-container { width: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; background: #f8f8f8; padding: 10px; border-radius: 12px; }
.room-carousel img { border-radius: 10px; margin: 0 auto; display: block; }

.room-rates {
    background: #f8f4ec;
    padding: 15px 20px;
    border-radius: 12px;
    margin: 15px 0;
    border-left: 5px solid #b48c4a;
}

.rate-title {
    font-size: 20px;
    margin-bottom: 8px;
    color: #7a5c2f;
    font-weight: 600;
}

.rate-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rate-list li {
    padding: 5px 0;
    font-size: 16px;
    color: #444;
}


.bb-calendar {
    width: 100%;
    padding: 14px 16px;
    font-size: 16px;
    border: 2px solid #b48c4a;
    border-radius: 12px;
    background: #fffaf2;
    color: #5c4b28;
    font-weight: 500;
    outline: none;
    transition: 0.25s;
    cursor: pointer;
}

.bb-calendar:focus {
    background: #fff7e6;
    border-color: #c49d5a;
    box-shadow: 0 0 5px rgba(180, 140, 74, 0.4);
}

.flatpickr-calendar {
    border-radius: 16px !important;
    background: #fffaf2 !important;
    border: 1px solid #e0c9a8 !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: #c49d5a !important;
    color: white !important;
}

.flatpickr-day.inRange {
    background: #ecd9b9 !important;
}
