/* Main partners page */
.ac-partners-main{
  background:#fff
}

/* Partners hero section */
.ac-partners-hero{
  background:
    radial-gradient(1200px 520px at 18% 0%, rgba(13,110,253,.11), transparent 60%),
    radial-gradient(980px 420px at 82% 40%, rgba(220,53,69,.08), transparent 55%),
    #fff;
  border-bottom:1px solid rgba(0,0,0,.06)
}

/* Hero title */
.ac-hero-title{
  font-weight:900;
  letter-spacing:.2px
}

/* Hero subtitle */
.ac-hero-sub{
  color:rgba(0,0,0,.65)
}

/* Page max width */
.ac-partners-max{
  max-width:1600px;
  margin:0 auto;
}

/* Partner card */
.ac-room-like{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(0,0,0,.06);
  margin-bottom:34px
}

/* Media frame */
.ac-media-frame{
  height:520px;
  background:#0b0f19;
  position:relative;
  width:100%;
  overflow:hidden
}

/* Media frame mobile */
@media (max-width:991.98px){
  .ac-media-frame{
    height:260px
  }
}

/* Carousel full height */
.ac-media-frame .carousel,
.ac-media-frame .carousel-inner,
.ac-media-frame .carousel-item{
  height:100%!important
}

/* Media image */
.ac-media-img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block
}

/* Photo badge */
.ac-photo-badge{
  position:absolute;
  left:14px;
  bottom:14px;
  background:rgba(0,0,0,.62);
  color:#fff;
  padding:7px 11px;
  border-radius:999px;
  font-size:13px;
  backdrop-filter:blur(6px);
  z-index:5
}

/* Carousel arrows */
.carousel-control-prev,
.carousel-control-next{
  width:12%;
  opacity:.9
}

/* Carousel arrow icons */
.carousel-control-prev-icon,
.carousel-control-next-icon{
  filter:drop-shadow(0 6px 12px rgba(0,0,0,.45))
}

/* No photos placeholder */
.ac-no-photos{
  height:100%;
  display:grid;
  place-items:center;
  color:rgba(255,255,255,.75)
}

/* Info section */
.ac-info-wrap{
  padding:30px;
  height:100%;
  display:flex;
  flex-direction:column
}

/* Partner title */
.ac-title{
  font-weight:900;
  margin:0
}

/* Meta text */
.ac-meta{
  color:rgba(0,0,0,.60);
  font-size:13px
}

/* Description */
.ac-desc{
  color:rgba(0,0,0,.72);
  line-height:1.7
}

/* Opening hours */
.ac-hours{
  color:rgba(0,0,0,.62);
  font-size:14px
}

/* Section title */
.ac-section-title{
  font-weight:900;
  margin:0
}

/* Services list */
.ul-check li{
  padding-left:28px;
  position:relative;
  margin-bottom:10px;
  color:rgba(0,0,0,.72)
}

/* Services icon */
.ul-check li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  font-weight:900;
  color:#0d6efd
}

/* Rating box */
.ac-rating{
  text-align:right;
  min-width:140px
}

/* Star icons */
.ac-stars i{
  color:#f5c518;
  margin-left:2px
}

/* Rating text */
.ac-rating-text{
  font-size:13px;
  color:rgba(0,0,0,.55)
}

/* Button style */
.ac-btn{
  border-radius:12px;
  padding:10px 14px
}

/* Reveal animation */
.js-reveal{
  opacity:0;
  transform:translateY(14px);
  transition:opacity .5s ease,transform .5s ease
}

/* Reveal visible */
.js-reveal.is-visible{
  opacity:1;
  transform:translateY(0)
}