body {
    margin: 0;
    padding: 0;
    font-family: 'Hanken Grotesk', sans-serif;
  }
  
  .hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('images/hero.jpg') no-repeat;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-position: center; /* Change to center for better view */
  }
  
  /* Logo image styling */
  .hero-logo {
    width: 200px;
    height: auto;
    position: relative;
    z-index: 2; /* Taaki overlay ke upar dikhe */
    margin-bottom: 10px; /* Logo aur text ke beech gap */
  }
  
  /* Dark overlay */
  .hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  
  /* Heading styling */
  .hero-title {
    position: relative;
    font-size: 75px;
    font-weight: 300;
    letter-spacing: 2px;
    z-index: 2;
    margin-top: 0; /* Extra padding hataya hai */
  }
  
  /* Responsive fixes */
  @media (max-width: 992px) {
    .hero-title {
      font-size: 50px;
    }
    .hero-logo {
      width: 100px;
    }
  }
  
  @media (max-width: 576px) {
    .hero-title {
      font-size: 32px;
    }
    .hero-logo {
      width: 80px;
    }
  }
  /* <!-- 2nd section start --> */

  .villa-section {
    background: #f7f4f0;
    font-family: 'Hanken Grotesk', sans-serif;
  }
  
  /* Left Image */
  .main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  
  /* Content */
  .content-box {
    padding: 80px 40px;
  }
  
  .villa-title {
    font-size: 60px;
    font-weight: 300;
    color: #000000;
    line-height: 1.1;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .villa-text {
    font-size: 18px;
    color: #000000;
    line-height: 1.9;
    position: relative;
    padding-left: 25px;
    max-width: 480px;
  }
  
  /* Decorative dots (same design jaisa) */
  .villa-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #b8a998;
    border-radius: 50%;
  }
  
  .villa-text::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 60%;
    width: 10px;
    height: 10px;
    background: #b8a998;
    border-radius: 50%;
  }
  
  /* Right small image */
  .small-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  
  /* Responsive */
  @media (max-width: 992px) {
    .content-box {
      padding: 40px 20px;
    }
  
    .villa-title {
      font-size: 42px;
    }
  
    .small-img {
      height: 250px;
    }
  }
  
  @media (max-width: 768px) {
    .row > div {
      margin-bottom: 20px;
    }
  
    .villa-title {
      font-size: 32px;
    }
  
    .small-img {
      height: auto;
    }
  }

  /* 3rd section */
  .dream-section {
    background: #f7f4f0;
    font-family: 'Hanken Grotesk', sans-serif;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  /* Heading */
  .dream-title {
    font-size: 60px;
    font-weight: 300;
    color: #2d2d2d;
    margin-bottom: 25px;
  }
  
  /* Paragraph */
  .dream-text {
    max-width: 940px;
    margin: 0 auto;
    font-size: 18px;
    color: #000;
    line-height: 1.8;
  }
  
  /* Images */
  .dream-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  
  /* Spacing between images like design */
  .row.mt-5 {
    border-top: 1px solid #d6d1cb;
    padding-top: 40px;
  }
  
  /* Responsive */
  @media (max-width: 992px) {
    .dream-title {
      font-size: 40px;
    }
  
    .dream-text {
      font-size: 16px;
    }
  
    .dream-img {
      height: 300px;
    }
  }
  
  @media (max-width: 576px) {
    .dream-title {
      font-size: 30px;
    }
  
    .dream-img {
      height: auto;
    }
  }

  /* 4th section */

  .stay-section {
    background: #f7f4f0;
    font-family: 'Hanken Grotesk', sans-serif;
  }
  
  /* Image */
  .stay-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 4px;
  }
  
  /* Content */
  .stay-content {
    padding-left: 20px;
  }
  
  .stay-title {
    font-size: 40px;
    font-weight: 400;
    color: #2d2d2d;
    margin-bottom: 20px;
  }
  
  .stay-text {
    font-size: 16px;
    color: #000;
    line-height: 1.8;
  }
  
  /* Responsive */
  @media (max-width: 992px) {
    .stay-img {
      height: 350px;
    }
  
    .stay-content {
      padding-left: 0;
    }
  
    .stay-title {
      font-size: 32px;
    }
  }
  
  @media (max-width: 576px) {
    .stay-title {
      font-size: 26px;
    }
  
    .stay-text {
      font-size: 15px;
    }
  
    .stay-img {
      height: auto;
    }
  }



/* 5th section */


.facilities-section {
  background-color: #f7f4f0;
}

/* Typography */
.item-number {
  font-size: 1.2rem;
  color: #918066;
  font-weight: 500;
  margin-right: 15px;
}

.item-title {
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.item-text {
  color: #000;
  line-height: 1.6;
  font-size: 0.95rem;
  padding-left: 38px; /* Aligns text under the title, not the number */
}

/* List Item Borders */
.facility-item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
}

/* Image Styling */
.main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
  .item-text { padding-left: 0; }
  .display-3 { font-size: 3rem; text-align: center; }
  .img-container { margin-bottom: 30px; }
}



/* 6th section */

/* Custom Background Color */
body, .convenience-section {
  background-color: #f7f4f0;
  color: #333;
}

/* Container Border */
.border-outer {
  border: 1px solid #dcd9d4;
  max-width: 1200px; /* Optional: centers the design like a card */
  margin: 50px auto;
}

/* Internal Borders */
.border-end { border-right: 1px solid #dcd9d4 !important; }
.border-bottom { border-bottom: 1px solid #dcd9d4 !important; }

/* Text Styling */
h1.display-3 {
  font-size: 4rem;
  color: #2d2d2d;
}

h3 {
  color: #444;
}

p.small {
  font-size: 0.85rem;
  line-height: 1.5;
}

/* Image Handling */
.img-grid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Ensures boxes have enough height on desktop */
.min-h-300 {
  min-height: 280px;
}

/* Responsive fixes for mobile */
@media (max-width: 768px) {
  .border-end { border-right: none !important; }
  .img-grid { height: 100%; }
  .min-h-300 { min-height: auto; padding-bottom: 40px !important; }
  .border-bottom-mobile { border-bottom: 1px solid #dcd9d4 !important; }
  h1.display-3 {
    font-size: 2.5rem;
    color: #2d2d2d;
  }
}

/* 7th section */

/* Section Base Styling */
.booking-section {
  background-color: #f7f4f0;
  min-height: 80vh; /* Centers content vertically in the viewport */
  padding: 60px 0;
  font-family: 'Segoe UI', Roboto, sans-serif;
}

/* Image Styling */
.img-wrapper img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

/* Typography */
.booking-title {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}

.contact-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #dcd9d4; /* Thin border like previous sections */
  margin-bottom: 5px;
}

.contact-info {
  font-size: 1.15rem;
  font-weight: 600;
  color: #8c7d6b; /* Warm brownish-grey for the text */
}

.contact-item i {
  color: #c4b4a3; /* Lighter shade for icons */
  width: 25px;
  font-size: 1rem;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .booking-section {
      text-align: center;
  }
  .contact-item {
      justify-content: center;
  }
  .booking-title {
      margin-bottom: 30px !important;
  }
}