/**********************************/
/********** General CSS ***********/
/**********************************/
body {
    color: #353535;
    font-family: "Kalpurush", sans-serif;
    /* font-family: 'Hind Siliguri', sans-serif; */
    font-weight: 400;
    background: #ffffff;
    position: relative !important;
    min-height: 100% !important;
    top: 0px !important;
    max-width: 1440px;
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

a {
    color: #353535;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #e47a2e;
    outline: none;
    text-decoration: none;
}

p {
    color: #353535;
    padding: 0;
    margin: 0 0 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #353535;
    margin: 0 0 15px 0;
    padding: 0;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #353535;
    color: #ffffff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top:hover {
    background: #e47a2e;
}

.back-to-top i {
    padding-top: 12px;
    color: #ffffff;
}

/* ************************************** */
/* *********** topbar section ********** */
/* ************************************** */
@media (max-width: 991px) {
    .topbar .topbar-logo {
        display: none;
    }
}
.skiptranslate,
.skiptranslate iframe {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* ************************************** */
/* ******* language change section ****** */
/* ************************************** */
.language-dropdown {
    position: relative;
    display: inline-block;
    width: 200px;
}

.language-dropdown select {
    width: 75%;
    font-size: 17px;
}

@media (max-width: 767.98px) {
    .language-dropdown {
        position: relative;
        display: inline-block;
    }
}
.notranslate {
    -webkit-user-select: none; /* Chrome/Opera/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera, and Edge */
}
/* Hide the Google Translate div */
#google_element {
    display: none;
}

/**********************************/
/********* Form Input CSS *********/
/**********************************/
.form-control,
.custom-select {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #353535;
    border-radius: 0;
    margin-bottom: 15px;
}

.form-control:focus,
.custom-select:focus {
    box-shadow: none;
    border-color: #e47a2e;
}

.custom-radio,
.custom-checkbox {
    margin-bottom: 15px;
}

.custom-radio .custom-control-label::before,
.custom-checkbox .custom-control-label::before {
    border-color: #353535;
    border-radius: 0;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    background: #e47a2e;
}

button.btn {
    color: #353535;
    background: #ffffff;
    border: 1px solid #353535;
    border-radius: 0;
}

button.btn:hover {
    color: #ffffff;
    background: #e47a2e;
    border-color: #e47a2e;
}

/**********************************/
/********* Top Header CSS *********/
/**********************************/
/* .top-header {
    padding: 15px 0;
    background: #ffffff;
} */
/* 
.top-header .logo {
    text-align: left;
    overflow: hidden;
} */

/* .top-header .logo a img {
    max-width: 100%;
    max-height: 60px;
} */

/* .search {
    width: 100%;
}

.search input[type=text] {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #353535;
}

.search input[type=text]:focus {
    border-color: #E47A2E;
}

.search button {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0px;
    right: -3px;
    padding: 0 15px;
    border: none;
    background: none;
    color: #353535;
} */

.search button:hover {
    border: none;
    background: #df7326;
    color: black;
}

/* .top-header .social {
    position: relative;
    width: 100%;
    height: 40px;
    overflow: hidden;
    text-align: right;
} */

/* .top-header .social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 1px 0;
    text-align: center;
    font-size: 22px;
    border: 1px solid #353535;
} */

.social a:hover {
    background: #e47a2e;
}

.social a i {
    color: #353535;
}

.social a:hover i {
    color: #ffffff;
}

@media (min-width: 768px) {
    .top-header {
        max-height: 90px;
    }
}

@media (max-width: 767.98px) {
    .top-header .logo,
    .top-header .search,
    .top-header .social {
        text-align: center;
        margin-bottom: 15px;
    }

    .top-header .social {
        margin-bottom: 0;
    }
}

/* Responsive Logo Text */
.brand-logo-text {
    font-size: 3.5rem; /* Default for larger screens, matches display-4 */
    font-weight: 300;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .brand-logo-text {
        font-size: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .brand-logo-text {
        font-size: 2rem;
    }
}

@media (max-width: 575.98px) {
    .brand-logo-text {
        font-size: 1.8rem; /* Adjust as needed for smallest screens */
    }
}

/**********************************/
/********* Header Nav CSS *********/
/**********************************/
.bg-deep-orange {
    background-color: #e47a2e;
}

.text-deep-orange {
    color: #e47a2e;
}

.header {
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.header.header-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header .navbar {
    height: 100%;
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 12px 12px 10px 12px;
    color: #ffffff;
    font-size: 17px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    background: rgba(228, 122, 46, 0.2);
    border-bottom: 2px solid #e47a2e;
    transition: none;
}

.header .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

@media (min-width: 768px) {
    .header,
    .header .navbar {
        background: #353535 !important;
    }

    .header .navbar-brand {
        display: none;
    }

    .header a.nav-link {
        padding: 10px 18px;
        font-size: 18px;
        text-transform: uppercase;
    }
}

@media (max-width: 768px) {
    .header,
    .header .navbar {
        background: #333333 !important;
    }

    .header a.nav-link {
        padding: 8px 5px;
        font-size: 16px;
    }

    .header .dropdown-menu {
        box-shadow: none;
    }
}

/**********************************/
/********** Top News CSS **********/
/**********************************/
.top-news {
    position: relative;
    width: 100%;
    padding: 30px 0 0 0;
}

.top-news .col-md-6 {
    margin-bottom: 30px;
}

.top-news .tn-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 180px;
    background: #fff;
}

.tn-left .tn-img {
    width: 100%;
    height: 390px;
    overflow: hidden;
    background: #fff;
}

.tn-left .tn-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ===== Breaking News Slick Slider (tn-left) ===== */
.tn-breaking-slider {
    width: 100%;
    overflow: hidden;
}

.tn-slide {
    position: relative;
    outline: none;
}

.tn-slide-img {
    width: 100%;
    height: 390px;
    overflow: hidden;
    background: #fff;
}

.tn-slide-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

/* Gradient overlay at the bottom of each slide */
.tn-slide::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    z-index: 1;
    pointer-events: none;
}

/* Title + date caption over the gradient */
.tn-slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 55px 16px 20px;
    z-index: 2;
    pointer-events: none;
}

.tn-slide-title {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    margin-bottom: 6px;
    pointer-events: auto;
}

.tn-slide-title:hover {
    color: #f4a13a;
    text-decoration: none;
}

.tn-slide-date {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    margin: 0;
}

/* Custom prev/next arrow buttons */
.tn-slick-prev,
.tn-slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    backdrop-filter: blur(4px);
}

.tn-slick-prev {
    left: 10px;
}
.tn-slick-next {
    right: 10px;
}

.tn-slick-prev:hover,
.tn-slick-next:hover {
    background: rgba(228, 122, 46, 0.85);
}

@media (max-width: 768px) {
    .tn-slide-img {
        height: 260px;
    }
    .tn-slide-title {
        font-size: 20px;
    }
}

.top-news .tn-img a {
    /* display: block; */
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.tn-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 3;
    pointer-events: none;
}

.top-news .tn-img:hover::before {
    background-color: rgba(0, 0, 0, 0.3);
}

.tn-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 0;
}

@media (max-width: 768px) {
    .tn-img,
    .cn-img {
        height: 250px !important;
    }
}

.top-news .tn-img:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}

.top-news .tn-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 10px 15px 20px;
    background-image: linear-gradient(
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.3),
        rgba(0, 0, 0, 0.9)
    );
    display: flex;
    align-items: flex-end;
    pointer-events: none;
    z-index: 3; /* Ensuring text is above shadow */
}

.top-news .tn-content a.tn-date,
.top-news .tn-content a.tn-title {
    pointer-events: auto;
}

.top-news .tn-content p.tn-date {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    transition: 0.3s;
    letter-spacing: 1px;
}

.top-news .tn-content a.tn-date i {
    margin-right: 5px;
}

.top-news .tn-content a.tn-title {
    width: 100%;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s;
}

.top-news .tn-left .tn-content a.tn-title {
    font-size: 40px;
    font-weight: 700;
}

.top-news .tn-content a.tn-title:hover {
    color: #e47a2e;
}

@media (max-width: 768px) {
    .top-news .tn-left .tn-content a.tn-title {
        font-size: 24px;
    }
}

/**********************************/
/******* Category News CSS ********/
/**********************************/

.cat-news {
    position: relative;
    width: 100%;
    padding: 0;
}

.cat-news .col-md-6 {
    margin-bottom: 30px;
}

/* Section Heading (h2) Styling */
.cat-news h2 {
    color: #353535;
    font-size: 40px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.cat-news h2 i {
    font-size: 32px;
    margin-right: 10px;
}

.cat-news .cn-slider {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

/* Image Container */
.cat-news .cn-img {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: #fff;
}

/* Image Styling */
.cat-news .cn-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}

.cat-news .cn-img:hover img {
    transform: scale(1.1);
}

.cat-news .cn-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 10px 15px 20px;
    background-image: linear-gradient(
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.3),
        rgba(0, 0, 0, 0.9)
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
    pointer-events: none;
}

.cat-news .cn-content a {
    pointer-events: auto;
}

.cat-news .cn-content .cn-content-inner {
    position: relative;
    z-index: 3;
}

/* Date Link Styling */
.cat-news .cn-content p.cn-date {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    transition: 0.3s;
    letter-spacing: 1px;
}

.cat-news .cn-content p.cn-date i {
    margin-right: 5px;
}

.cat-news .cn-content a.cn-title {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s;
}

.cat-news .cn-content a.cn-title.text-elllipsis-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.cat-news .cn-content a.cn-title:hover {
    color: #e47a2e;
}

.cat-news .slick-prev,
.cat-news .slick-next {
    top: -35px;
    width: 28px;
    height: 28px;
    z-index: 3;
    transition: 0.5s;
    color: #ffffff;
    background: #353535;
}

.cat-news .slick-prev {
    left: calc(100% - 85px);
}

.cat-news .slick-next {
    right: 14px;
}

.cat-news .slick-prev:hover,
.cat-news .slick-prev:focus,
.cat-news .slick-next:hover,
.cat-news .slick-next:focus {
    color: #ffffff;
    background: #e47a2e;
}

.cat-news .slick-prev::before,
.cat-news .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
}

.cat-news .slick-prev::before {
    content: "\f104";
}

.cat-news .slick-next::before {
    content: "\f105";
}

/**********************************/
/********** Main News CSS *********/
/**********************************/
.main-news {
    position: relative;
    width: 100%;
    padding: 0;
}

.main-news .col-md-6,
.main-news .col-md-12 {
    margin-bottom: 30px;
}

.main-news h2 {
    color: #353535;
    font-size: 40px;
    font-weight: 700;
    margin-left: 40px;
}

.main-news h2 i {
    position: absolute;
    top: 8px;
    left: 15px;
    font-size: 32px;
}

.main-news .mn-img {
    position: relative;
    overflow: hidden;
}

.main-news .mn-img img {
    width: 100%;
}

.main-news .mn-content {
    position: relative;
    width: 100%;
    padding: 15px 0 0 0;
}

.main-news .mn-content a.mn-title {
    display: block;
    width: 100%;
    color: #353535;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 10px;
}

.main-news .mn-content a.mn-title:hover {
    color: #e47a2e;
}

.main-news .mn-content p.mn-date {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    color: #757575;
    font-size: 17px;
    font-weight: 400;
    transition: 0.3s;
    letter-spacing: 1px;
}

.main-news .mn-content p.mn-date i {
    margin-right: 5px;
}

/* .main-news .mn-content p.mn-date:hover {
    text-decoration: underline;
} */

.main-news .mn-content p {
    margin: 0;
}

.main-news .mn-list {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.main-news .mn-list .mn-img {
    position: relative;
    width: 100px;
    margin-right: 15px;
    float: left;
    overflow: hidden;
}

.main-news .mn-list .mn-img img {
    width: 100%;
}

.main-news .mn-list .mn-content {
    position: relative;
    float: left;
    width: calc(100% - 115px);
    padding: 0;
}

.main-news .mn-list .mn-content a.mn-title {
    /* display: block; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%;
    color: #353535;
    font-size: 24px;
    font-weight: 400;
    /* line-height: 20px; */
    margin-bottom: 5px;
}

.main-news .mn-list .mn-content a.mn-title:hover {
    color: #e47a2e;
}

.main-news .mn-list .mn-content p.mn-date {
    display: block;
    width: 100%;
    margin-bottom: 0;
    color: #757575;
    font-size: 17px;
    font-weight: 400;
    transition: 0.3s;
    letter-spacing: 1px;
}

.main-news .mn-list .mn-content p.mn-date i {
    margin-right: 5px;
}

/* .main-news .mn-list .mn-content p.mn-date:hover {
    text-decoration: underline;
} */

/*******************************************/
/*********** newsArchive page CSS **********/
/*******************************************/

.main-news .news-item h5 a {
    color: #111111;
}
.main-news .news-item h5 a:hover {
    color: #e47a2e;
}

/*******************************************/
/*********** singleNews page CSS **********/
/*******************************************/

.main-news .related-news a {
    color: #111111;
}
.main-news .related-news a:hover {
    color: #e47a2e;
}
.main-news .related-news img {
    width: 100%;
    height: 100px;
}

/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
    position: relative;
    width: 100%;
}

.sidebar .sidebar-widget {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.sidebar .sidebar-widget h2 {
    color: #353535;
    font-size: 40px;
    font-weight: 700;
    margin-left: 40px;
}

.sidebar .sidebar-widget h2 i {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 32px;
}

.sidebar .sidebar-widget .category {
    position: relative;
}

.sidebar .sidebar-widget .category .fa-ul {
    margin-left: 23px;
}

.sidebar .sidebar-widget .category .fa-ul li {
    margin-bottom: 10px;
}

.sidebar .sidebar-widget .category .fa-ul li i {
    color: #353535;
}

.sidebar .sidebar-widget .category .fa-ul li a {
    color: #353535;
}

.sidebar .sidebar-widget .category .fa-ul li a:hover {
    color: #e47a2e;
}

.sidebar .sidebar-widget .tags {
    position: relative;
}

.sidebar .sidebar-widget .tags a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 10px;
    color: #353535;
    background: #ffffff;
    border: 1px solid #353535;
}

.sidebar .sidebar-widget .tags a:hover {
    color: #ffffff;
    background: #e47a2e;
    border: 1px solid #e47a2e;
}

.sidebar .sidebar-widget .image a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar .sidebar-widget .image img {
    max-width: 100%;
    transition: 0.3s;
}

.sidebar .sidebar-widget .image img:hover {
    /* transform: scale(1.1);
    filter: blur(3px);
    -webkit-filter: blur(3px); */
    transform: scale(1.1);
    transition: all 0.3s;
}

/**********************************/
/********* Breadcrumb CSS *********/
/**********************************/
.breadcrumb-wrap {
    position: relative;
    width: 100%;
    background: #ffffff;
}

.breadcrumb-wrap .breadcrumb {
    margin: 25px 0 0 0;
    padding: 0;
    background: none;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #353535;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item.active {
    color: #353535;
}

/**********************************/
/********* Single News CSS ********/
/**********************************/
.single-news {
    position: relative;
    width: 100%;
    padding: 25px 0 0 0;
}

.single-news .sn-img {
    position: relative;
    overflow: hidden;
}

.single-news .sn-img img {
    width: 100%;
}

.single-news .sn-content {
    position: relative;
    width: 100%;
    padding: 30px 0 30px 0;
}

.single-news .sn-content a.sn-title {
    display: block;
    width: 100%;
    color: #353535;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 10px;
}

.single-news .sn-content a.sn-title:hover {
    color: #e47a2e;
}

.single-news .sn-content a.sn-date {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    color: #757575;
    font-size: 17px;
    font-weight: 400;
    transition: 0.3s;
    letter-spacing: 1px;
}

.single-news .sn-content a.sn-date i {
    margin-right: 5px;
}

.single-news .sn-content a.sn-date:hover {
    text-decoration: underline;
}

/**********************************/
/********** Contact CSS ***********/
/**********************************/
/* .contact {
    position: relative;
    padding: 25px 0 45px 0;
}

.contact .map {
    position: relative;
    width: 100%;
}

.contact .map iframe {
    width: 100%;
    height: 300px;
}

.contact .contact-info h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}

.contact .contact-info h4 i {
    color: #353535;
    margin-right: 5px;
}

.contact .social {
    position: relative;
    width: 100%;
}

.contact .social a {
    display: inline-block;
    margin: 10px 10px 0 0;
    width: 40px;
    height: 40px;
    padding: 3px 0;
    text-align: center;
    font-size: 20px;
    border: 1px solid #353535;
}

.contact .social a i {
    color: #353535;
}

.contact .social a:hover {
    background: #E47A2E;
    border-color: #E47A2E;
}

.contact .social a:hover i {
    color: #ffffff;
}

.contact .form {
    color: #666666;
}

@media (max-width: 767.98px) {
    .contact .form {
        margin-bottom: 30px;
    }
} */

/**********************************/
/********** Footer CSS ************/
/**********************************/
.footer {
    position: relative;
    padding: 30px 0 0 0;
    margin-top: 15px;
    background: #353535;
}

@media (min-width: 992px) {
    .footer .container-fluid {
        max-width: 95%;
    }
}

.footer .footer-widget {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.footer .footer-widget h1 {
    color: #ffffff;
    margin-bottom: 18px;
}

.footer .footer-widget .title {
    color: #ffffff;
    white-space: nowrap;
}

.footer .footer-widget p {
    color: #ffffff;
}

.footer .footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .footer-widget ul li {
    margin-bottom: 12px;
}

.footer .footer-widget ul li:last-child {
    margin-bottom: 0;
}

.footer .footer-widget ul li a {
    color: #ffffff;
    white-space: nowrap;
    display: block;
    line-height: 23px;
}

.footer .footer-widget ul li a::before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 5px;
}

.footer .footer-widget ul li a:hover {
    padding-left: 10px;
}

.footer .contact-info p {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 17px;
}

.footer .contact-info p i {
    color: #ffffff;
    margin-right: 5px;
}

.footer .social {
    position: relative;
    width: 100%;
}

.footer .social a {
    display: inline-block;
    margin: 10px 5px 0 0;
    width: 35px;
    height: 35px;
    padding: 2px 0;
    text-align: center;
    font-size: 18px;
    background: #353535;
    border: 1px solid #ffffff;
}

.footer .social a i {
    color: #ffffff;
}

.footer .social a:hover {
    background: #e47a2e;
    border: 1px solid #e47a2e;
}

.footer .newsletter {
    position: relative;
    width: 100%;
}

.footer .newsletter form {
    position: relative;
    width: 100%;
}

.footer .newsletter input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #ffffff;
}

.footer .newsletter .btn {
    position: absolute;
    width: 80px;
    height: 40px;
    top: 0;
    right: 0;
    padding: 0 15px;
    border: none;
    background: #353535;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.footer .newsletter .btn:hover {
    background: #e47a2e;
}

.footer .newsletter input:focus,
.footer .newsletter .btn:focus {
    box-shadow: none;
}

/**********************************/
/******** Footer Bottom CSS *******/
/**********************************/
.footer-bottom {
    position: relative;
    padding: 5px 0px;
    background: #111111;
}

.footer-bottom .copyright {
    text-align: left;
}

.footer-bottom .template-by {
    text-align: right;
}

.footer-bottom .copyright p,
.footer-bottom .template-by p {
    color: #ffffff;
    font-weight: 200;
    margin: 0;
    font-size: 16px;
}

.footer-bottom .copyright p a,
.footer-bottom .template-by p a {
    font-weight: 200;
}

.footer-bottom .copyright p a:hover,
.footer-bottom .template-by p a:hover {
    color: #ffffff;
}

@media (max-width: 768.98px) {
    .footer-bottom .copyright,
    .footer-bottom .template-by {
        text-align: center;
    }
}

/* my custom css */
/* text ellipsis */
.text-elllipsis-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.text-elllipsis-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.text-elllipsis-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

/* .text-elllipsis-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
} */

.text-elllipsis-8 {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

/* Mobile Off-Canvas Menu */
.mobile-menu-sidebar {
    position: fixed;
    top: 0;
    right: -280px; /* Hidden by default */
    width: 280px;
    height: 100%;
    background: #343a40; /* Dark background matching navbar */
    z-index: 9999;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
}

.mobile-menu-sidebar.active {
    right: 0;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
}

.mobile-menu-overlay.active {
    display: block;
}

.mobile-menu-close {
    text-align: right;
    margin-bottom: 20px;
}

.mobile-menu-close button {
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.mobile-menu-nav {
    display: flex;
    flex-direction: column;
}

.mobile-menu-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-nav .nav-link:hover,
.mobile-menu-nav .nav-link.active {
    color: #fff;
    padding-left: 10px; /* Slight indent on hover */
}

/* Dropdown styling in mobile menu */
.mobile-menu-nav .dropdown-menu {
    position: static;
    float: none;
    background: transparent;
    border: none;
    padding-left: 20px;
}

.mobile-menu-nav .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
}

.mobile-menu-nav .dropdown-item:hover,
.mobile-menu-nav .dropdown-item.active {
    color: #fff;
    background: transparent;
}

/* Ensure navbar wraps for greedy nav script */
#navbarCollapse .navbar-nav {
    flex-wrap: wrap;
}

/**********************************/
/****** Breaking News Ticker ******/
/**********************************/
.breaking-news-ticker {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #f5f5f5;
    border-bottom: 2px solid #e47a2e;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin-top: 8px;
}

.ticker-label {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    background: #e47a2e;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 0 18px;
    height: 100%;
    white-space: nowrap;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.ticker-label::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 13px solid #e47a2e;
    z-index: 3;
}

.ticker-wrapper {
    flex: 1;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.ticker-content {
    display: inline-flex;
    align-items: center;
    height: 100%;
    white-space: nowrap;
    animation: ticker-scroll 40s linear infinite;
    padding-left: 20px;
}

.ticker-content:hover {
    animation-play-state: paused;
}

.ticker-content a {
    color: #353535;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
    transition: color 0.2s;
    padding: 0 6px;
}

.ticker-content a:hover {
    color: #e47a2e;
    text-decoration: none;
}

.ticker-separator {
    color: #e47a2e;
    font-size: 10px;
    margin: 0 10px;
    flex-shrink: 0;
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 767.98px) {
    .ticker-label {
        font-size: 13px;
        padding: 0 12px;
    }

    .ticker-content a {
        font-size: 15px;
    }

    .breaking-news-ticker {
        height: 38px;
    }
}
