.bbg-intro {
    padding: 60px 20px;
   
  }

  .bbg-intro .bbg-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: center;
  }

  .bbg-intro .bbg-left {
    flex: 1 1 45%;
    text-align: center;
  }

  .bbg-intro .bbg-left img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .bbg-intro .bbg-right {
    flex: 1 1 50%;
  }

  .bbg-intro .bbg-heading {
    font-size: 44px;
    line-height: 52px;
    font-weight: 600;
    letter-spacing: -1.44px;
    margin: 0;
}

  .bbg-intro .bbg-subheading {
    font-size: 20px;
    font-style: italic;
    color: #db2116;
    margin-bottom: 20px;
  }

  .bbg-intro .bbg-text {
    /*font-size: 1rem;*/
    /*color: #444;*/
    /*margin-bottom: 25px;*/
    /*line-height: 1.6;*/
    margin:10px 0px 10px;
  }

  .bbg-intro .bbg-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  .bbg-intro .bbg-badge {
    background-color: #f7953a;
    color: white;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 5px;
    font-size: 14px;
  }
  .bbg-intro .bbg-badge:hover {
      background-color: black;
    color: white;
  }
  .bbg-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  .bbg-badge {
    background-color: #f0a50d;
    color: white;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.3s ease;
  }

  .bbg-badge i {
    font-size: 16px;
    transition: transform 0.3s ease, color 0.3s ease;
    color: white;
  }

  .bbg-badge:hover i {
    transform: scale(1.3);
    color: white;
  }

 

  @media (max-width: 768px) {
    .bbg-intro .bbg-container {
      flex-direction: column;
      text-align: center;
    }

    .bbg-intro .bbg-right,
    .bbg-intro .bbg-left {
      flex: 1 1 100%;
    }
  }
  
  /*----------------------------*/
  
  
    .bbg-amenities {
    padding: 60px 20px;
  
    background: #fff;
    text-align: center;
  }

  .bbg-amenities h2 {
    font-size: 32px;
    font-weight: 800;
    color: #0068a9;
    margin-bottom: 40px;
  }

  .bbg-amenity-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding:31px;
  }

  .bbg-amenity-box {
    width: 160px;
    padding: 20px 15px;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: default;
  }

  .bbg-amenity-box:hover {
    background-color: #f7931e;
    transform: translateY(-5px);
  }

  .bbg-amenity-box:hover i,
  .bbg-amenity-box:hover p {
    color: #fff;
  }

  .bbg-amenity-box i {
    font-size: 30px;
    color: #f0a50d;
    margin-bottom: 12px;
    transition: color 0.3s ease;
  }

  .bbg-amenity-box p {
   
    margin: 0;
    transition: color 0.3s ease;
  }

  @media(max-width: 768px){
    .bbg-amenity-box {
      width: 45%;
    }
  }
  
  
  .bbg-location-section {
    padding: 0px 20px;
    
  }

  .bbg-location-title {
    font-size: 44px;
    line-height: 52px;
    font-weight: 600;
    letter-spacing: -1.44px;
    text-align: center;
    margin-bottom: 70px;
  }

  .bbg-location-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }

  .bbg-location-box {
    background: #fff;
    border-radius: 10px;
    width: 300px;
    min-height: 100px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
  }


.bbg-location-box:hover {
  box-shadow: 0 8px 20px rgba(247, 147, 30, 0.4); /* #f7931e with transparency */
}
  /*.bbg-location-box:hover {*/
  /*  background: #f7931e;*/
  /*  transform: translateY(-5px);*/
  /*}*/

  /*.bbg-location-box:hover .bbg-location-icon,*/
  /*.bbg-location-box:hover .bbg-location-text {*/
  /*  color: #fff;*/
  /*}*/

  .bbg-location-icon {
    font-size: 24px;
    color: #db2116;
    transition: color 0.3s ease;
    margin-top: 2px;
  }

  .bbg-location-text {
   
    transition: color 0.3s ease;
  }

  @media(max-width:768px){
    .bbg-location-box {
      width: 90%;
    }
  }
  
   section.section-price-map {
    padding: 90px 0 90px 0;
   }
section.section-price-map h3 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 600;
    letter-spacing: -1.44px;
    text-align: center;
    margin-bottom: 70px;
}
  
  .evy-pg-mp {
  text-align: center;
}

.img-scroll-wrapper {
  display: inline-block;       /* Keep image centered */
  max-height: 400px;           /* Set scrollable height */
  overflow-y: auto;            /* Enable vertical scrolling */
  overflow-x: hidden;
  position: sticky;
  top: 100px;                  /* Stick at 100px from top */
}

.img-scroll-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}
  