/* ===== Page Banner ===== */
.page-banner{
  position:relative;
  min-height:260px;
  padding:1.25rem 0;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  background:linear-gradient(rgba(14,42,30,.80), rgba(14,42,30,.70)),
    url('../img/visa-banner.jpg') center/cover no-repeat;
}
.page-banner h1{
  font-size:2.6rem;
  font-weight:700;
  margin-bottom:.6rem;
}
.page-banner .underline{
  width:70px;
  height:3px;
  background:var(--rhc-gold);
  margin:0 auto;
}

section{
  padding:4.5rem 0;
}
.bg-cream{
  background:var(--rhc-cream);
}

/* ===== Visa / Ticketing cards ===== */
.visa-card{
  background:#fff;
  border:1px solid #e2ded0;
  border-radius:8px;
  padding:2.2rem 1.8rem;
  height:100%;
  transition:.25s;
}
.visa-card:hover{
  border-color:var(--rhc-gold);
  box-shadow:0 14px 32px rgba(14,42,30,.1);
  transform:translateY(-4px);
}
.visa-card .card-ico{
  width:56px;
  height:56px;
  border-radius:50%;
  background:var(--rhc-cream);
  color:var(--rhc-green);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.4rem;
  margin:0 auto 1.1rem;
}
.visa-card h5{
  font-family:'Playfair Display', serif;
  font-weight:700;
  color:var(--rhc-green);
  text-align:center;
  margin-bottom:1rem;
}
.visa-card p{
  font-size:.9rem;
  line-height:1.7;
  margin-bottom:1rem;
}
.visa-card .doc-title{
  font-weight:700;
  color:var(--rhc-green-light);
  font-size:.9rem;
  margin-bottom:.5rem;
}
.visa-card ul{
  padding-left:1.1rem;
  margin-bottom:0;
}
.visa-card ul li{
  font-size:.88rem;
  line-height:1.9;
}
.visa-card ul li::marker{
  color:var(--rhc-gold);
}

@media(max-width:767px){
  .page-banner h1{
    font-size:1.9rem;
  }
  .page-banner{
    min-height:200px;
  }
  section{
    padding:3rem 0;
  }
  .topbar{text-align:center;}
  .topbar .col-md-6{margin-bottom:.3rem;}
}
