.elementor-253 .elementor-element.elementor-element-5a688d29{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-578fb60b */.rk-detail-page{
  background:#f5f7fb;
  min-height:100vh;
  padding:18px;
}

.rk-detail-hero{
  position:relative;
  border-radius:28px;
  overflow:hidden;
  background:#dce6f5;
  box-shadow:0 16px 40px rgba(15,35,70,.12);
}

.rk-detail-slider{
  display:flex;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
}

.rk-detail-slider img{
  width:100%;
  min-width:100%;
  height:420px;
  object-fit:cover;
  scroll-snap-align:start;
}

.rk-detail-badge{
  position:absolute;
  left:18px;
  bottom:18px;
  background:#ffc83d;
  color:#071f42;
  padding:10px 16px;
  border-radius:999px;
  font-weight:900;
  font-size:14px;
}

.rk-detail-content{
  background:#fff;
  margin-top:18px;
  border-radius:28px;
  padding:28px 22px;
  box-shadow:0 14px 35px rgba(15,35,70,.08);
}

.rk-detail-location{
  margin:0 0 6px;
  color:#0b4ea2;
  font-weight:900;
  font-size:14px;
}

.rk-detail-content h1{
  margin:0 0 12px;
  color:#081f45;
  font-size:34px;
  line-height:1.1;
  font-weight:900;
}

.rk-detail-desc{
  color:#667085;
  font-size:16px;
  line-height:1.7;
  margin-bottom:24px;
}

.rk-detail-info{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-bottom:28px;
}

.rk-detail-info div{
  background:#f5f7fb;
  border-radius:18px;
  padding:18px;
}

.rk-detail-info span{
  display:block;
  color:#667085;
  font-size:13px;
  margin-bottom:5px;
}

.rk-detail-info strong{
  color:#081f45;
  font-size:15px;
}

.rk-detail-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  height:58px;
  border-radius:999px;
  background:#0b4ea2;
  color:#fff;
  font-weight:900;
  text-decoration:none;
}

@media(max-width:480px){
  .rk-detail-slider img{
    height:360px;
  }

  .rk-detail-content h1{
    font-size:30px;
  }
}/* End custom CSS */