
/* Release 11.1 — Clean photographic landing page */
.r11-hero{
  min-height:670px;
  background:#050912;
}
.r11-hero-slide{
  display:none!important;
}
.r11-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(5,12,28,.97) 0%,rgba(5,12,28,.88) 43%,rgba(5,12,28,.35) 76%,rgba(5,12,28,.18) 100%),
    linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.28)),
    url("../assets/botswana-library/clean/hero-clean-bedroom.webp") center/cover no-repeat;
}
.r11-hero-inner{
  position:relative;
  z-index:3;
}
.r11-booking-card{
  background:rgba(7,16,34,.92);
  border:1px solid rgba(245,173,22,.25);
  box-shadow:0 26px 70px rgba(0,0,0,.34);
}
.r11-booking-card::before,
.r11-booking-card::after{
  display:none!important;
}
.r11-booking-card h2,
.r11-booking-card p,
.r11-booking-card label,
.r11-booking-card input,
.r11-booking-card select,
.r11-booking-card button{
  position:relative;
  z-index:2;
}
.r11-property-image,
.market-card-image,
.property-image-wrap,
.detail-gallery-main,
.detail-gallery-small,
.bw-image-card picture{
  background:#e9edf2;
}
.r11-property-image img,
.market-card-image img,
.property-image-wrap img,
.detail-gallery-main img,
.detail-gallery-small img,
.bw-image-card img{
  object-fit:cover!important;
  object-position:center!important;
}
.clean-image-notice{
  display:none!important;
}
@media(max-width:680px){
  .r11-hero{min-height:880px}
  .r11-hero::before{
    background:
      linear-gradient(180deg,rgba(5,12,28,.96) 0%,rgba(5,12,28,.86) 58%,rgba(5,12,28,.58) 100%),
      url("../assets/botswana-library/clean/hero-clean-bedroom.webp") center/cover no-repeat;
  }
}
