

  ::selection {
    background-color: #ec1d3c;
    color: #000000;
    border-radius: 5px;         /* Rounded corners for selection */
    box-shadow: 0 0 10px rgba(131, 9, 9, 0.5); /* Shadow effect around selection */
  }
  
/* Colour theme for L&T  */

.lnt-blue {
    --Primary-color: #14566c;
    --tab-color: #876b6c;
    --Secondary-color: #876b6c;
    --button-color: #876b6c;
    --button-hover-color: #584647;
    --button-text-color: #fff;
    --button-text-hover-color: #fff;
    --pricing-filter: invert(89%) sepia(14%) saturate(4867%) hue-rotate(37deg) brightness(102%) contrast(105%);
    --amenities-filter: invert(81%) sepia(14%) saturate(4867%) hue-rotate(174deg) brightness(96%) contrast(105%);
    --globle-font: Outfit;
    --font-family: "Outfit";
}
