/*
Theme Name: Vijayant Bharat News
Description: A modern, responsive news theme with a custom video engine.
Version: 1.0
Author: DP Digital Solution
*/

/* Hide scrollbar for menus and horizontal scrolling carousels */
.no-scrollbar::-webkit-scrollbar {
display: none;
}
.no-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}

/* Custom line clamp for text excerpts to keep grids uniform */
.line-clamp-2 {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;

overflow: hidden;
}

/* Custom section header underline (Brand Blue) /
.section-title {
position: relative;
padding-bottom: 0.5rem;
}
.section-title::after {
content: '';
position: absolute;
bottom: -1px;
left: 0;
width: 40px;
height: 3px;
background-color: #004aad; / Brand Blue */
}

/* Full Width Breakout Utility for the Middle Video Section */
.full-width-breakout {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}

/* Single Post Share Buttons Custom Colors */
.bg-whatsapp { background-color: #25D366; }
.bg-facebook { background-color: #1877F2; }
.bg-x { background-color: #000000; }