:root{
    --color-primary: #FA9000;
    --color-primary-dark: #df8303;
    --color-primary-light: #da9534;
}
.text-black{
    color: #454545 !important;
}
.leadArea h1 {
    font-size: 26px !important;
}

.leadArea span.text-danger {
    color: #527bfb !important
}

.leadArea .list-group-item {
    min-height: 73px
}

.leadArea .card-body .card-title,
.leadArea .list-group-item a h5 {
    font-size: 18px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical  */
}

.news-card-title h5 {
    font-size: 18px;
    font-family: 'Adorsho Lipi', sans-serif;
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

a{
    color: var(--color-black) !important;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

a:hover,
a:focus {
    color: var(--color-primary) !important;
    text-decoration: none;
}

/* .list-group-item {
    background-color: transparent;
    border: none;
    color: var(--color-black) !important;
    padding: 0;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
} */

/* Make the whole item clickable + animated */
/* .list-group-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: inherit !important;
    text-decoration: none;
    width: 100%;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
} */

/* Hover effect (text + bg change) */
.list-group-item:hover a,
.list-group-item a:hover {
    color: var(--color-primary) !important;
    /* background-color: rgba(0, 0, 0, 0.03); */
    text-decoration: none;
}

/* Optional: title transition too */
.list-group-item a h5 {
    margin: 0;
    /* font-size: 20px !important; */
    transition: color 0.3s ease-in-out;
}

.list-group-item:hover a h5 {
    color: var(--color-primary) !important;
    background-color: #ffffff !important;
}

h1:hover{
     color: var(--color-primary) !important;
}

.stretched-link:hover{
    color: #df8303;
}
/* Responsive font sizes for single-news-title with specificity to override blog-head */
.blog-head .single-news-title {
    font-size: calc(1.375rem + 1.5vw);
    color:#141514 !important;
    line-height: 1.4;
    font-weight: 500;
}

@media (min-width: 320px) {
    .blog-head .single-news-title {
        font-size: calc(1.375rem + 1.5vw) !important;
    }
}

/* Tablets (≥576px) */
@media (min-width: 576px) {
    .blog-head .single-news-title {
        font-size: 36px !important;
    }
}

/* Medium devices (≥768px) */
@media (min-width: 768px) {
    .blog-head .single-news-title {
        font-size: 36px;
    }
}

/* Large devices (≥992px) */
@media (min-width: 992px) {
    .blog-head .single-news-title {
        font-size: 40px;
    }
}

/* Extra large devices (≥1200px) */
@media (min-width: 1200px) {
    .blog-head .single-news-title {
        font-size: 48px;
    }
}


/* Left marker styling */
.blog-head .single-news-title .leftMarked {
    display: inline-block;
    width: 4px;
    height: 1em;
    background-color: #007bff;
    margin-right: 10px;
    vertical-align: middle;
}

/* Alternative: Modern fluid typography using clamp */
/*
    .blog-head .single-news-title {
        font-size: clamp(16px, 2.5vw + 8px, 28px) !important;
        line-height: 1.4;
    }
    */


.main-menu-wrapper {
    margin: 0 auto;
}


@media (max-width: 991px) {
    .main-nav .submenu {
        display: none;
    }

    .main-nav .submenu.open {
        display: block;
    }
}


.text-primary{
    color: var(--color-primary) !important;
}

.title-text{
    font-family: 'SolaimanLipi', sans-serif !important;
    font-weight: 800;
}

.title-text:hover{
    color: var(--color-primary) !important;
}
