
.gallery_row img{
    margin-bottom: 1rem;
    margin-top: 1rem;
    margin-right: 1rem;
}
#map-panel {

    height: 400px;
    text-align: center;
    z-index: 1; /* Higher than the background */
}
.btnEnquire {
    background-color: #04AA6D;
    border: none;
    color: white;
    padding: 1em 2em; 
    font-size: 1em; 
    border-radius: 8px;
    display: inline-block;
    text-decoration: none;
  }
  
  .btnEnquire:hover {
    background-color: red;
  }
  
  /* Center only the button */
  .button-container {
    display: flex;
    justify-content: center; /* Centers button horizontally */
    margin-top: 10px; /* Adds spacing between text and button */
  }
  
/* .content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    text-align: center;
} */

.btnEnquire {
    display: block;
    margin: 20px auto 0; /* Centers horizontally with some spacing from text */
}


h1{
    /* font-family: 'Raleway'; */
    color: #616971;
}
.mainbody img{
    border: 5px solid #17a2b8;
}
.gallery_header{
    background-color: rgb(255, 230, 0);
    box-shadow: 0 .5rem .5rem rgb(236, 223, 107);
}
.thumbnail{
    padding-top: 1rem;
}
body{
    margin: 0px !important;
}
.gallery{
    text-align: center;
    padding-bottom: 1.5rem;
}.gallery-column1{
    padding-left: 2rem;
}



 /* Devices under 1199px (xl) */
 @media (min-width: 1400px)  {
    .thumbnail{
        padding-left: 0.2rem !important;
    }
}
 @media (max-width: 1199.98px) {
    .thumbnail{
        padding-left: 0.2rem !important;
    }
    .top-gallery-column{
        padding-top: 0 !important;
    }
  }
  /* Devices under 768px (md) */
  @media (max-width: 767.98px) {
    .thumbnail{
        padding-left: 0.2rem !important;
    }
  }
   /* Devices under 320px (md) */
   @media (max-width: 320px) {
    .thumbnail{
        padding-left: 0.2rem !important;
    }   
  }