html .tst-dynamic-content .tst-scroll-hint-frame {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    display:none;
}
#bottom{
 position: fixed!important;
  right: 5%;
  bottom: 0%!important;
  z-index: 1000!important;
  transform: rotate(360deg)!important;
  -webkit-transform: rotate(360deg)!important;
  -moz-transform: rotate(360deg)!important;
  -o-transform: rotate(360deg)!important;
 filter: progid: dximagetransform.microsoft.basicimage(rotation=3)!important;
  text-align: center!important;
  text-decoration: none!important;
	}
.tst-fade-down{
	opacity: 1 !important;
    transform: none !important;
}
/* @media (max-width: 1180px) {
    .tst-menu-right .tst-menu-button-frame {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin-right: -20px;
    }

    .tst-menu-right .tst-btn {
        position: absolute;
        display: block;
        top: 10px;
        right: 20px;
    }
} */
  .page-id-4676 {
    overflow:hidden;
	max-height:400px!important;
}
.page-id-4676 .elementor-button-wrapper {
    display: none;
}

/* Hide BR Digitals footer credit */
.site-footer, .footer-bottom, .tst-footer, .site-info {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
/* Hide BR Digitals footer credit completely */
.site-info, .footer-bottom, .tst-footer {
    display: none !important;
}


/* Celebrity highlight block */
.naan-celebrity {
  background:#FFF8F3;
  border-radius:20px;
  box-shadow:0 4px 16px rgba(0,0,0,.05);
  padding:60px 40px;
}
.naan-celebrity .elementor-image img{
  border-radius:14px;
  box-shadow:0 6px 20px rgba(0,0,0,.12);
}

/* Typographic rhythm */
.naan-celebrity h2{
  color:#E10600;
  margin:0 0 14px;
  font-weight:800;
  line-height:1.15;
  font-size:clamp(32px,4.2vw,66px); /* scales nicely */
}
.naan-celebrity .copy{
  max-width:640px;
  margin-bottom:14px;
  line-height:1.65;
  color:#222;
}

/* Accent line */
.naan-celebrity .accent{
  display:inline-block;
  margin-top:8px;
  padding:8px 14px;
  background:#fff;
  border:1px solid #eee;
  border-radius:999px;
  font-weight:600;
  color:#111;
}

/* Mobile spacing */
@media (max-width: 767px){
  .naan-celebrity{ padding:36px 20px; }
}
