@import"https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700&display=swap";
@import"https://fonts.googleapis.com/css2?family=Baloo+Chettan+2:wght@400;500;600;700;800&display=swap";
@import"https://fonts.googleapis.com/css2?family=Mako&display=swap";

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: 'Manjari', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    background-color: #f8f9fa;
    color: #111;
}

p {
    font-family: 'Manjari', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.card-tit,
.football_head {
    font-family: 'Manjari', sans-serif !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.02em;
}

:root {
    --primary-font: "Manjari", "Inter", sans-serif
}

.flex {
    display: flex
}

.header-main {
    background: #52b250;
    height: 6.1875rem;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.header-container {
    padding: 2rem 6rem
}

.nav-list > ul {
    display: flex;
    list-style: none;
    gap: 1.5rem
}

.nav-list a {
    text-decoration: none;
    color: #f5f5f5;
    font-size: 1rem;
    font-family: "Inter", sans-serif;
    padding: .5rem;
    transition: .3s
}

.nav-list a:hover {
    opacity: .5
}

/* Custom Nav Dropdown for Others */
.custom-nav-dropdown .dropdown-toggle::after {
    display: none;
}
.custom-nav-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #181818;
    padding: 8px 0;
    min-width: 150px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}
.custom-nav-dropdown .dropdown-menu.show {
    display: block;
}
.custom-nav-dropdown .dropdown-item {
    color: #e0e0e0;
    padding: 10px 18px;
    font-size: 0.95rem;
    transition: background 0.2s, color 0.2s;
}
.custom-nav-dropdown .dropdown-item:hover {
    background-color: #52b250;
    color: #ffffff;
    opacity: 1;
}

.main-logo {
    height: 9rem;
    width: 9rem;
    position: absolute;
    left: 10%;
    top: 10%;
    z-index: 999;
}

.spotlight-section {
    background: linear-gradient(to top, rgba(10, 10, 10, 0.95) 0%, rgba(10, 10, 10, 0.4) 50%, rgba(10, 10, 10, 0.1) 100%), url();
    background-size: cover;
    background-position: center;
    min-height: 60vh;
    display: flex;
    align-items: flex-end;
    padding-bottom: 3rem;
}

.breaking-news h1 {
    background-color: #00000091;
    color: #fff;
    max-height: -moz-fit-content;
    max-height: fit-content;
    margin-top: .5rem;
    font-size: 2rem;
    font-weight: lighter;
    padding: .5rem;
    border-radius: .2rem
}

.breaking-news h1 a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.breaking-news {
    height: 80vh;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: .5rem;
    display: flex;
    flex-direction: column;
    place-content: center
}

.spotlight-container {
    padding: 0rem 10rem
}

.breaking-readmore {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-top: 1.5rem
}

.breaking-readmore a {
    font-family: "Inter", sans-serif;
    color: #fff;
    text-decoration: none;
    padding: .7rem 2rem;
    border-radius: .2rem;
    background-color: #52b250;
    transition: opacity .2s
}

.breaking-readmore a:hover {
    opacity: .8
}

.ad-banner-1 {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 80%;
    max-width: 100%;
    height: 11rem;
    max-height: 11rem;
    border: 1px solid #000;
    border-radius: 2.875rem;
    margin: 4rem auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ad-img {
    width: 100%;
    height: 140px;
    overflow: hidden;

}

.ad-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-news-container,
.cricket-news-container,
.football-news-container,
.other-news-container {
    padding: 1rem 15rem
}

.news-container {
    padding: 4rem 1rem 0.5rem 1rem;
    overflow: hidden;
    display: grid;
    place-content: center
}

.pricacy-container {
    padding: 6rem 20vw
}

.latest-new-heading h1,
.cricket-news-heading h1 {
    font-family: 'Manjari', sans-serif;
    font-weight: 700;
    padding: 0rem .5rem;
    font-size: 2rem;
    color: #111;
    border-left: 5px solid #52b250;
    line-height: 1;
}

.cricket-news-heading,
.latest-new-heading {
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.l-n-c-1-1,
.l-n-c-1-2,
.c-n-c-1-1,
.c-n-c-1-2 {
    max-width: 14.625rem !important;
    border: 1px solid rgba(0, 0, 0, .18);
    box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, .25);
    max-width: -moz-fit-content;
    max-width: fit-content
}

.l-n-c-1,
.c-n-c-1 {
    margin-bottom: 3rem
}

.l-n-desc,
.c-n-desc {
    max-width: 100%
}

.l-n-desc p,
.c-n-desc p {
    padding: 0;
    font-weight: 700;
}

.l-n-m-d,
.c-n-m-d {
    /* padding: 4rem 0rem; */
    justify-content: center;
    gap: 1rem
}

.l-n-d-p,
.c-n-d-p {
    font-family: "Inter", sans-serif;
    padding: 0;
    font-size: .75rem;
    color: #666;
}

.l-n-c-m a:nth-child(1),
.c-n-c-m a:nth-child(1) {
    text-decoration: none;
    color: #000;
    margin-right: 1rem
}

.l-n-c-m a,
.c-n-c-m a {
    text-decoration: none;
    color: #000
}

.l-n-c-3,
.l-n-c-m-2,
.c-n-c-m-2 {
    width: 100%;
    background-size: cover;
    position: relative;
    background-position: center;
    /* max-width: 22.1875rem; */
    display: flex;
    justify-content: center
}

.cricket-news-container.cricket-main {
    padding-top: 5rem
}

.after-cricket-section-container.cricket-main {
    padding: 5rem 0rem
}

.cricket-news-heading.cricket-main h1 {
    font-size: 2rem;
    font-weight: 500
}

.cric-more-c-1.cricket-main {
    justify-content: center
}

.cric-more-c-1.cric-more-c-1.cricket-main a {
    margin: 1.5rem 0rem
}

.cric-more-c-1.cricket-main .l-n-c-1-1 {
    transform: scale(1.1);
    margin: 0rem 2.3rem
}

.cricket-new-sec-container {
    padding: 1rem 0rem;
    margin: 0 1rem;
    padding-bottom: 5rem
}

.cricket-new-sec-container a {
    text-decoration: none;
    color: #000
}

.new-c-1 img {
    height: 10.375rem
}

.new-c-1 {
    border: 1px solid rgba(0, 0, 0, .28);
    box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, .25);
    max-width: 55.625rem;
    align-items: center;
    margin: 0rem auto
}

.new-c-2 p {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1
}

.new-main {
    margin-bottom: 2.5rem
}

.new-c-1 .l-n-d-p {
    padding: 0;
    font-size: .8rem
}

.new-c-2 {
    max-width: 30rem;
    margin-left: 1rem
}

.football-news-section .c-n-c-m-2 {
    /* background: url(../images/FolUlW-aEAAen_B\ 145.png) !important; */
    background-size: cover !important
}

.c-n-c-m-2.football {
    /* background: url(../images/FolUlW-aEAAen_B\ 145.png) !important; */
    background-size: cover !important
}

.l-n-c-2-1,
.c-n-c-2-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2.5rem 1rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.5) 60%, transparent 100%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.l-n-c-2-1 p,
.c-n-c-2-1 p {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.l-n-c-2-1 span,
.c-n-c-2-1 span {
    border-radius: 0;
    font-size: 0.68rem;
    color: rgba(255,255,255,0.7);
    background: none;
    padding: 0 !important;
    max-width: fit-content;
    font-family: "Inter", sans-serif;
}

.after-cricket-section-container {
    /* padding: 11rem 0rem */
}

.cric-more-c-1 {
    justify-content: center
}

.after-cricket-section .cric-more-c-1 a {
    margin: 1rem;
    text-decoration: none;
    color: #000
}

.webstories-h h1 {
    font-family: "Inter", sans-serif;
    font-size: 1.5rem;
    font-weight: 300
}

.webstories-h {
    margin: 2rem 0rem
}

.webstories-container {
    padding: 3rem 2.5rem 1.5rem;
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    justify-content: center
}

.webstories-c-1 {
    overflow: hidden;
    width: 100%
}

.webstories-c-1 .webstories-c {
    padding: 0.25rem 0.6rem
}

.news-title {
    display: flex;
    justify-content: center
}

.news-title h1 {
    max-width: 53.375rem;
    display: flex;
    font-family: 'Manjari', sans-serif !important;
    text-transform: none !important;
}

.news-image img {
    max-height: 30rem;
    width: 100%
}

.news-image {
    margin: 2rem 0rem 1rem 0rem;
    max-width: 100%
}

.post-details {
    justify-content: space-between;
    max-width: 854px
}

.handle-icons {
    height: 30px;
    width: 30px;
    background: rgba(0, 0, 0, .25);
    margin: 0rem .2rem;
    border-radius: 50%;
    position: relative
}

.post-handles {
    margin-left: .5rem
}

.post-handles-1 a {
    text-decoration: none;
    color: #111
}

.theme-arrow-img {
    height: 3.5rem;
    width: auto;
    transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.cricket-news-more a:hover .theme-arrow-img {
    transform: translateX(4px);
}

.post-follow {
    align-items: center
}

.post-icons {
    position: absolute;
    top: 23%;
    left: 28%
}

.post-yt {
    left: 20%
}

.post-author p,
.post-date p {
    font-family: var(--primary-font);
    font-size: .9rem;
    margin-bottom: .3rem
}

.post-author-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.post-author img {
    width: 100%;
    height: 100%;
    ;
    object-fit: cover;

}

.follow-text p {
    font-family: var(--primary-font);
    font-size: .9rem
}

.post-desc-container {
    padding: 0.5rem 10rem 2rem 10rem;
}

.post-desc {
    display: flex;
    justify-content: center
}

.news-all {
    justify-content: space-between;
    max-width: 1370px;
    gap: 1rem
}

.more-news {
    padding-left: 1rem
}

.written-c1 {
    flex-direction: column
}

.written-c1 p {
    padding: 0;
    margin-bottom: 1.25rem;
    font-family: 'Manjari', sans-serif !important;
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 45.3125rem
}

.written-c1 p:first-child {
    padding-top: 0
}

.written-c1 p:last-child {
    padding-bottom: 0
}

.more-news {
    font-family: var(--primary-font)
}

.more-news-image {
    max-width: 12.5rem
}

.more-heading {
    margin-bottom: .5rem;
    padding-bottom: .2rem;
    border-bottom: 3px solid rgba(0, 0, 0, .5);
    max-width: 11.6875rem
}

.more-news-details p {
    font-size: .9rem;
    padding: .5rem 0rem
}

.more-news-link {
    text-decoration: none;
    color: rgba(0, 0, 0, .8);
    margin: .5rem
}

.privacypolicy h1 {
    font-family: var(--primary-font);
    font-weight: 100;
    margin-bottom: 3rem
}

.privacypolicy p {
    font-family: var(--primary-font);
    padding: 1rem 0rem
}

.topbtn {
    opacity: 0;
    z-index: -99;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: .5rem .8rem;
    margin: 2rem;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .28);
    background-color: rgba(0, 0, 0, .48);
    transition: all .2s ease-in-out;
    color: #fff
}

.topbtn.visible {
    opacity: 1;
    z-index: 999
}

.topbtn:hover {
    background-color: rgba(0, 0, 0, .65)
}

.l-n-m-d,
.c-n-m-d {
    /* padding: 2rem 0rem; */
    justify-content: center;
    gap: 1rem
}

.news-read-more {
    border: 1px solid #000;
    padding: .5rem 1rem;
    border-radius: .3rem;
    font-size: .8rem;
    text-decoration: none;
    color: #000;
    transition: all .2s ease-in-out
}

.news-read-more:hover {
    background-color: #000;
    color: #fff
}

.owl-carousel .owl-dots {
    display: block;
    text-align: center
}

.owl-carousel .owl-dot {
    background: rgba(0, 0, 0, .18) !important;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    display: inline-block
}

.owl-carousel .owl-dot.active {
    background: #777 !important
}

.mobile-header-2 {
    display: none;
    visibility: hidden;
    opacity: 0
}

.mobile-s-title {
    display: none
}

.m-n-i {
    display: none
}

.l-n-d-p.spt {
    display: none
}

.mobile_slidenav {
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 99999999;
    background: #ffffff;
    padding: 2rem;
    overflow-y: auto;
    font-family: "Mako", "Manjari", sans-serif;
    transition: all .3s ease-in-out;
    right: 100%
}

.mobile_slidenav.extended {
    right: 0
}

.m-s-i img {
    width: 110px;
    height: auto;
    object-fit: contain
}

.m-s-t {
    justify-content: space-between;
    align-items: center
}

.m-s-c i {
    color: #52b250;
    font-size: 1.5rem;
    padding: .5rem
}

.s-l ul li a {
    text-decoration: none;
    font-family: "Mako", "Manjari", sans-serif;
    color: #52b250;
    padding: .2rem;
    font-size: 1.4rem
}

.s-l > ul > li {
    max-width: fit-content;
    margin: .5rem 0rem
}

.s-l > ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin: 3rem 0rem
}

.card-list .card-img-top:not(.h-100) {
    height: 11rem;
    object-fit: cover;
}

@media all and (width < 1300px) {

    .latest-news-container,
    .cricket-news-container,
    .football-news-container,
    .other-news-container {
        padding: 1rem 10rem
    }
}

@media all and (width < 1180px) {

    .latest-news-container,
    .cricket-news-container,
    .football-news-container,
    .other-news-container {
        padding: 1rem 5rem
    }

    .post-desc-container {
        padding: 0.5rem 5rem 2rem 5rem;
    }
}

@media all and (width < 1000px) {

    .latest-news-container,
    .cricket-news-container,
    .football-news-container,
    .other-news-container {
        padding: 1rem
    }

    .post-desc {
        padding: 1rem
    }

    .post-desc-container {
        padding: 0.5rem 1rem 2rem 1rem;
    }
}

@media all and (width < 840px) {
    .post-icons.home {
        left: 26%
    }

    .post-yt {
        left: 20% !important
    }

    .header-main {
        height: 5rem
    }

    .mobile-header-2 {
        display: flex;
        visibility: visible;
        opacity: 1;
        padding: 0.6rem 1rem;
        justify-content: space-between;
        align-items: center;
        background-color: var(--k-green-950);
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .mobile-header-2 .handle-icons {
        background: rgba(255, 255, 255, 0.1);
    }

    .mobile-header-2 .post-handles-1 a {
        color: #dceadf;
    }

    .mobile-header-2 .post-handles-1 a:hover {
        color: #ffffff;
    }

    .m-h-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .m-h-links span a {
        text-decoration: none;
        color: #dceadf;
        font-weight: 500;
        margin: 0rem .4rem;
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .m-h-links span a:hover {
        color: #ffffff;
    }

    .header-container {
        padding: 1rem 1.5rem
    }

    .cricket-news-heading,
    .latest-new-heading {
        width: 100%;
        margin-bottom: 1rem !important;
    }

    .nav-list,
    .l-n-c-3 {
        display: none
    }

    .m-n-i {
        color: #fff;
        display: block;
        font-size: 1.4rem
    }

    .main-logo {
        height: 7rem;
        width: 7rem;
    }

    .spotlight-container {
        padding: 0rem 2rem
    }

    /* .spotlight-section {
        height: 20rem;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/background.png);
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center;
    } */

    .spotlight-readmore {
        display: none
    }

    .mobile-s-title {
        padding: 4rem 1rem 2rem 1rem;
        display: block
    }

    .mobile-s-title h1 {
        font-family: "Inter";
        font-weight: 100;
        font-size: 1.6rem
    }

    .spotlight-section {
        min-height: auto;
        aspect-ratio: 4 / 3;
        background-position: top center;
        padding-bottom: 1rem;
    }

    .breaking-news {
        height: auto;
        justify-content: flex-end;
        padding-bottom: 1rem;
    }

    .breaking-news h1 {
        font-size: 1rem
    }


    .l-n-d-p.spt {
        display: block;
        background-color: #000;
        color: #fff;
        padding: .3rem .3rem;
        max-width: fit-content;
        margin-top: -1rem
    }

    .ad-banner-1 {
        display: none
    }
}

@media all and (width < 600px) {
    .cricket-new-sec-container {
        display: none
    }

    .pricacy-container {
        padding: 6rem 5vw
    }

    .news-title h1 {
        font-size: 1.4rem
    }

    .post-details {
        flex-wrap: wrap;
        row-gap: .5rem
    }

    .news-image {
        margin: 1rem 0rem
    }

    .news-all {
        flex-wrap: wrap
    }

    .more-news {
        padding: 0
    }

    .more-news-image {
        max-width: none
    }

    .more-news-image img {
        width: 100%
    }

    .more-heading {
        margin-top: .5rem
    }

    .more-heading h1 {
        font-size: 1.4rem
    }
}

@media all and (width < 830px) {
    .cric-more-c-1 {
        flex-wrap: wrap
    }

    .footer-lang {
        width: auto
    }
}

@media all and (width < 550px) {

    .l-n-c-m a:nth-child(1),
    .c-n-c-m a:nth-child(1) {
        margin-right: 1rem
    }

    .l-n-c-m a,
    .c-n-c-m a {
        text-decoration: none;
        color: #000;
        max-width: fit-content
    }
}

@media all and (width < 520px) {

    .l-n-c-1,
    .c-n-c-1,
    .c-n-c-2,
    .l-n-c-2 {
        display: grid;
        row-gap: 1rem;
        place-content: center
    }

    .l-n-c-m a:nth-child(1),
    .c-n-c-m a:nth-child(1) {
        margin-right: 0rem
    }

    .l-n-c-1-1,
    .l-n-c-1-2,
    .c-n-c-1-1,
    .c-n-c-1-2 {
        max-width: none !important;
        padding-bottom: 1rem
    }

    .l-n-c-1-1 img,
    .l-n-c-1-2 img,
    .c-n-c-1-1 img,
    .c-n-c-1-2 img {
        width: 100%;
        max-width: 100%
    }

    .l-n-descc p,
    .c-n-desc p {
        padding: 1rem;
        font-weight: 500
    }

    .l-n-d-p,
    .c-n-d-p {
        padding: 0rem 1rem
    }

    .after-cricket-section-container {
        padding: 2rem 0rem
    }
}

/* @media all and (width < 300px) {
    .footer-list {
        display: grid;
        grid-template-columns: repeat(1, 200px);
        text-align: center;
        justify-content: center;
        row-gap: 1rem
    }
} */

/* .c-n-m-d1 {
    padding: 2rem 0;
    justify-content: center;
    gap: 1rem;
} */
/* 
@media (min-width: 768px) { 
    .c-n-m-d1 {
        padding: 2rem 4rem;
        justify-content: center;
        gap: 1rem;
    }
 }

 @media (min-width: 992px) { 
    .c-n-m-d1 {
        padding: 2rem 21rem;
        justify-content: center;
        gap: 1rem;
    }
 } */


.card-img-top {
    width: 100% !important;
    /* height: 15vw !important; */
    object-fit: cover !important;
}

.slideh1 {
    margin-top: 0;
}

@media (min-width: 992.98px) {
    .card-img-top {
        width: 100% !important;
        /* height: 8vw !important; */
        object-fit: cover !important;
    }

    .slideh1 {
        margin-top: 22rem !important;
    }

    .spotlight-section {
        height: auto;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/background.png);
        background-repeat: no-repeat;
        background-size: cover;
    }


}

@media (max-width: 991.98px) {
    .l-n-c-m-2 {
        display: none;
    }
}

.card-list {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04) !important;
    border-radius: 10px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s ease !important;
    background-color: #ffffff;
    overflow: hidden;
    will-change: transform, box-shadow;
}

.card-list:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.06) !important;
    transform: translateY(-4px);
    border-color: rgba(82, 178, 80, 0.4) !important;
}

.card-list .card-img-top {
    transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1);
}

.card-list:hover .card-img-top {
    transform: scale(1.05);
}

.card-list .position-relative {
    overflow: hidden;
}

/* Badge: DO NOT override border-radius - inline styles control per-badge shape */
.card-list .badge {
    background: linear-gradient(135deg, #3a9e38 0%, #2d7d2c 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.6rem !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25) !important;
    transition: opacity 0.2s ease;
    padding: 4px 10px !important;
    border-radius: unset !important; /* let inline styles control shape */
}

.card-list:hover .badge {
    opacity: 0.92;
}

.card-tit {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.38;
    color: #111827;
    margin-top: 0;
    margin-bottom: 0.3rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
    letter-spacing: -0.01em;
}

.card-list:hover .card-tit {
    color: #2d7d2c;
}

.l-n-d-p {
    font-size: 0.72rem;
    color: #9ca3af;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    letter-spacing: 0.1px;
}

.l-n-d-p i {
    color: #52b250;
}

/* Horizontal 2-Column Cards */
.card-list .row.g-0 {
    overflow: hidden;
    min-height: 120px;
}

.card-list .row.g-0 .col-4 {
    overflow: hidden;
    position: relative;
}

.card-list .row.g-0 img {
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.card-list:hover .row.g-0 img {
    transform: scale(1.07);
}

.card-list .row.g-0 .l-n-desc p {
    font-size: 0.95rem;
    line-height: 1.4;
    font-weight: 700;
    color: #111827;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.25rem !important;
    transition: color 0.25s ease;
}

.card-list:hover .row.g-0 .l-n-desc p {
    color: #52b250;
}

/* Hero Spotlight Card (.c-n-c-m-2) */
.c-n-c-m-2 {
    border-radius: 10px !important;
    overflow: hidden;
    border: none !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18) !important;
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.35s cubic-bezier(0.25, 1, 0.5, 1) !important;
    background-size: cover;
    background-position: center;
}

.c-n-c-m-2:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28) !important;
}

.card-list .card-body {
    padding: 1rem 1.25rem;
    border-top: 3px solid transparent;
    transition: border-color 0.25s ease;
}

.card-list:hover .card-body {
    border-top-color: #52b250;
}


/* Responsive Card Heights & Spacing */
@media (max-width: 991.98px) {
    .card-list {
        min-height: 100%;
    }
    
    .card-list .card-img-top:not(.h-100) {
        aspect-ratio: 16 / 10 !important;
        min-height: 190px;
    }
}

@media (max-width: 767.98px) {
    .card-list .card-img-top:not(.h-100) {
        aspect-ratio: 16 / 10 !important;
        min-height: 210px;
    }

    .card-list .row.g-0 {
        min-height: 135px !important;
    }

    .card-list .row.g-0 .card-body {
        padding: 0.9rem !important;
    }
}

.active>.page-link,
.page-link.active {
    background-color: #52b250 !important;
    border-color: #52b250 !important;
}

.pagination {
    --bs-pagination-color: #52b250 !important;
    --bs-pagination-border-color: #e0e0e0 !important;
}


.football-bg {
    background-color: none;
}

.football_head {
    color: #000;
}

.custom_ul {
    flex-direction: row !important;
    text-align: center;
}

@media (max-width: 576px) {
    .other-sports-col {
        margin-top: 2rem;
    }

    .custom_ul {
        flex-direction: column !important;
    }

    .ad-img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
}

.custom_list {
    background: transparent !important;
    border: none !important;
    color: white !important;
}

/* ==== Live Score Cards (Cricinfo-style) ==== */

/* Panel wrapper */
.ls-panel {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    font-family: 'Inter', sans-serif;
    width: 100%;
    position: relative;
}

/* Header bar */
.ls-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .5rem 1.5rem .4rem;
    border-bottom: 1px solid #eee;
    background: #fafafa;
    flex-wrap: wrap;
}

.ls-header-left {
    display: flex;
    align-items: center;
    gap: .4rem;
    flex-shrink: 0;
}

.ls-header-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e53e3e;
    display: inline-block;
    animation: lsPulse 1.4s ease-in-out infinite;
}

@keyframes lsPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: .4;
        transform: scale(.8);
    }
}

.ls-header-title {
    font-weight: 700;
    font-size: .82rem;
    color: #111;
    text-transform: uppercase;
    letter-spacing: .05em;
}

/* Filter tabs */
.ls-filter-tabs {
    display: flex;
    gap: .3rem;
    flex: 1;
}

.ls-tab {
    background: none;
    border: 1px solid #ddd;
    border-radius: 2rem;
    padding: .2rem .75rem;
    font-size: .72rem;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    transition: all .15s;
    white-space: nowrap;
}

.ls-tab:hover {
    border-color: #52b250;
    color: #52b250;
}

.ls-tab.active {
    background: #52b250;
    border-color: #52b250;
    color: #fff;
}

/* Attribution */
.ls-header-attribution {
    font-size: .65rem;
    color: #bbb;
    flex-shrink: 0;
}

.ls-header-attribution a {
    color: #bbb;
    text-decoration: none;
}

.ls-header-attribution a:hover {
    color: #52b250;
}

/* Scroll area */
.ls-scroll-wrap {
    display: flex;
    align-items: stretch;
    position: relative;
}

.ls-arrow {
    background: #fff;
    border: none;
    width: 32px;
    flex-shrink: 0;
    font-size: 1.5rem;
    color: #555;
    cursor: pointer;
    opacity: .3;
    transition: opacity .2s, background .2s;
    border-right: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.ls-arrow-right {
    border-right: none;
    border-left: 1px solid #eee;
}

.ls-arrow:hover {
    opacity: 1;
    background: #f5f5f5;
}

.ls-cards-track {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    flex: 1;
    align-items: stretch;
}

.ls-cards-track::-webkit-scrollbar {
    display: none;
}

/* Individual card */
.ls-card {
    min-width: 210px;
    max-width: 210px;
    border-right: 1px solid #eee;
    padding: .65rem .9rem .55rem;
    display: flex;
    flex-direction: column;
    gap: .35rem;
    cursor: default;
    transition: background .15s;
    flex-shrink: 0;
}

.ls-card:hover {
    background: #f9fffe;
}

.ls-card-loading,
.ls-card-empty {
    min-width: 150px;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: .8rem;
    padding: 1.2rem 1rem;
    gap: .5rem;
}

/* Skeleton shimmer */
.ls-card-skeleton {
    height: 12px;
    border-radius: 4px;
    background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
    background-size: 200% 100%;
    animation: shimmer 1.4s infinite;
    width: 100%;
}

.ls-skeleton-sm {
    width: 60%;
    height: 9px;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* Card top */
.ls-card-top {
    display: flex;
    align-items: center;
    gap: .3rem;
    font-size: .65rem;
}

.ls-sport-icon {
    font-size: .8rem;
    flex-shrink: 0;
}

.ls-league {
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    max-width: 110px;
}

/* Status badge */
.ls-status {
    font-size: .6rem;
    font-weight: 700;
    padding: .15rem .35rem;
    border-radius: .2rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: .25rem;
    flex-shrink: 0;
}

.ls-status-live {
    color: #e53e3e;
    border: 1px solid #e53e3e;
}

.ls-status-ft {
    color: #555;
    border: 1px solid #ccc;
}

.ls-status-upcoming {
    color: #2d6fa8;
    border: 1px solid #2d6fa8;
}

.ls-live-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #e53e3e;
    display: inline-block;
    animation: lsPulse 1.4s ease-in-out infinite;
    flex-shrink: 0;
}

/* Card body — teams & scores */
.ls-card-body {
    flex: 1;
}

.ls-team-stack {
    display: flex;
    flex-direction: column;
    gap: .4rem;
    margin: .5rem 0;
}

.ls-team-row-stack {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ls-team-info {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex: 1;
    min-width: 0;
}

.ls-team-score {
    font-size: .95rem;
    font-weight: 700;
    color: #111;
    flex-shrink: 0;
    margin-left: 0.25rem;
}

.ls-team-logo {
    width: 28px;
    height: 28px;
    object-fit: contain;
    border-radius: 50%;
    background: #f0f0f0;
}

.ls-team-logo-placeholder {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e8f5e9;
    color: #52b250;
    font-weight: 700;
    font-size: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c8e6c9;
}

.ls-team-name {
    font-size: .75rem;
    font-weight: 700;
    color: #111;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Scores in middle */
.ls-scores {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .1rem;
    flex-shrink: 0;
}

.ls-score-val {
    font-size: 1rem;
    font-weight: 700;
    color: #111;
    line-height: 1.1;
}

.ls-score-sep {
    font-size: .65rem;
    color: #aaa;
}

.ls-vs-text {
    font-size: .8rem;
    font-weight: 700;
    color: #bbb;
}

.ls-desc {
    font-size: .65rem;
    color: #888;
    text-align: center;
    margin-top: .1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Card footer */
.ls-card-foot {
    display: flex;
    justify-content: space-between;
    font-size: .6rem;
    color: #bbb;
    border-top: 1px solid #f0f0f0;
    padding-top: .3rem;
    margin-top: .1rem;
    gap: .2rem;
}

.ls-card-venue {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 110px;
}

/* Responsive */
@media (max-width: 768px) {
    .ls-header {
        padding: .4rem .8rem;
        gap: .5rem;
    }

    .ls-filter-tabs .ls-tab {
        font-size: .65rem;
        padding: .15rem .55rem;
    }

    .ls-header-attribution {
        display: none;
    }

    .ls-card {
        min-width: 175px;
        max-width: 175px;
        padding: .5rem .65rem;
    }

    .ls-team-logo,
    .ls-team-logo-placeholder {
        width: 24px;
        height: 24px;
    }

    .ls-team-name {
        font-size: .75rem;
    }

    .ls-score-val {
        font-size: .95rem;
    }
}

@media (max-width: 480px) {
    .ls-header-title {
        font-size: .75rem;
    }

    .ls-card {
        min-width: 155px;
        max-width: 155px;
    }

    .ls-arrow {
        width: 24px;
        font-size: 1.1rem;
    }
}

/* ==== End Live Score Cards ==== */
/* ============================================================
   PRO DESIGN SYSTEM — Kaayikam Sports
   Sport-media register: dark stadium header, score strip,
   disciplined green-accented cards. Card structure untouched.
   ============================================================ */
:root {
    --k-green-950: #06130a;
    --k-green-900: #0a2011;
    --k-green-800: #0e2a18;
    --k-green-700: #154a27;
    --k-green-600: #1e7a35;
    --k-green-500: #2a9d4b;
    --k-green-400: #52b250;
    --k-green-100: #e7f4e9;
    --k-ink: #14181f;
    --k-muted: #5b6570;
    --k-line: rgba(20, 24, 31, 0.08);
    --k-bg: #f4f6f5;
    --k-font-display: "Oswald", "Manjari", sans-serif;
    --k-font-ui: "Manjari", sans-serif;
    --k-font-body: "Manjari", sans-serif;
    --k-radius: 14px;
    --k-shadow-1: 0 1px 2px rgba(16, 24, 40, 0.05);
    --k-shadow-2: 0 12px 32px -8px rgba(16, 24, 40, 0.16);
}

body {
    background-color: var(--k-bg);
    color: var(--k-ink);
    font-family: var(--k-font-body);
    -webkit-font-smoothing: antialiased;
}

::selection {
    background: rgba(42, 157, 75, 0.25);
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid var(--k-green-500);
    outline-offset: 2px;
    border-radius: 4px;
}

/* ---- Display type ---- */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--k-font-display) !important;
    letter-spacing: 0.02em;
}

.card-tit,
.football_head {
    font-family: var(--k-font-ui) !important;
}

/* ---- Header: dark stadium bar ---- */
.header-main {
    background: linear-gradient(180deg, var(--k-green-800) 0%, var(--k-green-900) 100%);
    border-bottom: 3px solid var(--k-green-500);
    box-shadow: 0 2px 14px rgba(6, 19, 10, 0.35);
    height: 78px;
}

.header-container {
    padding: 0 6rem;
}

.main-logo {
    height: 150px;
    width: 150px;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.nav-list a {
    font-family: var(--k-font-ui);
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #e6f2e8;
    position: relative;
    padding: 0.5rem 0.35rem;
    transition: color 0.2s;
}

.nav-list a::after {
    content: "";
    position: absolute;
    left: 0.35rem;
    right: 0.35rem;
    bottom: 1px;
    height: 2px;
    background: var(--k-green-400);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-list a:hover {
    opacity: 1;
    color: #ffffff;
}

.nav-list a:hover::after {
    transform: scaleX(1);
}

.custom-nav-dropdown .dropdown-menu {
    background: var(--k-green-900);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}

.custom-nav-dropdown .dropdown-item {
    font-family: var(--k-font-ui);
    color: #dceadf;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.custom-nav-dropdown .dropdown-item:hover {
    background: var(--k-green-600);
    color: #ffffff;
}

/* ---- Spotlight hero ---- */
.spotlight-section {
    min-height: 62vh;
    display: flex;
    align-items: flex-end;
    padding-bottom: 4.5rem;
    position: relative;
    background-position: top center !important;
    background-size: cover !important;
}

.spotlight-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(6, 19, 10, 0.92) 0%, rgba(6, 19, 10, 0.35) 45%, rgba(6, 19, 10, 0.05) 72%);
    pointer-events: none;
}

.spotlight-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 19, 10, 0.55) 0%, transparent 30%);
    pointer-events: none;
}

.spotlight-text,
.breaking-news {
    position: relative;
    z-index: 1;
}

.spotlight-container {
    padding: 0 6rem;
}

.breaking-news h1 {
    background: none;
    color: #ffffff;
    font-size: clamp(1.6rem, 2.6vw, 2.7rem);
    font-weight: 600;
    line-height: 1.18;
    max-width: 46rem;
    padding: 0;
    margin: 0.5rem 0 0;
    text-shadow: 0 2px 22px rgba(0, 0, 0, 0.5);
}

.breaking-readmore a {
    font-family: var(--k-font-display);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.8rem;
    background: var(--k-green-500);
    border-radius: 999px;
    padding: 0.75rem 1.9rem;
    box-shadow: 0 4px 14px rgba(42, 157, 75, 0.4);
    display: inline-block;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.breaking-readmore a:hover {
    opacity: 1;
    background: var(--k-green-400);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(42, 157, 75, 0.45);
}

/* ---- Containers ---- */
.latest-news-container,
.cricket-news-container,
.football-news-container,
.other-news-container {
    padding: 1rem 2.5rem;
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.latest-news-section {
    padding-top: 2.5rem;
}

.cricket-news-section,
.football-news-section,
.other-news-section {
    padding-top: 2.75rem;
}

/* ---- Section headings ---- */
.latest-new-heading h1,
.cricket-news-heading:not(.row) h1 {
    font-family: var(--k-font-display);
    font-size: 1.45rem;
    letter-spacing: 0.12em;
    color: var(--k-ink);
    border-left: 4px solid var(--k-green-500);
    padding-left: 0.9rem;
    line-height: 1;
}

.latest-new-heading {
    border-bottom: 1px solid var(--k-line);
    padding-bottom: 0.85rem;
    margin-bottom: 1.6rem;
}

.cricket-news-heading:not(.row) {
    border-bottom: 1px solid var(--k-line);
    padding-bottom: 0.85rem;
    margin-bottom: 1.5rem;
}

.cricket-news- h3 {
    font-family: var(--k-font-display);
    letter-spacing: 0.12em;
    font-size: 1.6rem;
    border-left: 4px solid var(--k-green-500);
    padding-left: 0.9rem;
    line-height: 1;
}

.webstories-h h1 {
    font-family: var(--k-font-display);
    font-size: 1.45rem;
    letter-spacing: 0.12em;
    color: var(--k-ink);
    border-left: 4px solid var(--k-green-500);
    padding-left: 0.9rem;
}

/* "More" arrow button */
.cricket-news-more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid var(--k-line);
    box-shadow: var(--k-shadow-1);
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.cricket-news-more a:hover {
    background: var(--k-green-100);
    border-color: var(--k-green-500);
    transform: translateX(2px);
}

.theme-arrow-img {
    height: 13px;
    width: auto;
    opacity: 0.75;
}

/* ---- Cards ---- */
.card-list {
    border-radius: var(--k-radius) !important;
    border: 1px solid var(--k-line) !important;
    box-shadow: var(--k-shadow-1) !important;
    background-color: #ffffff;
}

.card-list:hover {
    transform: translateY(-3px);
    box-shadow: var(--k-shadow-2) !important;
    border-color: rgba(30, 122, 53, 0.28) !important;
}

.card-list:active {
    transform: translateY(-1px) scale(0.995);
}

.card-list .card-body {
    padding: 1.1rem 1.25rem 1.25rem;
}

.card-list .badge {
    background: var(--k-green-600) !important;
    font-family: var(--k-font-display) !important;
    letter-spacing: 0.12em !important;
    font-size: 0.6rem !important;
    font-weight: 600 !important;
    padding: 5px 12px !important;
    box-shadow: 0 2px 8px rgba(6, 19, 10, 0.28) !important;
}

.card-tit {
    font-family: var(--k-font-ui) !important;
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.4;
    color: var(--k-ink);
}

.card-list:hover .card-tit {
    color: var(--k-green-600);
}

.card-list .card-body > p:not(.l-n-d-p) {
    color: var(--k-green-600) !important;
    font-family: var(--k-font-display) !important;
    font-size: 0.66rem !important;
    letter-spacing: 0.14em !important;
    font-weight: 600 !important;
}

.card-list .row.g-0 .card-body > span {
    color: var(--k-green-600) !important;
    font-family: var(--k-font-display) !important;
    font-size: 0.6rem !important;
    letter-spacing: 0.12em !important;
    font-weight: 600 !important;
}

.l-n-d-p {
    font-family: var(--k-font-ui);
    font-size: 0.72rem;
    color: var(--k-muted);
    font-weight: 500;
}

.l-n-d-p i {
    color: var(--k-green-500);
}

.card-list .row.g-0 {
    min-height: 128px;
}

.card-list .row.g-0 .l-n-desc p {
    font-family: var(--k-font-ui) !important;
    color: var(--k-ink);
    font-weight: 700;
}

.card-list:hover .row.g-0 .l-n-desc p {
    color: var(--k-green-600);
}

/* Tall hero cards (right column) */
.c-n-c-m-2 {
    min-height: 320px;
    border-radius: var(--k-radius) !important;
    background-color: #e9edea;
}

.c-n-c-2-1 {
    padding: 2.5rem 1.25rem 1.15rem;
    background: linear-gradient(to top, rgba(6, 19, 10, 0.95) 0%, rgba(6, 19, 10, 0.55) 55%, transparent 100%);
    border-radius: 0 0 var(--k-radius) var(--k-radius);
}

.c-n-c-2-1 p {
    font-family: var(--k-font-ui) !important;
    font-size: 1.12rem;
    line-height: 1.35;
    -webkit-line-clamp: 3;
}

.c-n-c-2-1 span {
    font-family: var(--k-font-ui) !important;
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.78);
}

/* Football-list cards */
.l-n-c-1-1 {
    background: #ffffff;
    border-radius: var(--k-radius);
    overflow: hidden;
    border: 1px solid var(--k-line);
    box-shadow: var(--k-shadow-1);
    max-width: none !important;
    width: 100%;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s, border-color 0.25s;
}

.l-n-c-1-1:hover {
    transform: translateY(-4px);
    box-shadow: var(--k-shadow-2);
    border-color: rgba(30, 122, 53, 0.28);
}

.l-n-c-1-1 img {
    height: 185px;
    width: 100%;
    object-fit: cover;
}

.l-n-c-1-1 .l-n-desc {
    padding: 0.9rem 1rem 0.25rem;
}

.l-n-c-1-1 .l-n-desc p {
    font-family: var(--k-font-ui) !important;
    font-size: 1rem;
    font-weight: 700;
    color: var(--k-ink);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s;
}

.l-n-c-1-1:hover .l-n-desc p {
    color: var(--k-green-600);
}

.l-n-c-1-1 .l-n-d-p {
    padding: 0 1rem 1rem;
}

.after-cricket-section-container {
    padding: 3.5rem 0 2rem;
}

/* ---- Live score strip ---- */
.ls-panel {
    border-bottom: 1px solid var(--k-line);
}

.ls-header {
    background: linear-gradient(180deg, var(--k-green-800) 0%, var(--k-green-900) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.55rem 1.5rem;
}

.ls-header-dot {
    background: #ff4d4f;
    box-shadow: 0 0 0 3px rgba(255, 77, 79, 0.22);
}

.ls-header-title {
    color: #ffffff;
    font-family: var(--k-font-display);
    letter-spacing: 0.12em;
    font-size: 0.8rem;
}

.ls-tab {
    border-color: rgba(255, 255, 255, 0.28);
    color: #cfe0d3;
    font-family: var(--k-font-ui);
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 600;
}

.ls-tab:hover {
    border-color: var(--k-green-500);
    color: #ffffff;
    background: rgba(42, 157, 75, 0.15);
}

.ls-tab.active {
    background: var(--k-green-500);
    border-color: var(--k-green-500);
    color: #ffffff;
}

.ls-card {
    padding: 0.8rem 1rem 0.6rem;
    border-right: 1px solid var(--k-line);
    transition: box-shadow 0.2s, background 0.2s;
}

.ls-card:hover {
    background: #ffffff;
    box-shadow: inset 0 -3px 0 var(--k-green-500);
}

.ls-team-name {
    font-family: var(--k-font-ui);
    font-size: 0.78rem;
    font-weight: 700;
}

.ls-team-logo {
    box-shadow: 0 0 0 1px rgba(20, 24, 31, 0.06);
    background: #f4f6f5;
}

.ls-score-val {
    font-family: var(--k-font-ui);
}

.ls-card-foot {
    color: #8b94a0;
    font-family: var(--k-font-ui);
}

.ls-card-date {
    font-size: .82rem;
    font-weight: 600;
}

.ls-sport-icon {
    color: var(--k-green-600);
    font-size: 0.85rem;
}

/* ---- Webstories ---- */
.webstories-card {
    display: block;
    position: relative;
    border-radius: 20px;
    padding: 3px;
    background: conic-gradient(from 220deg, var(--k-brand) 0%, #bfe8bd 30%, #ffffff 50%, #bfe8bd 70%, var(--k-brand) 100%);
    box-shadow: 0 10px 24px -12px rgba(16, 24, 40, 0.35);
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease;
}

.webstories-c img {
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    display: block;
    border-radius: 17px;
}

.webstories-title-overlay {
    position: absolute;
    bottom: 3px;
    left: 3px;
    right: 3px;
    border-radius: 0 0 17px 17px;
    padding: 2.2rem 0.75rem 0.85rem;
    background: linear-gradient(to top, rgba(6,19,10,0.92) 0%, rgba(6,19,10,0.45) 55%, transparent 100%);
    display: flex;
    align-items: flex-end;
    pointer-events: none;
}

.webstories-title-overlay p {
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}

.webstories-c:hover .webstories-card {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 18px 34px -12px rgba(30, 122, 53, 0.45);
}

/* Carousel dots */
.webstories-c-1 .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: rgba(16, 24, 40, 0.18);
}

.webstories-c-1 .owl-dots .owl-dot.active span {
    width: 22px;
    border-radius: 4px;
    background: var(--k-brand);
}

@media (max-width: 839.98px) {
    .webstories-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* Webstories heading arrow is decorative — no pointer, no hover shift */
.webstories-c-1 .cricket-news-more a {
    cursor: default;
    pointer-events: none;
}

/* ---- Videos ---- */
.video-container {
    background: var(--k-green-950);
    border-radius: var(--k-radius);
    overflow: hidden;
    box-shadow: var(--k-shadow-1);
}

.video-container iframe {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 16 / 9;
    display: block;
    border: 0;
}

/* ============================================================
   FOOTER — Kaayikam brand green, three-zone layout
   Brand block + dynamic Sections column + Company column,
   deeper-green legal bar. Underline-slide echoes the header nav.
   ============================================================ */
.footer-main {
    background: linear-gradient(180deg, var(--k-brand) 0%, #46a044 100%);
    border-top: 3px solid var(--k-brand-deep);
}

.footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 2.25rem;
    max-width: 90rem;
    margin: 0 auto;
    padding: 2rem 6rem 1.75rem;
}

.footer-brand {
    max-width: 24rem;
}

.footer-logo {
    margin: 0;
    padding: 0;
    max-width: fit-content;
}

.footer-logo img {
    width: 150px;
    height: 150px;
    max-width: 90vw;
    object-fit: contain;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.25));
    transition: transform .3s cubic-bezier(0.22, 1, 0.36, 1), filter .3s ease;
}

.footer-logo img:hover {
    transform: scale(1.03);
    filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.35));
}

.footer-tagline {
    font-family: var(--k-font-ui);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0.7rem 0 0.9rem;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.footer-social a:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--k-brand-deep);
    transform: translateY(-2px);
}

.footer-social i {
    font-size: 1rem;
}

.footer-heading {
    display: block;
    font-family: var(--k-font-display);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    padding-bottom: 0.4rem;
    margin-bottom: 0.7rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.footer-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}

.footer-list li {
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
}

.footer-list a {
    position: relative;
    display: inline-block;
    width: fit-content;
    font-family: var(--k-font-ui);
    color: #ffffff;
    font-size: 0.9rem;
    text-decoration: none;
    padding: 0.1rem 0;
    margin: 0;
    transition: opacity 0.2s ease-in-out;
}

.footer-list a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px;
    width: 100%;
    background: #ffffff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.footer-list a:hover {
    opacity: 1;
}

.footer-list a:hover::after {
    transform: scaleX(1);
}

.footer-bottom-main {
    background: var(--k-brand-deep);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    color: #ffffff;
    font-size: 0.8rem;
    padding: 0.65rem 6rem;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.92);
    font-family: var(--k-font-ui);
    letter-spacing: 0.04em;
}

.footer-lang {
    align-items: center;
    gap: 0.45rem;
    color: #ffffff;
    font-family: var(--k-font-ui);
}

.footer-lang svg {
    fill: #ffffff;
    transform: rotate(-45deg);
}

@media (max-width: 991.98px) {
    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        padding: 1.75rem 2rem 1.5rem;
    }

    .footer-brand {
        grid-column: 1 / -1;
        max-width: none;
    }

    .footer-bottom-main {
        padding: 0.65rem 2rem;
    }
}

@media (max-width: 640px) {
    .footer-top {
        gap: 1.5rem;
        padding: 1.5rem 1.25rem 1.25rem;
    }

    /* Centered masthead, link columns side by side */
    .footer-brand {
        text-align: center;
    }

    .footer-logo {
        margin: 0 auto;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-heading {
        margin-bottom: 0.75rem;
        padding-bottom: 0.45rem;
    }

    .footer-list a {
        padding: 0.2rem 0;
    }

    .footer-bottom-main {
        flex-direction: column;
        row-gap: 0.6rem;
        padding: 0.65rem 1.25rem;
        text-align: center;
    }
}

@media (max-width: 359.98px) {
    .footer-top {
        grid-template-columns: 1fr;
    }
}

/* ---- Pagination ---- */
.page-link {
    font-family: var(--k-font-ui);
    border-radius: 8px !important;
    margin: 0 0.2rem;
    color: var(--k-green-700);
    border-color: var(--k-line) !important;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.page-link:hover {
    background: var(--k-green-100);
    color: var(--k-green-700);
}

.page-item.active .page-link {
    background: var(--k-green-600) !important;
    border-color: var(--k-green-600) !important;
    box-shadow: 0 4px 12px rgba(30, 122, 53, 0.3);
}

/* ---- Scroll to top ---- */
.topbtn {
    background: var(--k-green-600);
    border: none;
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(30, 122, 53, 0.4);
}

.topbtn:hover {
    background: var(--k-green-700);
}

/* ---- Article page ---- */
.news-title h1 {
    font-size: clamp(1.5rem, 3vw, 2.15rem);
    line-height: 1.3;
    text-transform: none !important;
}

.news-image img {
    border-radius: var(--k-radius);
    box-shadow: var(--k-shadow-1);
}

.post-desc-container {
    padding: 0.5rem 8rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.written-c1 p {
    font-family: var(--k-font-body);
    font-size: 1.12rem;
    line-height: 1.95;
    max-width: 46rem;
}

.written-c1 img, .written-c1 iframe, .written-c1 video {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px;
    margin: 1rem 0;
    display: block;
}

.post-details {
    max-width: 100%;
}

.post-author p,
.follow-text p {
    font-family: var(--k-font-ui);
    font-size: 0.85rem;
}

.more-heading h4 {
    font-family: var(--k-font-display);
    letter-spacing: 0.1em;
    font-size: 1.05rem;
    border-left: 3px solid var(--k-green-500);
    padding-left: 0.7rem;
}

.more-news-image {
    max-width: 15rem;
    border-radius: var(--k-radius);
    overflow: hidden;
}

.more-news-image img {
    border-radius: 0;
}

.more-news-details p {
    font-family: var(--k-font-ui);
    font-size: 0.88rem;
    color: var(--k-ink);
    line-height: 1.45;
}

.more-news-link:hover .more-news-details p {
    color: var(--k-green-600);
}

/* ---- Mobile slide menu ---- */
.s-l ul li a {
    font-family: var(--k-font-ui);
    font-weight: 600;
    color: var(--k-green-600);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 1.1rem;
}

.m-s-c i {
    color: var(--k-green-600);
}

/* ---- Responsive ---- */
@media (max-width: 1300px) {
    .header-container {
        padding: 0 4rem;
    }

    .main-logo {
        left: 3%;
    }
}

@media (max-width: 1180px) {
    .header-container {
        padding: 0 2rem;
    }

    .spotlight-container {
        padding: 0 4rem;
    }

    .latest-news-container,
    .cricket-news-container,
    .football-news-container,
    .other-news-container {
        padding: 1rem 1.5rem;
    }
}

@media (max-width: 991.98px) {
    .c-n-c-m-2 {
        min-height: 250px;
    }
}

@media (max-width: 839.98px) {
    .header-main {
        height: 62px;
    }

    .header-container {

        padding: 0 1.25rem;
    }

    .main-logo {
        height: 105px;
        width: 105px;
        left: 1.25rem;
    }

    .m-n-i {
        color: #ffffff;
    }

    .spotlight-section {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .spotlight-container {
        padding: 0 1.5rem;
    }

    .breaking-news h1 {
        font-size: 1.15rem;
        line-height: 1.3;
    }

    .l-n-d-p.spt {
        background: rgba(6, 19, 10, 0.88);
        color: #ffffff;
        font-size: 0.68rem;
        padding: 0.3rem 0.6rem;
        border-radius: 6px;
        margin-top: 0.5rem;
    }

    .post-desc-container {
        padding: 0.5rem 1rem 2rem;
    }
}

@media (max-width: 575.98px) {
    .latest-news-container,
    .cricket-news-container,
    .football-news-container,
    .other-news-container {
        padding: 1rem;
    }

    .footer-bottom-main {
        padding: 0.65rem 1rem;
    }

    .ls-header {
        padding: 0.45rem 0.8rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* ============================================================
   RESPONSIVE POLISH — Kaayikam Sports
   Mobile-first refinements on top of the Pro Design System.
   ============================================================ */
html,
body {
    overflow-x: clip;
}

@supports not (overflow-x: clip) {
    html,
    body {
        overflow-x: hidden;
    }
}

/* Sticky header on all viewports */
.header-main {
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* Mobile top utility bar ties into the dark system */
.mobile-header-2 {
    border-top: 3px solid var(--k-green-500);
}

/* Dark mobile drawer (matches dark header) */
.mobile_slidenav {
    background: linear-gradient(180deg, var(--k-green-800) 0%, var(--k-green-950) 100%);
}

.m-s-c i {
    color: #ffffff;
}

.s-l ul li a {
    color: #e6f2e8;
    font-size: 1.05rem;
}

.s-l ul li a:hover {
    color: var(--k-green-400);
}

.mobile_slidenav .dropdown-menu {
    background: var(--k-green-900);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile_slidenav .dropdown-item {
    color: #dceadf;
}

/* Tablet: 2-column news grids (same cards, same order) */
@media (min-width: 576px) and (max-width: 991.98px) {
    .cricket-news-section .row > .col-lg-3 {
        width: 50%;
    }

    .latest-news-section .row > .col-md-12.col-lg-6 {
        width: 50%;
    }
}

/* ---- Phones ---- */
@media (max-width: 575.98px) {
    .latest-new-heading h1,
    .cricket-news-heading:not(.row) h1,
    .cricket-news- h3,
    .webstories-h h1 {
        font-size: 1.2rem;
        padding-left: 0.75rem;
    }

    .cricket-news- h3 {
        margin-top: 1.25rem !important;
        margin-bottom: 1rem !important;
    }

    .latest-news-section {
        padding-top: 1.5rem;
    }

    .latest-news-section.mt-5 {
        margin-top: 1rem !important;
    }

    .cricket-news-section,
    .football-news-section,
    .other-news-section {
        padding-top: 1.75rem;
    }

    /* Spotlight: compact, clamped title */
    .spotlight-section {
        padding-bottom: 2.25rem;
    }

    .spotlight-container {
        padding: 0 1.25rem;
    }

    .breaking-news {
        max-width: 100%;
        padding: 0.5rem 0;
    }

    .breaking-news h1 {
        font-size: 1.02rem;
        line-height: 1.35;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* Cards: tighter body, smaller meta */
    .card-list .card-body {
        padding: 0.95rem 1rem 1.05rem;
    }

    .card-list .card-body > p:not(.l-n-d-p) {
        font-size: 0.6rem !important;
    }

    .card-list .row.g-0 {
        min-height: 124px !important;
    }

    .c-n-c-2-1 p {
        font-size: 1rem;
    }

    /* Live strip */
    .ls-card {
        min-width: 165px;
        max-width: 165px;
        padding: 0.7rem 0.75rem 0.55rem;
    }

    .ls-tab {
        padding: 0.28rem 0.7rem;
    }

    /* Webstories + videos */
    .webstories-container {
        padding-top: 2.25rem;
    }

    .webstories-c {
        padding: 0.2rem 0.45rem;
    }

    .video-container {
        border-radius: 12px;
    }

    /* Article page */
    .news-container {
        padding-top: 1.5rem;
    }

    .post-details {
        row-gap: 0.75rem;
    }

    .more-news-image {
        max-width: none;
    }

    /* Footer */
    .footer-logo img {
        width: 105px;
        height: 105px;
    }

    .footer-list {
        gap: 0.25rem;
    }

    .theme-arrow-img {
        height: 11px;
    }
}

/* Very small screens */
@media (max-width: 359.98px) {
    .ls-card {
        min-width: 150px;
        max-width: 150px;
    }

    .breaking-news h1 {
        font-size: 0.95rem;
    }

    .card-list .card-img-top:not(.h-100) {
        min-height: 190px !important;
    }
}

/* ============================================================
   BRAND GREEN LOCK — #52b250 is the Kaayikam brand color
   (logo + social media). Restored as the dominant surface.
   ============================================================ */
:root {
    --k-brand: #52b250;
    --k-brand-deep: #3e963c;
    --k-brand-ink: #1d5e20;
}

/* Header — brand green */
.header-main {
    background: linear-gradient(180deg, #5ab957 0%, var(--k-brand) 55%, #46a044 100%);
    border-bottom: 3px solid var(--k-brand-deep);
    box-shadow: 0 2px 14px rgba(62, 150, 60, 0.35);
}

.nav-list a {
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(29, 94, 32, 0.35);
}

.nav-list a::after {
    background: #ffffff;
}

.nav-list a:hover {
    color: #ffffff;
}

.m-n-i {
    color: #ffffff;
}

.custom-nav-dropdown .dropdown-menu {
    background: #ffffff;
    border: 1px solid rgba(29, 94, 32, 0.15);
}

.custom-nav-dropdown .dropdown-item {
    color: var(--k-green-900);
    font-weight: 600;
}

.custom-nav-dropdown .dropdown-item:hover {
    background: var(--k-brand);
    color: #ffffff;
}

/* Score strip — brand green */
.ls-header {
    background: linear-gradient(180deg, #5ab957 0%, var(--k-brand) 55%, #46a044 100%);
}

.ls-header-title {
    color: #ffffff;
}

.ls-tab {
    border-color: rgba(255, 255, 255, 0.45);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.ls-tab:hover {
    border-color: #ffffff;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.22);
}

.ls-tab.active {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--k-brand-deep);
}

/* Mobile drawer — white with brand links */
.mobile_slidenav {
    background: #ffffff;
}

.s-l ul li a {
    color: var(--k-brand-deep);
    font-weight: 700;
}

.s-l ul li a:hover {
    color: var(--k-brand);
}

.m-s-c i {
    color: var(--k-brand-deep);
}

.mobile_slidenav .dropdown-menu {
    background: #ffffff;
    border: 1px solid rgba(29, 94, 32, 0.15);
}

/* Section accent bars — brand */
.latest-new-heading h1,
.cricket-news-heading:not(.row) h1,
.cricket-news- h3,
.webstories-h h1,
.more-heading h4 {
    border-left-color: var(--k-brand);
}

/* Badges — brand gradient (matches social posts) */
.card-list .badge {
    background: linear-gradient(135deg, var(--k-brand) 0%, var(--k-brand-deep) 100%) !important;
    color: #ffffff !important;
}

/* Card meta labels — brand */
.card-list .card-body > p:not(.l-n-d-p) {
    color: var(--k-brand) !important;
}

.card-list .row.g-0 .card-body > span {
    color: var(--k-brand) !important;
}

.l-n-d-p i {
    color: var(--k-brand);
}

.card-list:hover .card-tit {
    color: var(--k-brand-deep);
}

.card-list:hover .row.g-0 .l-n-desc p {
    color: var(--k-brand-deep);
}

.l-n-c-1-1:hover .l-n-desc p {
    color: var(--k-brand-deep);
}

/* Read more CTA */
.breaking-readmore a {
    background: var(--k-brand);
}

.breaking-readmore a:hover {
    background: var(--k-brand-deep);
}

/* Hover + interactive tints */
.cricket-news-more a:hover {
    border-color: var(--k-brand);
    background: #eef8ee;
}

.page-link {
    color: var(--k-brand-deep);
}

.page-item.active .page-link {
    background: var(--k-brand-deep) !important;
    border-color: var(--k-brand-deep) !important;
    box-shadow: 0 4px 12px rgba(62, 150, 60, 0.35);
}

.topbtn {
    background: var(--k-brand);
}

.topbtn:hover {
    background: var(--k-brand-deep);
}

.ls-sport-icon {
    color: var(--k-brand-deep);
}

a:focus-visible,
button:focus-visible {
    outline-color: var(--k-brand-deep);
}

/* ============================================================
   MOBILE DRAWER UPGRADE — Kaayikam Sports
   Side drawer with dimmed backdrop, scroll lock, active states
   ============================================================ */
body.menu-open {
    overflow: hidden;
}

.mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 99999998;
    background: rgba(6, 19, 10, 0.55);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}

.mobile-menu-backdrop.visible {
    opacity: 1;
    visibility: visible;
}

.mobile_slidenav {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    height: 100%;
    height: 100dvh;
    width: min(340px, 86vw);
    z-index: 99999999;
    background: #ffffff;
    padding: 1.5rem 1.5rem 2rem;
    overflow-y: auto;
    font-family: var(--k-font-ui);
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.25);
    transform: translateX(102%);
    transition: transform .38s cubic-bezier(0.22, 1, 0.36, 1);
}

.mobile_slidenav.extended {
    transform: translateX(0);
}

/* Header row: logo + circular close button */
.m-s-t {
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(29, 94, 32, 0.12);
}

.m-s-c {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: var(--k-brand);
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.m-s-c:hover {
    background: var(--k-brand-deep);
    transform: rotate(90deg);
}

.m-s-c i {
    color: #ffffff;
    font-size: 1.05rem;
    padding: 0;
}

/* Nav links */
.s-l > ul {
    margin: 0;
    gap: 0.15rem;
}

.s-l > ul > li {
    margin: 0;
}

.s-l ul li a {
    display: block;
    padding: 0.7rem 0.9rem;
    border-radius: 10px;
    color: var(--k-brand-deep);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.95rem;
    transition: background .2s ease, color .2s ease, padding-left .2s ease;
}

.s-l ul li a:hover {
    background: #eef8ee;
    color: var(--k-brand-deep);
    padding-left: 1.15rem;
}

.s-l ul li a.active {
    background: linear-gradient(135deg, var(--k-brand) 0%, var(--k-brand-deep) 100%);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(62, 150, 60, 0.3);
}

/* Others dropdown */
.mobile_slidenav .custom-mobile-dropdown > .dropdown-toggle {
    color: var(--k-brand-deep) !important;
    padding: 0.7rem 0.9rem;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.95rem;
    transition: background .2s ease;
}

.mobile_slidenav .custom-mobile-dropdown > .dropdown-toggle:hover {
    background: #eef8ee;
}

.mobile_slidenav .dropdown-menu {
    background: #ffffff;
    border: 1px solid rgba(29, 94, 32, 0.12);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    padding: 0.4rem;
}

.mobile_slidenav .dropdown-item {
    color: var(--k-brand-deep);
    font-weight: 600;
    border-radius: 8px;
    padding: 0.55rem 0.8rem;
}

.mobile_slidenav .dropdown-item:hover {
    background: #eef8ee;
    color: var(--k-brand-deep);
}

/* Footer area: utility links + socials */
.m-s-foot {
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(29, 94, 32, 0.12);
}

.m-s-links {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.m-s-links a {
    color: #5c6b5e;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: color .2s ease;
}

.m-s-links a:hover {
    color: var(--k-brand-deep);
}

.m-s-social {
    display: flex;
    gap: 0.6rem;
    margin-top: 1.25rem;
}

.m-s-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #eef8ee;
    color: var(--k-brand-deep);
    font-size: 1rem;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.m-s-social a:hover {
    background: var(--k-brand);
    color: #ffffff;
    transform: translateY(-2px);
}

/* ============================================================
   FOLLOW US — DETAIL PAGE SOCIAL ICONS (detail_page.html only)
   Brand-color chips with hover lift, flex-centered icons
   ============================================================ */
.post-follow {
    gap: 1rem;
}

.post-follow .follow-text p {
    margin: 0;
    font-family: var(--k-font-ui);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--k-brand-deep);
}

.post-follow .post-handles {
    margin-left: 0;
}

.post-follow .post-handles-1 {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.post-follow .handle-icons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 50%;
    background: #eef8ee;
    box-shadow: 0 2px 6px rgba(29, 94, 32, 0.12);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.post-follow .handle-icons a,
.post-follow .handle-icons button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: var(--k-brand-deep);
    background: transparent;
    cursor: pointer;
    border: none;
    padding: 0;
}

.post-follow .post-icons {
    position: static;
    font-size: 1.05rem;
}

.post-follow .post-yt {
    position: static;
}

.post-follow .handle-icons:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(62, 150, 60, 0.28);
}

.post-follow .handle-icons.fb {
    background: #1877f2;
}

.post-follow .handle-icons.fb a {
    color: #ffffff;
}

.post-follow .handle-icons.fb:hover {
    background: #0f5fc4;
}

.post-follow .handle-icons.ig {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.post-follow .handle-icons.ig a {
    color: #ffffff;
}

.post-follow .handle-icons.x {
    background: #111111;
}

.post-follow .handle-icons.x a {
    color: #ffffff;
}

.post-follow .handle-icons.x:hover {
    background: #000000;
}

.post-follow .handle-icons.yt {
    background: #ff0000;
}

.post-follow .handle-icons.yt a {
    color: #ffffff;
}

.post-follow .handle-icons.yt:hover {
    background: #cc0000;
}

.post-follow .handle-icons.wa {
    background: #25d366;
}

.post-follow .handle-icons.wa a {
    color: #ffffff;
}

.post-follow .handle-icons.wa:hover {
    background: #1eb857;
}

.post-follow .handle-icons.copyicon {
    background: linear-gradient(135deg, var(--k-brand) 0%, var(--k-brand-deep) 100%);
}

.post-follow .handle-icons.copyicon button {
    color: #ffffff;
}

.post-follow .handle-icons.copyicon:hover {
    box-shadow: 0 8px 16px rgba(62, 150, 60, 0.35);
}

.post-follow .handle-icons.copyicon.copied {
    background: var(--k-brand-deep);
}

@media (max-width: 575.98px) {
    .post-follow {
        flex-wrap: wrap;
        gap: 0.6rem;
    }

    .post-follow .handle-icons {
        width: 34px;
        height: 34px;
    }

    .post-follow .post-icons {
        font-size: 0.95rem;
    }

    /* Reduce readmore button size on mobile */
    .breaking-readmore a {
        padding: 0.5rem 1.25rem;
        font-size: 0.7rem;
    }
}
