/* Height utility classes */
.h-0 { height: 0; }
.h-5 { height: 5px; }
.h-30 { height: 30px; }
.h-40 { height: 40px; }
.h-60 { height: 60px; }

/* Video container iframe styles */
.video_container iframe {
    border: none;
    overflow: hidden;
}

/* Image styles */
.csr_report_img1 img {
    width: 100%;
}

/* Add cursor pointer to clickable elements */
.top_navbar_home, #go-top {
    cursor: pointer;
}