﻿.facilities-box 
{
    background-color:#c19a6b;
    padding:50px;
    background-image: url('../images/facilities/facilities.jpg'); /* Specify the image path */ 
    background-size: cover; /* Adjust the size of the image */ 
    background-position: center; /* Center the image */ 
    background-repeat: no-repeat; /* Prevent the image from repeating */
}
.facilities-inner 
{
    padding:20px;
    border: 2px solid white;
    color:white;
    font-weight:600;
    background-color: rgba(0, 0, 0, 0.63);
}
.div-facilities
{
 margin-left:80px;
 color: #3b331a;
}
ul.facilities {
  list-style-type: none; /* Remove default list styling */
  padding: 0;
  color: #3b331a;
 
}

li.facilities {
  display: flex; /* Use flexbox to align items */
  align-items: center; /* Center items vertically */
  margin-bottom: 10px; /* Space between list items */
   margin: 12px 0;
   color: #3b331a;
}

li.facilities img {
  width: 25px; /* Set a fixed width for the image */
  height: 25px; /* Set a fixed height for the image */
  margin-right: 10px; /* Space between image and text */
  border-radius: 50%; /* Make the image circular */
}

li.facilities span {
  font-size: 14px; /* Adjust text size */
  color: #fff; /* Text color */
}

.facilities-img {
    
}

.facilities-from {
    
}
