body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #f9f9f7 !important;
}

/* Navbar */
.navbar {
/*  background: #fff;*/
/*  background: #fafaf8;*/
  background: #fbf8f4;
/*  border-bottom: 1px solid #ddd;*/
}
.navbar-brand {
  font-size: 1.8rem;
  font-weight: bold;
}
.navbar-brand span {
  color: #a25b5b;
}
.navbar-nav .nav-link {
  font-weight: 500;
  margin: 0 10px;
  color: #444 !important;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
.navbar-nav .nav-link.active {
  color: #a25b5b !important;
  font-weight: bold;
  font-size: 18px;
}

/* Carousel */
.carousel-item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
/*  border-radius: 12px;*/
}

/* About Section */
.about {
  margin-top: 20px;
  font-size: 1rem;
  color: #333;
}

/* Gallery Grid */
.gallery img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}
.gallery img:hover {
  transform: scale(1.05);
}

/* Button */
.btn-custom {
  background: #c4b9b4;
  border-radius: 30px;
  padding: 10px 60px;
  font-weight: bold;
  border: none;
  color: white;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2.2px;
}
.btn-custom:hover {
  background: #a25b5b;
  color: #fff;
}

.logo11{
      width: 80%;
}

.bod-botm{
  border-bottom: 2px solid #5f4943;
    padding-bottom: 0.5em;
}

.owl-carousel .item img {
      border-radius: 2px;
      width: 100%;
      height: 250px;
      object-fit: cover;
    }

   /* .sticky-top{
          padding-bottom: 0.5em;
    }*/