:root{--page-title-display:none;}/* Start custom CSS */.book-shadow{
    box-shadow: 0 24px 70px rgba(81, 55, 22, 0.13);
}

.sacred-orbit {
  border: 1px solid rgba(173, 116, 23, 0.2);
  border-radius: 50%;
  height: 580px;
  position: absolute;
  right: -120px;
  top: 22px;
  width: 580px;
}

.sacred-orbit::before,
.sacred-orbit::after {
  border: 1px solid rgba(173, 116, 23, 0.16);
  border-radius: 50%;
  content: "";
  position: absolute;
}

.sacred-orbit::before{
    inset: 70px;
    height: unset;
width: unset;
}

.sacred-orbit::after {
  inset: 145px;
}

.hero-section{
    background: radial-gradient(circle at 72% 28%, rgba(217, 154, 36, 0.26), transparent 30%),
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.95), transparent 28%),
    linear-gradient(135deg, #fff9ef 0%, #fbf1e2 45%, #f0e2ce 100%);
}

.cta-section{
    background: radial-gradient(circle at 80% 18%, rgba(217, 154, 36, 0.2), transparent 26%),
    #f0e2ce;
}

@media only screen and (max-width: 1023px){
    .sacred-orbit {
  right: 80px;
  top: 80px;
}
}

@media only screen and (max-width: 767px){
    .sacred-orbit {
  right: -120px;
  top: 80px;
}
}

.line-docoration{
    text-decoration: none !important;
}/* End custom CSS */