   body{
    font-family: 'Times New Roman', Times, serif;
   }
   .bg-white{
    background-color: #5a4333 !important;
   }
   .text-orange {
    color: #f8f6f5 !important;
  }
  .card-img-top{
    height:200px !important; 
    object-fit:cover;
  }
  .text-dark{
    color:#fff !important;
  }
  .bg-orange {
    background-color: #5a4333 !important;
  }
     .hero {
      padding: 60px 0;
    }
    .hero h1 {
      font-size: 3rem;
      font-weight: bold;
    }
    .hero p {
      font-size: 1.1rem;
      color: #555;
    }
    .hero img {
      border-radius: 15px;
      max-width: 100%;
      height: auto;
    }
    .btn-custom {
      background-color: #5a4333;
      color: white;
      font-weight: bold;
    }



.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 10px;
}

.gallery img {
  width: 100%;
  max-width: 350px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.gallery::after {
  content: "";
  width: 350px;
}

 .contact-info-box {
      display: flex;
      align-items: start;
      gap: 15px;
      margin-bottom: 25px;
    }

    .icon-box {
      font-size: 1.8rem;
      color: #5a4333;
      border: 2px solid #5a4333;
      /* padding: 10px; */
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 50px;
      min-height: 50px;
    }
    .bg-dark{
      background-color: #5a4333 !important;
    }

    .contact-label {
      font-weight: 600;
      color: #5a4333;
      margin-bottom: 5px;
    }

    .contact-section {
      /* background-color: #f9f9f9; */
      padding: 40px;
      border-radius: 15px;
    }

    .form-control:focus {
      box-shadow: none;
      border-color: #5a4333;
    }

    .btn-custom {
      background-color: #5a4333;
      color: #fff;
    }

    .btn-custom:hover {
      background-color: #5a4333;
    }
    .property-card {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    transition: transform 0.3s, box-shadow 0.3s;
    background: #fff;
    height:100%;
  }

  .property-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }

  .property-card h5 {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #5a4333;
  }

  .property-card ul {
    list-style: none;
    padding-left: 0;
  }

  .property-card ul li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 0.6em;
    font-size: 1rem;
    color: #333;
  }

  .property-card ul li::before {
    content: "★";
    position: absolute;
    left: 0;
    color: #5a4333;
    font-size: 1em;
  }

  #highlights h1 {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
   .footer {
      padding: 40px 20px;
      background-color: #5a4333 !important;
      font-size: 14px;
    }
    .footer a {
      text-decoration: none;
      font-weight: 600;
      color: #5a4333;
    }
    .footer a:hover {
      text-decoration: underline;
    }

     /* Sticky vertical button on right side */
    .enquire-btn {
      position: fixed;
      top: 40%;
      left: 0;
      z-index: 9999;
      background-color: #5a4333;
      color: white;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      padding: 10px 5px;
      border-radius: 8px 0 0 8px;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .enquire-btn:hover {
      background-color: #5a4333;
    }
    .btn-primary{
      background-color: #5a4333 !important;
      border:1px solid #5a4333 !important;
    }
    @media(max-width:786px){
      .sticky-bottom{
        display: none;
      }
    }

    .footer {
  background-color: #eff7fd;
  padding: 50px 20px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-section {
  flex: 1;
  min-width: 200px;
}

.footer-section h2 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}

.footer-section p,
.footer-section li,
.footer-section a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  line-height: 1.6;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.social-icons a {
  display: inline-block;
  margin-right: 15px;
  background-color: #fff;
  border-radius: 50%;
  padding: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.social-icons img {
  width: 20px;
  height: 20px;
}

.gallery-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.gallery-images img {
  width: 100%;
  height:70%;
  border-radius: 5px;
  object-fit: cover;
}