:root {
    --yellow: #f2ca30;
    --white: #ffffff;
    --black: #272525;
    --red: #cc2229;
    --grey: #6e6e70;
}

@font-face {
    font-family: 'Gotham';
    src: url("../fonts/gotham/Gotham-Bold.woff2") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url("../fonts/gotham/Gotham-Medium.woff2") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Jakarta';
    src: url('../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Jakarta';
    src: url('../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Jakarta';
    src: url('../fonts/Plus_Jakarta_Sans/PlusJakartaSans-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jakarta';
    src: url('../fonts/Plus_Jakarta_Sans/PlusJakartaSans-ExtraBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Charter';
    src: url('../fonts/charter/ttf/Charter Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Charter';
    src: url('../fonts/charter/ttf/Charter Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Charter';
    src: url('../fonts/charter/ttf/Charter Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Charter';
    src: url('../fonts/charter/ttf/Charter Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


*,
body,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
button {
    margin: 0;
    padding: 0;
    font-family: 'Charter';
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.header-text,
.fs-4 {
    font-size: 15px !important; /* changes done in mobile view branch 21-06-2025 (Developer - Yogesh) */
    font-weight: 600 !important;
}

.fs-3 {
    font-size: 14px !important;
    font-weight: 300 !important;
    color: var(--black);
    text-shadow: 0px 0px 1px rgb(0, 0, 0);
}

.jakarta-grey-text {
    font-family: 'Jakarta' !important;
    font-weight: 400;
    color: grey;
}

.jakarta-bolder-text {
    font-family: 'Jakarta' !important;
    font-weight: bolder;
}

.footer-links li a,
.newsletter-section h4 {
    font-family: 'Jakarta';
    font-weight: normal;
}

.jakarta-mini-smbold {
    font-family: 'Jakarta';
    font-weight: normal;
    font-size: 14px;
}


.category-title {
    font-weight: 400;
    color: #908989;
    text-align: start;
    font-size: 10px; /* changes done in mobile view branch 21-06-2025 (Developer - Yogesh) */
    font-family: 'Jakarta';

    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* line-clamp: 2;
    -webkit-line-clamp: 2; */
}

@media (min-width: 1000px) {

    .header-text,
    .fs-4 {
        font-size: 1.2rem !important;
    }

    .category-title,
    .fs-3 {
        font-size: 0.9rem !important;
    }

    .footer-links a {
        font-size: 0.8rem !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 95% !important;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 90%;
    }
}


@media (min-width: 1500px) {

    .header-text,
    .fs-4 {
        font-size: 1.5rem !important;
    }

    .category-title,
    .fs-3 {
        font-size: 1.1rem !important;
    }

    .footer-links a {
        font-size: 1rem !important;
    }
}

@media only screen and (max-width: 768px) {
    .mini-news-card .mini-card-image {
        width: 100%;
    }

    .mobile-share{
        top: 15px;
    }
}


.no-border {
    border: none !important;
}

.yellow-color {
    color: var(--yellow);
}


.yellow-bg-color {
    background-color: var(--yellow);
}

.white-bg-color {
    background-color: var(--white);
}

.white-color {
    color: var(--white);
}

.black-color {
    color: var(--black);
}

.black-bg-color {
    background-color: var(--black);
}

.red-color {
    color: var(--red);
}

.red-bg-color {
    background-color: var(--red);
}

.grey-color {
    color: var(--grey);
}

.overflow-hedden {
    overflow: hidden;
}

.text-justiy {
    text-align: left;
}

.header-btn {
    font-family: 'Charter';
    font-weight: 400;
    font-size: 18px;
    padding: 0px 10px !important;
}

.header-top {
    background-color: transparent;
    color: #fff;
}

.header-top .head-headline-bullet::after {
    position: absolute;
    height: 16px;
    width: 16px;
    content: '';
    background-color: var(--yellow);
    border-radius: 10px;
    top: 20px;
    margin-left: 8px;
    border: 2px solid var(--black);
}

.header-top .head-headline-bullet {
    font-size: 20px;
    /* font-weight: 400; */
    margin-right: 30px;
    display: inline-block;
}

.header-top .head-headline-text {
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
}

.header-top .head-headline::after {
    content: '';
    position: absolute;
    height: 20px;
    width: 1.5px;
    background-color: #fff;
    top: 18px;
    margin-left: 10px;
}

.header-top .head-headline {
    margin: 0 10px;
}

.header-main {
    background-color: var(--white);
    margin-top: 4px;
    padding: 20px 0;
}

.header-main .header-main-logo {
    max-width: 70px;
}

.header-main ul.navigation {
    list-style: none;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: right
}

.header-main .navigation li {
    margin-left: 25px;
    width: auto;
}

.header-main .nav-divider::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    margin-left: -25px;
    margin-top: 5px;
    background-color: #ee1d23;
    border-radius: 15px;
    left: 0;
}

.header-main .navigation a {
    text-decoration: none;
    color: #231f20;
}

.header-main .navigation h5 {
    font-weight: 600;
    font-size: 18px;
    font-family: 'Charter';
}

.header-nav .nav-link {
    font-family: 'Charter';
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
    transition: all 0.3s ease-in-out;
}


.header-nav .nav-link:hover {
    opacity: 0.8;
}

#navbarNav .ul .li a {
    font-size: 18px;
    font-weight: 500;
}

.navbar-brand-logo {
    font-size: 24px;
    font-weight: bold;
}

.container-fluid {
    width: 90%;
}

.top-rounded-card {
    border-radius: 24px 24px 0px 0px;
}

.bottom-rounded-card {
    padding: 35px;
    border-radius: 0px 0px 15px 15px;
    border-bottom: 1px solid rgb(78, 78, 78) !important;
    border-left: 1px solid rgb(78, 78, 78) !important;
    border-right: 1px solid rgb(78, 78, 78) !important;
    text-shadow: 0px 0px 1px rgb(75, 75, 75);
}

.card-title-carter{
    font-family: 'Charter';
    font-weight: 600;
}
.font-gotham{
    font-family: 'Gotham';
}

.img-top-rounded {
    border-radius: 15px 15px 0px 0px;
}

.img-bottom-rounded {
    border-radius: 0px 15px 15px 0px;
}

.rounded-card {
    border-radius: 15px 15px 15px 15px;
}

.live-update-bar {
    background-color: #272525;
    color: white;
    padding: 5px 0;
    font-size: 14px;
}

.live-update-bar span {
    color: red;
    font-weight: bold;
}

.language-options {
    font-size: 14px;
}

.header-logo {
    font-family: serif;
    font-size: 20px;
    font-weight: bold;
}

.header-logo span {
    display: block;
    font-size: 12px;
}


.position-relative {
    position: relative;
}

.card-shadow {
    border: solid 0.5px rgb(156, 156, 156);
    /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease; */
    transition: all 0.3s ease-in-out;
}

.card-shadow:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.card-shadow h2,
.card-shadow h3 {
    font-weight: 600;
}

.card-shadow p {
    margin-top: 10px;
    font-family: 'Jakarta';
    font-weight: 400;
    font-size: 14px;
    color: var(--black);
}

.card-shadow .card-header.fixed-height-1 {
    max-height: 150px;
    overflow: hidden;
}

.card-shadow .card-chip {
    position: absolute;
    right: 0;
    bottom: 0;
    border-top-left-radius: 35px;
    padding: 10px 50px;
    font-weight: 500;
}

.card-shadow .card-chip.chip-yellow {
    color: #000;
    background-color: var(--yellow);
}

.card-shadow .card-chip.chip-black {
    color: #fff;
    background-color: var(--black);
}

.news-top-left-section {
    max-width: 30%;
    display: inline-block;
}

.news-top-right-section {
    max-width: 70%;
    display: inline-block;
}

.carousel-item img {
    max-height: 430px;
    object-fit: cover;
}

.news-top-right-section .card.rounded-card {
    background-color: var(--yellow);
}

.news-top-right-section .bottom-rounded-card {
    background-color: var(--yellow);
    padding: 2.5rem 1.5rem;
}


.subnews-card {
    border-radius: 25px;
}

.subnews-card img {
    height: 100%;
    border-radius: 25px;
}

.card-images {
    display: flex;
    flex-direction: column;
    width: 40%;
}

.card-images img {
    width: 100%;
    height: 50%;
    object-fit: cover;
}

.sidebar-wrapper {
    position: relative;
}

.sidebar-wrapper .top-headline::before {
    position: absolute;
    content: '';
    background-color: var(--red);
    width: 12px;
    height: 12px;
    border-radius: 12px;
    left: 0;
    top: 10px;
}

.sidebar-wrapper .top-headline {
    font-weight: 600;
    padding-left: 25px;
    padding-bottom: 7px;
    font-size: 26px;
    border-bottom: 3px solid var(--yellow);
}

.sidebar-wrapper .second-headline {
    font-weight: 600;
    margin-top: 20px;
}

.sidebar-wrapper .headline-card p {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}

.sidebar-wrapper .headline-card span {
    font-size: 12px;
    font-weight: 500;
    color: var(--yellow);
}

.side-social-icons .icon-wrapper {
    font-size: 25px;
    padding: 5px 5px;
    border-radius: 3px;
    background: transparent;
    margin-right: 4px;
    cursor: pointer;
}

.main-article-bottom-social-icons .icon-wrapper {
    font-size: 25px;
    border-radius: 3px;
    background: var(--yellow);
    text-align: center;
    width: 35px;
    cursor: pointer;
}


.article-bottom-pagination {
    text-align: start;
    margin-left: 20px;
    font-family: 'Gotham';
}


footer {
    padding: 50px 0 20px;
    background-color: var(--yellow);
}

footer .footer-logo {
    width: 380px;
}

.footer-links {
    padding-left: 0 !important;
}

.footer-links a {
    text-decoration: none;
    color: var(--black);
    font-weight: 200;
    line-height: 40px;
    transition: all 0.3s ease-in-out;
}

.footer-links li {
    position: relative;
    list-style-type: none;
}

.footer-links a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--yellow);
    transition: width 0.4s ease-in-out;
}

.footer-links a:hover {
    color: var(--black);
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.603);
}

.footer-links a:hover::after {
    width: 30%;
}

.newsletter-section {
    color: var(--black);
}

.newsletter-section h4 {
    margin-top: 10px;
    margin-bottom: 15px;
}

.newsletter-section p {
    color: var(--black);
    margin-bottom: 15px;
}

.newsletter-section input {
    font-size: 12px;
    font-weight: 500;
    background: transparent;
    border: 1px solid rgb(48 48 48 / 94%);
    color: #1d1d1d;
}

.newsletter-section input:focus {
    border-color: #343434;
    box-shadow: none !important;
}

.footer-strip {
    background-color: var(--yellow);
    padding: 20px 0;
    color: var(--black);
}

.footer-strip p{
    font-weight: 300;
    font-family: 'Gotham';
}

.footer-strip p a {
    text-decoration: none;
    color: var(--black);
}


.news-heading-text {
    margin-right: 12%;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 25px;
    position: relative;
    padding: 0px 0px 0px 40px;
}

.article-by b {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.main-article-paragraph p, .main-article-paragraph span{
    text-align: justify;
    font-weight: 400;
    font-size: 18px !important;
    font-family: 'Jakarta';
    margin-top: 20px;
}

.article-heading-yellow-dot::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-color: var(--yellow);
    border: 3px solid var(--black);
    border-radius: 50%;
}


.bottom-icon-btn {
    display: inline-flex;
    border: none;
    background: none;
}

.article-bottom-icon {
    outline: none;
    height: 25px;
    margin-right: 10px;
    vertical-align: middle;
}

.navigation-wrapper {
    padding: 20px 0;
    border-top: 3px solid #f2ca30;
    border-bottom: 3px solid #f2ca30;
}


.navigation-yellow-dot::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #f2ca30;
    border: 1.5px solid black;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 50%;
}


.image-button {
    display: flex;
    align-items: center;
    padding: 10px;
    border: none;
    color: var(--black);
    font-size: 12px;
    cursor: pointer;
}

.button-image {
    width: 35px;
    height: 15px;
    margin-right: 8px;
}

.medium-yellow-dot::before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #f2ca30;
    border: 3px solid black;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
}

.sidebar-wrapper .article-sidebar::before {
    position: absolute;
    content: '';
    background-color: var(--yellow);
    width: 15px;
    height: 15px;
    border-radius: 12px;
    left: 0;
    top: 10px;
    border: 3px solid black;
}

.sidebar-wrapper .article-sidebar {
    font-weight: 600;
    padding-left: 25px;
    padding-bottom: 7px;
    font-size: 26px;
    border-bottom: 3px solid var(--yellow);
}

/* Basic styling */
.share-button {
    position: relative;
    cursor: pointer;
    background-color: #007bff;
    color: white;
    padding: 10px;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
}

.share-button:hover {
    transform: scale(1.1);
}

/* Social icons styling */
.share-social-icons {
    position: absolute;
    top: 55px;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0px;
    background-color: var(--yellow);
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.share-social-icons a {
    background-color: var(--yellow);
    color: var(--black);
    font-size: 16px;
    padding: 6px 6px;
    text-decoration: none;
    text-align-last: center;
}

.share-social-icons i:hover {
    transform: scale(1.05);
    transition: ease-in-out;
}

.share-social-icons .social-border-bottom::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 80%;
    height: 1px;
    background-color: var(--black);
}

.article-by::after {
    content: "";
    bottom: 0;
    position: absolute;
    border-bottom: 2px solid #878787f0;
    width: 100%;
    left: 0;
}


.news-card .news-image {    
    height: auto;
    border-radius: 20px;
}


.divider {
    border: 1px solid #848282;
    margin: 1.5rem 0;
}


.section-heading::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 13px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-color: var(--yellow);
    border: 2px solid var(--black);
    border-radius: 50%;
}

.section-heading::after {
    content: '';
    position: absolute;
    top: 17px;
    width: -webkit-fill-available;
    border: 1px solid #848282;
    margin-left: 15px;
}

.header-bar {
    position: absolute;
    left: 85px;
    top: 2px;
    width: 87%;
    margin: 1rem 0;
    border: 0;
    border-top: 1px solid black !important;
}

.navbar-border {
    position: absolute;
    bottom: 8px;
    width: 99%;
    border-bottom: 2px solid rgba(46, 46, 46, 0.479);
}


.mini-card-image {
    /* width: 145px; */
    height: 145px;
    object-fit: cover;
    border-radius: 1rem;
    background-position: center;
}

.mini-news-card {
    border: none;
}

.explore-more-link a,
.explore-more-link img {
    text-decoration: none;
    color: var(--grey);
    transition: all 0.3s ease-in-out;
    transform: scale(0.9);
    cursor: pointer;
    font-family: 'Gotham';
    font-weight: 300;
}

.explore-more-link a:hover {
    color: rgb(43, 43, 43);
}

.explore-more-link img:hover {
    transition: all 0.3s ease-in-out;
    transform: scale(1);

}

.news-card img:hover {
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}

.yellow-pointer::before {
    content: "";
    position: absolute;
    left: 8px;
    bottom: 0;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-color: var(--yellow);
    border: 3px solid var(--black);
    border-radius: 50%;
}

.yellow-mini-pointer::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: var(--yellow);
    border: 1px solid var(--black);
    border-radius: 50px;
}

.border-line::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 20px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #848282;
}


.more-news-card .card {
    background-color: #00a9da;
    background-image: url('../images/more-local-news.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
    position: relative;
    color: white;
    border: none;
}

.more-news-card .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 128, 196, 0.425);
    border-radius: 1rem;
    z-index: 0;
}

.more-news-card .card-body {
    position: relative;
    z-index: 1;
}


.more-news-card-text {
    background-color: #00c6ff;
    position: absolute;
    overflow: hidden;
    top: 0;
    height: 100%;
    opacity: 0.5;
}

.more-news-btn a {
    background-color: var(--yellow);
    color: var(--black);
    font-size: 16px;
    border: none;
}


.gradient-card .title {
    padding: 0px 20px;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.gradient-card .subtitle {
    font-size: 0.9rem;
    font-weight: 300;
    margin-bottom: 20px;
}

.gradient-card .btn-custom {
    background-color: #ffd700;
    color: #000;
    border: none;
    font-weight: bold;
    border-radius: 30px;
    padding: 5px 10px;
}

.gradient-card .btn-custom:hover {
    background-color: #ffc107;
    color: #000;
}

.watermarked {
    background-image: url("../images/more-local-news.png");
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    height: inherit;
    opacity: 0.8;
}

.main-article-thumbnail {
    width: -webkit-fill-available;
    border-radius: 30px 30px 0px 30px;
    margin-bottom: 40px;
}

.main-article-thumbnail img {
    transform: scale(1.05);
    width: 100%;
    overflow: hidden;
    background-position: center;
}

.breadcrumb-item a,
li {
    font-family: 'Jakarta';
    font-weight: 400;
    color: var(--grey) !important;
    text-decoration: none;
}

.posted-by span {
    font-family: 'Jakarta';
    font-weight: 400;
    font-size: 18px;
}

.posted-by a {
    text-decoration: none;
    color: var(--black);
    font-family: 'Charter';
    font-weight: 600;
}

.post-info span {
    font-family: 'Jakarta';
    font-weight: 400;
    font-size: 14px !important;
}

.tranding-news-img {
    background-size: cover;
    width: 100% !important;
    height: 130px !important;
    box-sizing: border-box;
}
.tranding-news-img a img {
    overflow: hidden;
    height: -webkit-fill-available;
    width: 100%;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
}

.tranding-news > a > img {
    overflow: hidden;
    height: inherit;
    width: inherit;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.rounded-logo{
    height: 70px;   
}

.img-link{
    color:#222 !important;
    transition: all .2s ease-in-out 0s;
    text-decoration: none;
    outline: none !important
}



.auth-modal {
    text-align: center
}

.auth-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px
}

.auth-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.auth-modal .modal-sm {
    width: 330px;
    max-width: 100%
}

.auth-modal .modal-content {
    padding: 15px 0;
}

.auth-modal .modal-header {
    text-align: center;
    border: 0;
    border-radius: 3px 3px 0 0;
    display: block;
    width: 100%;
    padding: 15px 0
}

.auth-modal .modal-header .close {
    position: absolute;
    z-index: 10;
    right: 15px;
    font-size: 15px;
    top: 15px
}

.auth-modal .modal-header .modal-title {
    font-size: 24px;
    position: relative;
    font-weight: 600
}

.auth-modal .modal-body {
    padding: 5px 30px 15px 30px;
}

.auth-modal .form-group {
    margin-bottom: 10px
}

.link-forget {
    color: #555 !important;
    font-size: 13px;
}

#form-login .btn {
    padding: 1.06rem 1.6rem;
}

.page-login {
    padding-top: 30px
}

.col-profile {
    margin-bottom: 15px;
    text-align: center
}

.col-profile .thumbnail {
    margin: 0 auto;
    max-width: 150px;
    max-height: 150px
}

.col-profile .btn {
    border-radius: 1px;
    position: relative
}

.col-option label {
    margin-left: 0 !important;
    cursor: pointer !important
}

.title-social-profile {
    font-size: 18px
}

.btn-login {
    margin: 15px 0;
    padding: 14px 24px
}

.login-box-cnt {
    margin: 0 auto;
    width: 450px;
    max-width: 450px
}

.login-box {
    position: relative;
    width: 100%;
    padding: 30px;
    margin-bottom: 80px;
    top: 0;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    float: left
}

.login-box .box-footer {
    display: block;
    width: 100%;
    float: left;
    padding: 20px 0;
    text-align: center;
    background-color: #f6f6f6;
    border-top: 1px solid #eee !important
}

.login-box .box-footer a {
    color: #222
}

.login-box .captcha-cnt {
    text-align: center
}

.auth-title {
    display: block;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px
}

.auth-sub-title {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #777
}

.login-box .auth-sub-title {
    margin-bottom: 30px
}


.search-form {
    display: none;
    width: 380px;
    position: absolute;
    right: 0;
    top: 50px;
    background-color: #fff;
    z-index: 999999;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px;
}

.search-form .form-input {
    border: 0 !important;
    box-shadow: none;
    color: #949494;
    height: 40px;
    line-height: 14px;
    padding: 10px 65px 10px 20px;
    background-color: #fafafa;
    font-size: 0.875rem;
}

.search-form button {
    border: 0 !important;
    box-shadow: none;
    color: #fff !important;
    font-size: 16px;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 0;
    line-height: 10px;
    padding: 5px;
}

.search-form.open {
    display: block !important
}

.profile-dropdown .dropdown-menu {
    left: -40px !important;
    min-width: 11rem !important;
    top: 4px !important;
}

.profile-dropdown > a {
    padding: 0 !important;
}

.profile-dropdown > a img {
    border-radius: 50%;
    border: 1px solid #888;
    width: 28px;
    height: 28px;
}

.dropdown-languages .dropdown-menu {
    left: -34px !important;
    max-height: 400px;
    overflow-y: auto;
}

.nav-main .nav-dropdown-menu .dropdown-sub {
    left: auto !important;
    right: 100% !important;
    margin-right: -1px;
}


.btn-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: 0.875rem;
    font-weight: 400;
    outline: 0 !important;
    box-shadow: none !important;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active {
    color: #fff !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
}

.btn-custom, .nav-payout-accounts .active a, .pagination li.active a, .label-reaction-voted, .page-gallery .filters .active::after {
    background-color: var(--vr-theme-color) !important;
}

.btn-custom:active {
    background-color: var(--vr-theme-color) !important;
    border-color: var(--vr-theme-color) !important;
}

.search-icon svg{
    width: 28px;
    height: 28px;
}

.carousel-control-next, .carousel-control-prev{
    top: -20%;
    opacity: 0.7;
}

.main-article-paragraph{
    font-family: 'Jakarta';
    font-weight: 400;
}

.position-relative.text-start .header-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.mini-news-card .card-body a{
    font-size: 1.7rem;
    line-height: initial;
}
.cursor-pointer{
    cursor: pointer;
}

.mobile-share{
    text-align: end;
    position: absolute;
    right: 0px;
}

.no-underline::after{
    border: none !important;
}
/* *{
    border: .5px solid red;
} */

/* Small and up */
@media (max-width: 576px) {
  .explore-more-link a {
    font-size: small !important;
  }

    .yellow-pointer::before {
        content: "";
        position: absolute;
        left: 8px;
        bottom: 0;
        transform: translateY(-50%);
        width: 10px !important;
        height: 10px !important;
        background-color: var(--yellow);
        border: 2px solid var(--black);
        border-radius: 50%;
    }

    .yellow-mini-pointer,
    .border-line,
    .second-headline,
    .social-icons-not-for-mobile,
    .explore-more-link-for-mobile,
    .sign-in-subscribe-for-mobile,
    .nav-content-not-for-mobile,
    .container-not-for-mobile-view,
    .footer-section-not-for-mobile,
    .col-md-6-p-0-not-for-mob-view,
    .row-div-not-for-mob-view,
    .row-temp-three-not-for-mob-view,
    .tranding-news-not-for-mob-view,
    .header-festive-banner-not-for-mobile-view,
    .card-body-description-not-for-mobile-view {
        display: none !important;
    }

    .cursor-pointer > h5,
    .cursor-pointer > p,
    .position-relative > .category-title{
        margin-left: 0px !important;
    }

    .position-relative-for-mobile > span{
        margin-left: 7px !important;
    }

    .social-icons-for-mobile{
        margin-top: 15px !important;
        text-align: center !important;
    }

    .for-mobile-view{
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

    .for-you-just-in-mobile-view{
        margin-bottom: 0px !important;
    }
    .divider-for-mobile-view{
        margin: 1.0rem 0 !important;
        border-bottom: thin !important;
    }

    .min-card-image-for-mobile{
        height: 100px !important;
    }

    .mini-news-card-for-mobile .card-body a{
        font-size: 13px !important;
    }

    .explore-more-link-two-for-mobile{
        margin-top: 1.75rem !important;
    }

    .for-you-section-row-mobile-view{
        margin-bottom: 0px !important;
    }

    .header-main-for-mobile{
        margin-top: -5px !important;
        padding-bottom: 0px !important;
    }
    .carousel-control-next, .carousel-control-prev{
        top: 0% !important;
    }

    .nav-link {
        font-size: 10px;
        padding: 0 6px;
    }

    .nav-link:hover {
        text-decoration: underline;
        color: #007bff;
    }

    .footer-nav-for-mobile li a{
        padding: 0px 0px 0px 0px !important;
    }

    .main-article-for-mobile-view{
        margin-top: 5px !important;
    }

    .breadcrumb-for-mobile-view{
        font-size: x-small !important;
    }

    .post-title-for-mobile-view{
        font-size: 1.75rem !important;
    }

    .post-info-for-mobile-view span{
        font-size: small !important;
    }

    .posted-by-for-mobile-view > span,
    .posted-by-for-mobile-view{
        font-size: 0.7rem !important;
        padding: 0px !important;
    }

    .posted-by-for-mobile-view > a{
        font-size: 0.8rem !important;
        font-weight: bolder !important;
    }

    .rounded-log-for-mobile-view{
        height: 55px !important;
    }

    .post-info-for-mobile-view-two > span {
        font-size: 0.5rem !important;
        padding: 0px !important;
    }

    .main-heading-content-for-mobile-view{
        padding-left: 0px !important;
    }

    .share-chip-img-for-mobile-view{
        height: 20px !important;
    }

    .share-span-for-mobile-view{
        font-size: 0.6rem !important;
    }

    .social-icons-for-mobile-view > span{
        font-size: 12px !important;
        width: 15px !important;
    }

    .social-icons-for-mobile-view{
        gap: 0.4rem !important;
    }

    .text-align-end-for-mobile-view button > img{
        height: 12px !important;
        margin-right: 5px !important;
    }

    .text-align-end-for-mobile-view button > span{
        font-size: 0.5rem !important;
        padding-right: 1rem !important;
    }

    .pt-md-row-for-mobile-view{
        align-items: center !important;
    }

    .pt-md-row-for-mobile-view > .col-8,
    .pt-md-row-for-mobile-view > .col-4{
        margin-top: 1rem !important;
    }

    .position-relative-cat-for-mob-view > h5,
    .position-relative-cat-for-mob-view {
        margin-left: 0px !important;
        margin-bottom: 0px !important;
    }

    .explore-more-link-for-mob-view > a{
        margin-top: 25px !important;
    }

    .navigation-wrapper-for-mobile-view{
        margin-bottom: 1rem !important;
        padding-top: 10px !important;
    }
    .footer-nav-bar-for-mobile a{
        font-size: 9px !important;
    }
    .footer-nav-bar-for-mobile li{
        padding-left: 0.2rem !important;
        padding-right: 0.2rem !important;
    }

    .img-top-rounded{
        border-radius: 0px 0px 0px 0px !important;
    }
    .headline-section-for-mobile-view{
        padding-left: 0px;
        padding-right: 0px;
    }

    .headline-section-for-mobile-view > div{
        margin-bottom: 1rem !important;
    }
}

@media (min-width: 577px) {
    .social-icons-for-mobile,
    .divider-for-mobile-view,
    .nav-content-for-mobile,
    .footer-section-for-mobile,
    .col-md-6-p-0-for-mob-view,
    .row-div-for-mob-view,
    .row-temp-three-for-mob-view,
    .tranding-news-for-mob-view,
    .top-news-section-heading-for-mobile-view {
        display: none !important;
    }
}