*{
	margin: 0;
	padding: 0;
  box-sizing: content-box;
  font-family: 'Playfair Display', serif;
}
.header{
	background-color: #fefee6;
	padding: 0.3rem;
	color: #dbbe64;
	letter-spacing: 1px;
	margin-bottom: 1px;
}
.navbar a{
	color: #40201e !important;
}
.navbar a:hover{
	color: #9e8347 !important;
}
.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: #fff !important;
}
.services{
	text-align: center;
	padding: 6rem 0;
}
.services i{
	color: #40201e;
}
.services p{
	color: #636363;
	line-height: 1.5rem;
}
.services .col {
  padding: 20px;
}
.aboutus {
  background-image: url('images/bgabout.jpg'); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;"
}

.aboutus h4 {
  font-size: 24px;
  font-weight: 600;
}

.aboutus p {
  font-size: 18px;
  line-height: 1.6;
  color: #444;
}

.photobg {
  background-image: url('images/background.jpg'); /* Change to your real image */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 400px;
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #40201e !important;
    border-color: #40201e !important;
}
.footer{
	background-color: #40201e;
	color: #e4d39a;
	padding: 4rem 0;
	text-align: center;
}
.footer i{
	padding: 20px;
}
.footer ul li{
	list-style-type: none;
	display: inline;
	font-size: 14px;
	padding: 0 1.3rem;
}
.footer a{
	text-decoration: none;
	color: #e4d39a;
	text-transform: uppercase;
}
.footer p{
	font-size: 14px;
}
.footer ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.footer i {
  margin: 0 10px;
  font-size: 20px;
}
.btn.btn-outline-success:hover {
  color: #fff !important;
}

.contact-info-section{
	background-color: #fefee6;
	font-weight: 600;
}
.contact-info-section i {
  color: #40201e;
}

.contact-header {
      background: url('images/background.jpg') no-repeat center center/cover;
      color: #fff;
      padding: 100px 0;
      text-align: center;
      text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    }

.about-hero {
      background: url('images/carousel2.jpg') no-repeat center center/cover;
      height: 60vh;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-shadow: 1px 1px 5px #000;
      text-align: center;
    }
    .about-hero h1 {
      font-size: 3rem;
      font-weight: bold;
    }
    .highlight-box {
      background-color: #f8f9fa;
      border-radius: 10px;
      padding: 25px;
      margin-bottom: 30px;
    }
    .highlight-box h4 {
      color: #8B0000;
    }

    .gallery-img {
      transition: transform 0.3s ease;
      cursor: pointer;
    }
    .gallery-img:hover {
      transform: scale(1.05);
    }



    .hero-section {
      background: url('images/background.jpg') no-repeat center center/cover;
      color: white;
      padding: 100px 0;
      text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    }
    .icon-box i {
      font-size: 2rem;
      color: #fff;
      background: #40201e;
      padding: 15px;
      border-radius: 50%;
      margin-bottom: 15px;
    }
    .icon-box {
      background: #f8f9fa;
      padding: 30px;
      border-radius: 12px;
      text-align: center;
      transition: 0.3s;
    }
    .icon-box:hover {
      background: #e2e6ea;
    }

    .booking-header {
      background: url('images/background.jpg') no-repeat center center/cover;
      color: #fff;
      padding: 100px 0;
      text-align: center;
      text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    }
    .form-section {
      background: #f8f9fa;
      padding: 50px 20px;
      border-radius: 12px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }
    .form-control:focus {
      border-color: #007bff;
      box-shadow: none;
    }


@media (max-width: 768px) {
  .aboutus {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .aboutus h4 {
    font-size: 20px;
  }

  .aboutus p {
    font-size: 16px;
    padding: 0 10px;
  }

  .photobg {
    height: 250px;
  }

  
}