/* Start custom CSS for html, class: .elementor-element-efd1437 */.catalogue-viewer{
  padding:80px 20px;
  background:#F7F9FC;
  text-align:center;
}

.catalogue-viewer h1{
  font-family:'Poppins',sans-serif;
  margin-bottom:30px;
  font-size:28px;
  color:#0B2C4D;
}

.pdf-frame{
  width:100%;
  max-width:1100px;
  height:80vh;
  border:none;
  background:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.12);
  border-radius:6px;
}

.download-link{
  display:inline-block;
  margin-top:25px;
  padding:12px 28px;
  background:#F59E0B;
  color:#fff;
  font-weight:600;
  border-radius:6px;
  text-decoration:none;
}

.download-link:hover{
  background:#d97706;
}

/* MOBILE */
@media(max-width:768px){
  .pdf-frame{
    height:70vh;
  }
}/* End custom CSS */