/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    background: #f1f1f1;
    font-family: 'Lato', sans-serif;
}

/* .breaking-news {
    width: 1170px;
    margin-left: 374px;
    background-color: #dd221b;
    display: flex;
    align-items: center;
    overflow: hidden;
}



.breaking-label {
    background-color: #B11A14;
    color: #ffffff;
    padding: 4px 34px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 0px;
    white-space: nowrap;

    font-family: Lato;
    font-style: Bold;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

} */

.breaking-news {
    width: 100%;
    /* Take full width on small screens */
    max-width: 1170px;
    /* Match your site's container width */
    margin: 0 auto;
    /* CENTER the bar on the screen */
    background-color: #dd221b;
    display: flex;
    align-items: center;
    overflow: hidden;
    /* height: 40px; */
    /* Optional: fixed height for consistency */
}

/* Ensure the label stays fixed to the left of the bar */
.breaking-label {
    background-color: #B11A14;
    color: #ffffff;
    padding: 0 25px;
    /* Adjusted padding */
    height: 100%;
    /* Fill the parent height */
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
    /* Prevents the label from squishing */
    font-family: Lato, sans-serif;
}

.breaking-content {
    flex: 1;
    overflow: hidden;
}

.breaking-scroll {
    display: flex;
    gap: 60px;
    animation: scroll 30s linear infinite;
    padding: 4px 0;
}

.col {
    gap: 15px;
}

.breaking-item {
    color: #ffffff;
    white-space: nowrap;
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;

}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* FULL WIDTH CONTAINER */
.container {
    /* width: 100%; */
    width: 1200px;
    /* keeps design alignment */
    margin: 0 auto;

    padding: 0 10px;
    /* small side spacing */
}

/* ================= TOP NEWS ================= */
.news-grid {
    margin-top: 10px;
    display: grid;
    /* grid-template-columns: 453px 360px 360px; */
    grid-template-columns: 350px 230px 230px 300px;
    gap: 20px;
}

/* LEFT */
.left img {
    object-fit: cover;
    width: 453;
    height: 276;
    opacity: 1;
    top: 161px;
    left: 20px;

}

.tag {
    background: #DD221B;
    color: #fff;
    padding: 4px 8px;
    margin-top: 10px;
    display: inline-block;


    font-family: Lato;
    font-weight: 900;
    font-style: Black;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;

}



.left h1 {
    font-family: 'Oswald';
    margin: 8px 0 4px;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;

}

.left p {
    color: #020202;
    font-family: Lato;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
}

/* HEAD */
.head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid red;
}

.head-main-goa-news {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid red;
    width: 880px;
}

.view-all-goa {
    color: #DD221B;
    text-decoration: none;

    font-family: Lato;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
}

.head span {
    background: #e11b1b;
    color: #fff;
    padding: 5px 10px;
    font-family: Lato;
    font-weight: 900;
    font-style: Black;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;

}

.head a {
    color: #DD221B;
    text-decoration: none;

    font-family: Lato;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
}

.head-anchor {
    color: #DD221B;
    text-decoration: none;

    font-family: Lato;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    padding-top: 10px;
}



/* MIDDLE */
.middle ul {
    list-style: none;
}

.middle li {
    /* font-family: 'Oswald';
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px dotted #cfcfcf; */

    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 13px;
    /* line-height: 100%;
    letter-spacing: 0%;
    gap: 10px; */

}

.top-news-list {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #373737;

}



/* RIGHT */
.side-item {

    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #beb9b9;
    padding-bottom: 3px;

}

.side-item img {
    width: 90px;
    height: 60px;
    object-fit: cover;

}


.cat {

    color: #e11b1b;
    font-family: Lato;
    font-weight: 900;
    font-style: Black;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-top: 5px;


}

.cat-big {
    color: #DD221B;
    font-family: Lato;
    font-weight: 900;
    font-style: Black;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;

}

.cat-content {
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;

}

.side-item p {
    font-size: 16px;

    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0%;

}

/* SOCIAL */
/* .social {
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 10px;
    height: 330px;
}

.social-head {
    background: #001f3a;
    color: #fff;
    font-family: 'Oswald';
    font-size: 12px;
    padding: 8px;
    display: flex;
    justify-content: space-between;
}

.social img {
    width: 100%;
}

.social-body {
    padding: 10px;
}

.profile {
    font-size: 12px;
    color: #777;

}


.tags {
    font-size: 12px;
    color: #3b6cb7;
}

.actions {
    display: flex;
    gap: 15px;
    font-size: 12px;
    margin-top: 6px;
} */

/* AD */
.ad {
    margin-top: 20px;
    height: 150px;
    background: #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald';
}

/* ================= FOLLOW ================= */
.follow-section {
    background: #efefef;
    padding: 18px 0;
}

.follow-layout {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 18px;
}

.follow-left {
    background: #001f3a;
    padding: 14px;
    color: #fff;
}

.follow-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.follow-title {
    font-family: 'Oswald';
    font-size: 13px;
    display: flex;
    gap: 6px;
}

.follow-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 14px;
}

.follow-main img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.follow-main h3 {
    font-family: 'Oswald';
    font-size: 15px;
    margin-top: 8px;
}

.follow-item {
    display: flex;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}

.thumb img {
    width: 100px;
    height: 65px;
    object-fit: cover;
}

.follow-item p {
    font-size: 13px;
}

.follow-ad {
    background: #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ================= GOA SECTION ================= */
.section-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.title {
    font-family: Lato;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;

}

.view-all {
    color: #e21d1d;
    text-decoration: none;

    font-family: Lato;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    padding-top: 3px;

}



.tabs {
    display: flex;
    gap: 15px;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    overflow-x: auto;
    width: 880px;

}


.tabs .active {
    border-bottom: 2px solid red;
}

/* GRID */
.main-grid {
    display: grid;
    grid-template-columns: 3fr 1.2fr;
    gap: 20px;
}

.top-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 15px;
}

.big-news img {
    width: 453px;
    height: 242px;
}


.big-news h2 {
    font-family: Oswald;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;


}

.big-news p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

desc .list-news div {
    padding: 10px 0;
    border-bottom: 1px dotted #c7c4c4;
}

.mini-item {
    display: flex;
    gap: 10px;
}

.mini-item img {

    width: 128px;
    height: 69px;
}

.mini p {
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;

}

.mini {
    padding-top: 10px;
    border-bottom: 0.5px dotted #575656;
    padding-bottom: 10px;
}

/* CARDS */
.card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 10px;
}

.card img {
    width: 100%;
}

.card h4 {
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 15px;
    letter-spacing: 0%;
    padding-top: 5px;

}

.card h3 {
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    /* line-height: 22px; */
    letter-spacing: 0%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.card p {
    font-family: Lato;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 15px;
    letter-spacing: 0%;
    padding-top: 5px;
    color: #373737;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* limit to 4 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;

}

/* ================= MULTI ================= */
.layout {
    display: grid;
    grid-template-columns: 3fr 1.2fr;
    gap: 25px;
    margin: auto;
    padding: 10px 10px 10px 0px;
}

.row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 25px;
    margin-top: 15px;
}

.mini {
    display: flex;
    gap: 10px;
}

.mini img {
    width: 120px;
    height: 70px;
    object-fit: cover;
}

.col h3 {
    font-family: 'Oswald';
    font-size: 15px;
    row-gap: 6px;
}

/* SIDEBAR */
.sidebar {
    background: #dcdcdc;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald';
}

.photo-box img {
    width: 285px;
    height: 155px;
}

.photo-box {
    width: 335px;
    height: 315px;
    opacity: 1;
    top: 1530px;
    left: 1085px;
    border-width: 0.5px;
}


/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {

    .news-grid,
    .follow-layout,
    .main-grid,
    .layout,
    .row,
    .top-grid,
    .card-grid {
        grid-template-columns: 1fr;
    }
}



.sec-head-1 {
    padding: 0px 0px 10px 0px;
}


/* SECTION FULL WIDTH */
.video-section {
    width: 667px;
    padding: 20px;
    /* background: #f3f3f3; */
}

/* MAIN GRID */
.video-container {
    display: grid;
    grid-template-columns: 3fr 1fr;
    /* instead of fixed px */
    gap: 5px;
    align-items: stretch;
    width: 1172px;
    margin-left: -20px;


}

/* LEFT PANEL */
.video-left {
    background: #001a33;
    padding: 15px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

/* HEADER */
.video-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.title {

    display: flex;
    align-items: center;
    gap: 6px;

    font-family: Lato;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;

}

.title .dot {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
}


.video-header a {
    color: #ff3b3b;
    text-decoration: none;
    font-family: Lato;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;

}

/* CONTENT GRID */
.video-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 15px;
    flex: 1;
}

/* MAIN VIDEO */
.main-video {
    display: flex;
    flex-direction: column;
}

.main-video iframe {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.main-video p {
    margin-top: 8px;
    font-family: 'Oswald';
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;

}

/* VIDEO LIST */
.video-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
}

/* ITEM */
.video-item {
    display: flex;
    gap: 10px;
    cursor: pointer;
    align-items: center;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
    padding-bottom: 8px;
}

.video-item:last-child {
    border-bottom: none;
}

/* THUMB */
.video-item img {
    width: 110px;
    height: 70px;
    object-fit: cover;
    border-radius: 3px;
}

/* TEXT */
.video-item p {
    font-size: 13px;
    line-height: 1.3;
}

/* PLAY ICON */
.video-item {
    position: relative;
}

.video-item .play {
    position: absolute;
    left: 45px;
    top: 28px;
    width: 20px;
    height: 14px;
    background: #fff;
    border-radius: 3px;
}

/* ACTIVE */
.video-item.active {
    opacity: 0.6;
}

/* RIGHT AD */
.video-ad {
    background: #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald';
    font-size: 12px;
    min-height: 100%;
    width: 335px;
    height: 413px;
}


/* RESPONSIVE */
@media (max-width: 1024px) {
    .video-container {
        grid-template-columns: 1fr;
    }

    .video-content {
        grid-template-columns: 1fr;
    }

    .video-item img {
        width: 90px;
        height: 60px;
    }
}


.goa-section {
    row-gap: 10px;
}


.life {
    background: #f3f3f3;
    padding: 20px;
    gap: 10px;
}

.life-wrap {
    display: grid;
    grid-template-columns: 3fr 1.2fr;
    gap: 20px;
    align-items: center;
    justify-content: center;
    width: 1200px;
    /* margin-left: 350px; */
}

/* HEAD */
.sec-head {
    display: flex;
    justify-content: space-between;
    padding-top: 6px;
    margin-bottom: 12px;
    border-bottom: 1px solid red;
}

.sec-head span {
    background: #e21d1d;
    color: #fff;
    font-family: 'Oswald';
    font-size: 12px;
    padding: 4px 8px;
}

.sec-head a {
    color: #e21d1d;
    font-family: Lato;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;

    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    padding-top: 3px;

}

/* CARDS */
.life-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 20PX;
}

.card img {
    width: 100%;
}

.cat {
    color: #DD221B;
    font-family: Lato;
    font-weight: 900;
    font-style: Black;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
}

.card h4 {
    font-family: 'Oswald';
    font-size: 14px;

}

.card p {
    color: #555;
    font-family: Lato;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;

}

/* SPORTS */
.sports {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;



    padding-bottom: 10px;
    margin-bottom: 20px;
}

.sports-item {
    display: flex;
    gap: 10px;
    border-bottom: 1px dotted #373737;
}

.sports-item p {
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.sports-item-out {
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;

}

.sports-item img {
    width: 128px;
    height: 69px;
}



/* BOTTOM */
.bottom-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-bottom: 10PX;
}

.mini {
    display: flex;
    gap: 10px;
}

.mini img {
    width: 100px;
}

.desc {
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;

}

/* SIDEBAR */
.slider-box {
    background: #fff;
    padding: 10px;
}

.slider-img {
    position: relative;
    width: 285;
    height: 155;
    opacity: 1;
    top: 1567px;
    left: 1108px;

}

.slider-img img {
    width: 100%;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    width: 25px;
    height: 25px;
}

.prev {
    left: 5px;
}

.next {
    right: 5px;
}

.dots {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.dot {
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 50%;
}

.dot.active {
    background: #000;
}

.ad {
    background: #ccc;
    height: 350px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad-main {
    background: #ccc;
    height: 164px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-page-content {
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0%;
    padding-bottom: 15px;
    border-bottom: 0.5px dotted rgb(185, 174, 174);
    padding-top: 5px;

}



/* ================= RESET ================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #f1f1f1;
    font-family: 'Lato', sans-serif;
}

img {
    max-width: 100%;
    display: block;
}

/* ================= GLOBAL CONTAINER ================= */
.container,
.life-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* ================= BREAKING NEWS ================= */
.breaking-news {
    background: #dd221b;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.breaking-label {
    background: #b11914;
    color: #fff;
    padding: 6px 20px;
    font-size: 14px;
    white-space: nowrap;
}

.breaking-content {
    flex: 1;
    overflow: hidden;
}

.breaking-scroll {
    display: flex;
    gap: 50px;
    animation: scroll 25s linear infinite;
}

.breaking-item {
    color: #fff;
    white-space: nowrap;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* ================= NEWS GRID ================= */
.news-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.2fr;
    gap: 20px;
    margin-top: 15px;
}

.left h1 {
    font-family: 'Oswald';
    font-size: 18px;
}

.tag {
    background: #DD221B;
    color: #fff;
    padding: 4px 8px;
    display: inline-block;
    margin-top: 8px;

    font-family: Lato;
    font-weight: 900;
    font-style: Black;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;

}

.middle li {

    padding: 10px 0;
    border-bottom: 1px dotted #ccc;

    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0%;

}

.side-item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.side-item img {

    object-fit: cover;
    width: 128px;
    height: 68px;


}

/* ================= VIDEO ================= */
.video-container {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
}

.video-left {
    background: #001a33;
    color: #fff;
    padding: 15px;
}

.video-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 15px;
}

.video-item {
    display: flex;
    gap: 10px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
    padding-bottom: 8px;
}

.video-item img {
    width: 100px;
    height: 65px;
    object-fit: cover;
}

/* ================= GOA SECTION ================= */
.main-grid {
    display: grid;
    grid-template-columns: 3fr 1.2fr;
    gap: 20px;
}

.top-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 15px;
}

.mini-item {
    display: flex;
    gap: 10px;
}

/* ================= LIFE ================= */
.life {
    background: #f3f3f3;
    padding: 20px 0;
}

.life-wrap {
    display: grid;
    grid-template-columns: 3fr 1.2fr;
    gap: 20px;
}

.life-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.sports {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.bottom-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* ================= TABLET ================= */
@media (max-width: 1024px) {


    .news-grid {
        grid-template-columns: 1fr 1fr;
    }

    .video-container {
        grid-template-columns: 1fr;
    }

    .video-content {
        grid-template-columns: 1fr;
    }

    .main-grid {
        grid-template-columns: 1fr;
    }

    .top-grid {
        grid-template-columns: 1fr;
    }

    .life-wrap {
        grid-template-columns: 1fr;
    }

    .life-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .sports {
        grid-template-columns: repeat(2, 1fr);
    }


}

/* ================= MOBILE ================= */
@media (max-width: 768px) {


    .breaking-news {
        flex-direction: column;
        align-items: flex-start;
    }

    .news-grid {
        grid-template-columns: 1fr;
    }

    .life-cards {
        grid-template-columns: 1fr;
    }

    .sports {
        grid-template-columns: 1fr;
    }

    .bottom-3 {
        grid-template-columns: 1fr;
    }

    .video-item img {
        width: 80px;
        height: 55px;
    }

    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 14px;
    }


}

.tag-below-content {
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;

}

.tag-head-content {
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;

}

.mini-item-content {
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;

}



/* Socail card section */
.social-card {
    width: 300px;
    height: 346px;
    border: 0.5px solid #dcdcdc;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
}

/* HEADER (46px exact) */
.social-header {
    height: 46px;
    background: #001f3a;
    color: #fff;
    padding: 0 12px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 12px;
}

.social-header .left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fb-icon {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.social-header .right {
    color: #ff3b3b;
    font-family: Lato;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;

}

/* IMAGE */
.social-image img {
    width: 100%;
    height: 120px;
    /* controlled like design */
    object-fit: cover;
}

/* CONTENT */
.social-content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* PROFILE */
.profile-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.name {
    font-size: 13px;
    font-weight: 600;
}

.time {
    font-size: 11px;
    color: #777;
}

/* TEXT */
.post-text {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* TAGS */
.tags {
    font-size: 12px;
    color: #3b6cb7;
}

/* ACTIONS */
.actions {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    /* push to bottom */
    padding-top: 6px;
    border-top: 1px solid #eee;
}

.action {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #555;
}

.action img {
    width: 14px;
    height: 14px;
}

.follow-goan {
    font-family: Lato;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
}

/* =========================================
   GLOBAL IMAGE HOVER ZOOM EFFECT
========================================= */


.left,
.side-item,
.big-news,
.mini-item,
.card,
.video-item,
.follow-main,
.follow-item,
.sports-item,
.photo-box,
.slider-img,
.social-image,
.mini,
.thumb {
    overflow: hidden;
    position: relative;
}


.left img,
.side-item img,
.big-news img,
.mini-item img,
.card img,
.video-item img,
.follow-main img,
.follow-item img,
.sports-item img,
.photo-box img,
.slider-img img,
.social-image img,
.mini img,
.thumb img {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}


.left:hover img,
.side-item:hover img,
.big-news:hover img,
.mini-item:hover img,
.card:hover img,
.video-item:hover img,
.follow-main:hover img,
.follow-item:hover img,
.sports-item:hover img,
.photo-box:hover img,
.slider-img:hover img,
.social-image:hover img,
.mini:hover img,
.thumb:hover img {
    transform: scale(1.08);
}


.left::after,
.side-item::after,
.big-news::after,
.mini-item::after,
.card::after,
.video-item::after,
.follow-main::after,
.follow-item::after,
.sports-item::after,
.photo-box::after,
.slider-img::after,
.social-image::after,
.mini::after,
.thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s ease;
    pointer-events: none;
}

.left:hover::after,
.side-item:hover::after,
.big-news:hover::after,
.mini-item:hover::after,
.card:hover::after,
.video-item:hover::after,
.follow-main:hover::after,
.follow-item:hover::after,
.sports-item:hover::after,
.photo-box:hover::after,
.slider-img:hover::after,
.social-image:hover::after,
.mini:hover::after,
.thumb:hover::after {
    background: rgba(0, 0, 0, 0.08);
}


/* --- Desktop: Hide Mobile Nav --- */
.mobile-bottom-nav {
    display: none;
}

/* ============================================================
   FINAL MOBILE RESPONSIVE OVERRIDES 
   (Paste this at the very bottom of your CSS)
   ============================================================ */
@media (max-width: 768px) {
    .breaking-news {
        flex-direction: row !important;
        /* Prevents stacking */
        display: flex !important;
        align-items: center !important;
        height: 40px !important;
        /* Fixed height for clean look */
    }

    .breaking-label {
        width: auto !important;
        /* Resets from 100% width */
        padding: 0 15px !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        font-size: 12px !important;
        flex-shrink: 0 !important;
        /* Prevents the label from squishing */
    }

    .breaking-content {
        flex: 1 !important;
    }


    /* 1. RESET DESKTOP MARGINS & WIDTHS */
    /* This forces the 367px margin to 0 and 1170px width to 100% */
    .breaking-news,
    .container,
    .life-wrap,
    .video-container,
    .news-grid,
    .main-layout,
    .video-section {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        left: 0 !important;
    }

    /* 2. FORCE GRIDS TO STACK VERTICALLY */
    .news-grid,
    .top-grid,
    .main-grid,
    .life-cards,
    .sports,
    .bottom-3,
    .video-content,
    .video-container,
    .card-grid {
        grid-template-columns: 1fr !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }

    /* 3. HIDE SIDEBARS/ADS ON MOBILE TO SAVE SPACE */
    .right,
    .video-ad,
    .life-side,
    .sidebar {
        display: none !important;
    }

    /* 4. FIX THE BOTTOM NAVIGATION BAR */
    @media (max-width: 992px) {
        .mobile-bottom-nav {
            display: flex !important;
            position: fixed !important;
            bottom: 0 !important;
            left: 0 !important;
            width: 100% !important;
            height: 70px !important;
            background-color: #f8f8f8 !important;
            border-top: 1px solid #ddd !important;
            justify-content: space-around !important;
            align-items: center !important;
            /* Lower this slightly so the Sidebar can slide OVER it */
            z-index: 9999 !important;
            padding-bottom: env(safe-area-inset-bottom) !important;
        }

        /* Renamed to bottom-nav-link to stop the header conflict */
        .bottom-nav-link {
            display: flex !important;
            flex-direction: column !important;
            align-items: center !important;
            justify-content: center !important;
            flex: 1 !important;
            text-decoration: none !important;
            color: #666 !important;
        }

        .bottom-nav-link img {
            width: 24px !important;
            height: 24px !important;
            margin-bottom: 4px !important;
        }

        .bottom-nav-link span {
            font-size: 10px !important;
            font-weight: 700 !important;
            text-transform: uppercase !important;
            color: #666 !important;
        }

        .bottom-nav-link.active {
            color: #DD221B !important;
        }

        .bottom-nav-link.active span {
            color: #DD221B !important;
        }

        .bottom-nav-link.active img {
            filter: invert(21%) sepia(91%) saturate(3506%) hue-rotate(349deg) brightness(89%) contrast(98%);
        }

        body {
            padding-bottom: 80px !important;
        }
    }

    /* 5. ADD PADDING TO BODY */
    /* Prevents the bottom menu from covering the last piece of content */
    body {
        padding-bottom: 80px !important;
    }

    /* 6. IMAGE FIXES */
    .left img,
    .big-news img,
    .side-item img {
        width: 100% !important;
        height: auto !important;
    }
}

/* ============================================================
   TABLET & SMALL LAPTOP (1024px to 1280px)
   ============================================================ */
@media (max-width: 1280px) {

    .container,
    .breaking-news,
    .video-container,
    .life-wrap {
        max-width: 95%;
        /* Give a little breathing room on the sides */
    }

    /* Adjust the main top news grid so it doesn't squish */
    .news-grid {
        grid-template-columns: 1fr 1fr;
        /* Drop from 4 columns to 2 */
    }

    /* Social card and right column items might need to wrap */
    .social-card {
        width: 100%;
    }

    .video-content {
        grid-template-columns: 1fr;
        /* Stack video and list on tablets */
    }
}

/* Layout - Fixed 1200px */
.main-container {
    display: grid;
    grid-template-columns: 900px 300px;
    width: 1200px;
    margin: 0 auto;
    gap: 0;
    align-items: start;
    /* Ensures sidebar doesn't stretch the row height */
}

/* Left Content Area */
.content-area {
    display: grid;
    grid-template-columns: 350px 220px 270px;
    gap: 10px;
    padding-right: 3px;
}

/* News Styling */
.big-news img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.cat-label {
    color: red;
    font-weight: bold;
    font-size: 11px;
    margin-top: 10px;
    display: block;
}

.big-news h2 {
    font-size: 18px;
    font-family: 'Oswald';
    margin: 8px 0;
    line-height: 1.2;
}

.big-news p {
    font-size: 13px;
    color: #555;
}

.list-item {
    padding: 8px 0;
    border-bottom: 1px dotted #ccc;
}

.list-item a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.1;
}

.side-news-item {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px dashed #ccc;
}

.side-news-text {
    width: 70%;
}

.side-cat {
    font-size: 10px;
    color: #d00;
    font-weight: bold;
}

.side-news-text p {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
}

.side-news-item img {
    width: 70px;
    height: 50px;
    object-fit: cover;
}

/* COMPACT PHOTOSTORIES SIDEBAR */
.sidebar-photostories {
    width: 300px;
    border: 1px solid #d1d5db;
    background: #fff;
    box-sizing: border-box;
}

.ps-header {
    background: #000c21;
    color: #fff;
    padding: 8px 12px;
    /* Reduced padding */
    font-weight: bold;
    font-size: 13px;
}

.ps-box {
    padding: 10px;
    /* Reduced from 15px */
}

.ps-slide h3 {
    font-size: 15px;
    /* Smaller font */
    font-weight: bold;
    margin-bottom: 8px;
    /* Tighter margin */
    line-height: 1.2;
}

.ps-slide {
    display: none !important;
}

/* This shows ONLY the slide with the 'active' class */
.ps-slide.active {
    display: block !important;
}

/* SMALLER FIXED IMAGE SIZE */
.ps-img-container {
    position: relative;
    display: flex;
    align-items: center;
}

.ps-img-container img {
    width: 278px;
    /* Fits box width */
    height: 130px;
    /* Reduced from 170px to make it shorter */
    object-fit: cover;
}

.ps-nav-btn {
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    /* Added slight background for visibility */
    border: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
}

.ps-nav-btn.prev {
    left: 0;
}

.ps-nav-btn.next {
    right: 0;
}

.ps-slide p {
    font-size: 13px;
    /* Smaller font */
    margin-top: 8px;
    /* Tighter margin */
    color: #333;
    line-height: 1.3;
}

.ps-pagination {
    text-align: center;
    margin-top: 8px;
    /* Tighter margin */
}

.ps-dot {
    height: 8px;
    width: 8px;
    background: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
}

.ps-dot.active {
    background: #000;
}

/* Responsive stays same */
@media (max-width: 1200px) {
    .main-container {
        width: 100%;
        grid-template-columns: 1fr;
        padding: 10px;
        margin: 0;
    }

    .content-area {
        grid-template-columns: 1fr;
        padding-right: 0;
    }

    .sidebar-photostories {
        width: 100%;
        max-width: 350px;
        margin: 20px auto;
    }
}



/* --- Real Dummy Ad Styling --- */
.real-ad {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    display: block;
}

.real-ad img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.real-ad:hover img {
    transform: scale(1.05);
    /* Slight zoom like real web ads */
}

/* The small "Sponsored" tag */
.ad-label {
    position: absolute;
    top: 5px;
    left: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 9px;
    padding: 2px 6px;
    z-index: 10;
    font-weight: 700;
    border-radius: 2px;
}

/* Dark gradient overlay to make text readable */
.ad-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    color: white;
    z-index: 5;
}

.sidebar-ad .ad-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    text-align: center;
}

.ad-text h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    margin: 0;
    color: #fff;
}

.ad-text p {
    font-size: 14px;
    margin: 5px 0 0;
    opacity: 0.9;
}

/* The "Call to Action" Button */
.ad-btn {
    background: #ff3b3b;
    /* Traditional Ad Red */
    color: white;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 13px;
    border-radius: 3px;
    text-transform: uppercase;
    transition: background 0.3s;
}

.real-ad:hover .ad-btn {
    background: #dd221b;
}

/* Responsive Fixes */
@media (max-width: 768px) {
    .ad-overlay {
        padding: 0 15px;
    }

    .ad-text h3 {
        font-size: 16px;
    }

    .ad-text p {
        display: none;
    }

    .ad-btn {
        padding: 5px 10px;
        font-size: 11px;
    }
}

/* ============================================================
   FIX: SUB-SECTION ALIGNMENT (Removing the Right Gap)
   ============================================================ */
.sub-sections {
    max-width: 1200px !important;
    margin: 30px auto !important;
    display: grid !important;
    grid-template-columns: 3fr 1fr;
    /* Matches your main-grid exactly */
    gap: 20px;
}

/* Ensure the content stays in the left 3-parts */
.sub-sections>.section-header,
.sub-sections>.sub-grid,
.sub-sections>.more-header,
.sub-sections>.more-grid {
    grid-column: 1;
}

/* ============================================================
   FLOATING GUTTER ADS (Fixed Sidebar Ads)
   ============================================================ */
.gutter-ad {
    position: fixed;
    top: 150px;
    width: 160px;
    height: 600px;
    background: #eee;
    z-index: 9999;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.gutter-ad span {
    font-size: 10px;
    color: #999;
    background: #fff;
    display: block;
}

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

.gutter-left {
    left: calc(50% - 785px);
}

.gutter-right {
    right: calc(50% - 785px);
}

/* Hide floating ads on laptops/tablets to prevent overlapping text */
@media (max-width: 1550px) {
    .gutter-ad {
        display: none !important;
    }
}

/* ============================================================
   BRANDED DUMMY ADS (Flipkart / Amazon)
   ============================================================ */
.dummy-ad {
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid #ddd;
    position: relative;
    display: block;
}

.dummy-ad a {
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
}

/* Flipkart Style */
.flipkart-bg {
    background: #2874f0 !important;
}

.flipkart-bg .ad-info {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    color: white;
    background: linear-gradient(90deg, #2874f0 30%, transparent);
}

.flipkart-bg b {
    color: #ffe500;
    font-size: 20px;
    font-style: italic;
}

.flipkart-bg button {
    background: #fb641b;
    border: none;
    color: #fff;
    padding: 8px 15px;
    font-weight: bold;
    border-radius: 2px;
}

/* Amazon Style */
.amazon-bg {
    background: #131921 !important;
    height: auto !important;
    min-height: 250px;
}

.amz-logo {
    color: #fff;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

.amz-footer {
    background: #fff;
    padding: 10px;
    text-align: center;
    border-top: 3px solid #febd69;
}

.amz-footer p {
    font-weight: bold;
    color: #111;
    margin-bottom: 5px;
}

.amz-footer button {
    background: #FFD814;
    border: 1px solid #FCD200;
    border-radius: 20px;
    width: 100%;
    padding: 5px;
    cursor: pointer;
}

/* Reset existing placeholder text */
.ad.horizontal,
.ad.vertical {
    color: transparent !important;
    line-height: 0;
}

/* Ensure images fit the reserved boxes perfectly */
.dummy-ad img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


@media (max-width: 992px) {
    .mobile-bottom-nav {
        position: fixed !important;
        bottom: 0 !important;

        /* SET TO A LOWER VALUE */
        z-index: 1000 !important;

        display: flex !important;
        /* ... other styles ... */
    }
}


/* --- LAYOUT ENGINE --- */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
}

.container-1200 {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    gap: 20px;
    align-items: flex-start;
    padding: 0 15px;
}

.left-pillar {
    flex: 1;
    /* Automatically takes remaining space */
}

.right-pillar {
    width: 300px;
    flex-shrink: 0;
}

/* --- HEADERS & TABS --- */
.section-header-wide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DD221B;
    margin-top: 15px;
}

.section-header-wide .tag {
    background: #DD221B;
    color: #fff;
    padding: 4px 10px;
    font-family: Lato;
    font-weight: 700;
    font-style: Black;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;

}

.section-header-wide .view-all {
    color: #DD221B;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}

.category-tabs {
    display: flex;
    gap: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    overflow-x: auto;
}

.category-tabs span {
    color: #555;
    white-space: nowrap;
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;

}

.category-tabs span.active {
    color: #000;
    border-bottom: 2px solid #DD221B;
}

/* --- GRIDS --- */
.top-news-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 15px;
    padding-bottom: 20px;
}

.life-sunday-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    padding: 15px 0;
}

/* Updated Sports to 3 Columns */
.sports-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 15px 0;
    /* border-bottom: 1px solid #eee; */
}

.triple-feature-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 10px;
    margin-bottom: 10px;

}

.mini-cat {
    font-family: Lato;
    font-weight: 900;
    font-style: Black;
    font-size: 10px;
    color: #DD221B;
    line-height: 100%;
    letter-spacing: 0%;

}

/* --- CARD STYLING --- */
.big-news img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.cat-label {
    color: red;
    font-weight: bold;
    font-size: 11px;
    margin-top: 8px;
    display: block;
}

.big-news h2 {
    font-size: 18px;
    font-family: 'Oswald';
    margin: 5px 0;
    line-height: 1.2;
}

.big-news p {
    font-size: 13px;
    color: #555;
}

.list-item {
    padding: 7px 0;
    border-bottom: 1px dotted #ccc;
}

.list-item a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;

    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    letter-spacing: 0%;

}

.side-mini-news {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #eee;
}

.mini-text p {
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;

    letter-spacing: 0%;

}

.side-mini-news img {
    width: 100px;
    height: 50px;
    object-fit: cover;
}

.life-card img {
    width: 100%;
    height: 110px;
    object-fit: cover;
}

.card-cat {

    color: red;
    margin-top: 5px;
    display: block;

    font-family: Lato;
    font-weight: 800;
    font-style: Black;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;

}

.life-card h3 {

    margin: 5px 0;
    line-height: 0.5;

    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;

}

.life-card p {
    color: #666;

    font-family: Lato;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;

}

.sports-mini {
    display: flex;
    gap: 10px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.sports-mini img {
    width: 120px;
    height: 69px;
    object-fit: cover;
}

.sports-mini p {
    font-weight: 700;
    font-size: 14px;
    margin: 0;

    font-family: Lato;
    font-style: Bold;

    line-height: 100%;
    letter-spacing: 0%;

}

.sports-desc {


    font-weight: 700;
    font-size: 14px;
    margin: 0;

    font-family: Lato;
    font-style: Bold;

    line-height: 100%;
    letter-spacing: 0%;
}

.feature-mini {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.feature-mini p {
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.feature-mini img {
    width: 120px;
    height: 69px;
    object-fit: cover;

}

.feature-desc {
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;

}

/* --- SIDEBAR --- */
.ad-placeholder {
    background: #ddd;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
}

.tall-ad {
    height: 400px;
}

/* Reduced height from 600px */

.sidebar-photostories {
    border: 1px solid #d1d5db;
    background: #fff;
    margin-bottom: 20px;
}

.ps-header {
    background: #000c21;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    font-size: 13px;
}

.ps-box {
    padding: 12px;
}

.ps-slide {
    display: none !important;
}

.ps-slide.active {
    display: block !important;
}

.ps-img-container {
    position: relative;
    display: flex;
    align-items: center;
}

.ps-img-container img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.ps-nav-btn {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    padding: 5px;
}

.ps-nav-btn.next {
    right: 0;
}

.ps-dot {
    height: 8px;
    width: 8px;
    background: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}

.ps-dot.active {
    background: #000;
}

/* --- RESPONSIVENESS --- */
/* ============================================================
   CLEAN & FIXED RESPONSIVENESS 
   ============================================================ */

/* 1. Global Fluidity */
.container-1200 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
    padding: 0 15px;
    align-items: flex-start;
}

.left-pillar {
    flex: 1;
    min-width: 0;
    /* Critical to prevent grid items from breaking layout */
}

.right-pillar {
    width: 300px;
    flex-shrink: 0;
}

/* 2. Navigation Tabs Scroll */
.category-tabs {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    scrollbar-width: none;
}

.category-tabs::-webkit-scrollbar {
    display: none;
}

.ps-slide active h3 {
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;

    line-height: 22px;
    letter-spacing: 0%;

}

/* --- TABLET VIEW (Laptops to Tablets) --- */
@media (max-width: 1100px) {
    .container-1200 {
        flex-direction: column;
    }

    .right-pillar {
        width: 100%;
        margin-top: 30px;
    }

    .top-news-grid {
        grid-template-columns: 1fr 1fr;
    }

    .col-big {
        grid-column: span 2;
    }

    .col-mini {
        grid-column: span 2;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .life-sunday-grid,
    .sports-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* --- MOBILE VIEW (Fixes the Right Shift) --- */
@media (max-width: 768px) {

    /* Force every single grid into a single, centered column */
    .top-news-grid,
    .col-mini,
    .life-sunday-grid,
    .sports-grid,
    .triple-feature-row {
        grid-template-columns: 1fr !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    /* Reset spans */
    .col-big,
    .col-list,
    .col-mini {
        grid-column: span 1 !important;
    }

    /* Ensure card items fill the screen and don't shift */
    .side-mini-news,
    .sports-mini,
    .feature-mini {
        width: 100% !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        padding: 10px 0;
    }

    /* Adjust image sizes for mobile thumbs */
    .side-mini-news img,
    .sports-mini img,
    .feature-mini img {
        width: 90px !important;
        height: 60px !important;
        flex-shrink: 0;
    }

    .mini-text,
    .sports-mini p {
        flex: 1;
    }

    .mini-text p {
        font-size: 15px !important;
        line-height: 1.2 !important;
    }

    /* Headlines */
    .big-news h2 {
        font-size: 20px !important;
    }

    .big-news img {
        height: auto !important;
        aspect-ratio: 16/9;
    }

    /* Life Cards specific fix */
    .life-sunday-grid {
        gap: 25px;
    }
}

/* --- EXTRA SMALL PHONES --- */
@media (max-width: 480px) {
    .section-header-wide .tag {
        font-size: 11px;
    }

    .side-mini-news {
        flex-direction: row;
        /* Keeps image on right */
    }
}

/* ============================================================
   PROPER MOBILE RESPONSIVENESS 
   ============================================================ */

/* 1. Global Fluidity Fixes */
.container-1200 {
    width: 100% !important;
    max-width: 1200px;
    padding: 0 15px;
    /* Ensures content doesn't touch screen edges */
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /* Allows pillars to stack */
}

/* 2. Pillars Logic */
.left-pillar {
    width: 100%;
    flex: 1;
    min-width: 0;
    /* Prevents grid blowout */
}

.right-pillar {
    width: 300px;
    flex-shrink: 0;
}

/* 3. Navigation Tabs (Horizontal Scroll for Mobile) */
.category-tabs {
    display: flex;
    overflow-x: auto;
    /* Allows swiping left/right on phones */
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    gap: 20px;
    padding-bottom: 5px;
    /* Space for scrollbar */
    border-bottom: 1px solid #eee;
    scrollbar-width: none;
    /* Hide scrollbar Firefox */
}

.category-tabs::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar Chrome/Safari */
}

/* --- TABLET BREAKPOINT (Switch to 1 Column for Pillars) --- */
@media (max-width: 992px) {
    .container-1200 {
        flex-direction: column;
    }

    .right-pillar {
        width: 100%;
        /* Sidebar takes full width below content */
        margin-top: 30px;
    }

    /* Grids: Show 2 items per row on tablets */
    .top-news-grid {
        grid-template-columns: 1fr 1fr;
    }

    .col-big {
        grid-column: span 2;
        /* Main story stays full width */
    }

    .col-mini {
        grid-column: span 2;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .life-sunday-grid,
    .sports-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* --- MOBILE PHONE BREAKPOINT --- */
@media (max-width: 768px) {

    /* Stack everything into 1 column */
    .top-news-grid,
    .col-mini,
    .life-sunday-grid,
    .sports-grid,
    .triple-feature-row {
        grid-template-columns: 1fr !important;
    }

    .col-big,
    .col-list,
    .col-mini {
        grid-column: span 1;
    }

    /* Responsive Images */
    .big-news img {
        height: auto;
        aspect-ratio: 16/9;
        /* Maintains cinematic shape */
    }

    /* Adjust specific item layouts for small screens */
    .side-mini-news,
    .sports-mini,
    .feature-mini {
        align-items: center;
    }

    .side-mini-news img,
    .sports-mini img,
    .feature-mini img {
        width: 100px;
        /* Slightly larger for better thumb visibility on mobile */
        height: 70px;
    }

    .mini-text p,
    .sports-mini p {
        font-size: 15px;
        /* Easier to read on mobile */
    }

    /* Spacing between sections */
    .section-header-wide {
        margin-top: 30px;
    }

    /* Header text adjustments */
    .section-header-wide .tag {
        font-size: 13px;
    }

    /* Sidebar Ad adjustment */
    .ad-placeholder {
        width: 100% !important;
        height: 250px;
    }

    .tall-ad {
        height: 300px;
        /* Don't make mobile user scroll too long for an ad */
    }
}

/* --- SMALL PHONE FIXES --- */
@media (max-width: 480px) {
    .section-header-wide .tag {
        padding: 4px 6px;
    }

    .big-news h2 {
        font-size: 18px;
        /* Prevents massive headlines on tiny screens */
    }

    /* Move images to top of cards if text is too squashed */
    .side-mini-news {
        flex-direction: row-reverse;
        /* Put image on right, text on left */
    }
}

/* --- GLOBAL REAL AD STYLING --- */
.real-ad {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: box-shadow 0.3s ease;
    background: #fff;
}

.real-ad:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.real-ad img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.real-ad:hover img {
    transform: scale(1.03);
}

/* --- FLIPKART CARD STYLE --- */
.flipkart-card {
    background: #2874f0;
    /* Flipkart Blue */
    height: 280px;
}

.flipkart-card .ad-brand {
    padding: 8px;
    color: #fff;
    font-weight: 900;
    font-style: italic;
    font-size: 16px;
}

.flipkart-card .plus {
    color: #ffe500;
}

/* Flipkart Plus Yellow */

.flipkart-card .ad-info {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 12px;
    text-align: center;
}

.flipkart-card h4 {
    font-size: 15px;
    color: #333;
    margin-bottom: 2px;
}


.flipkart-card p {
    color: #388e3c;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 8px;
}

.shop-btn {
    background: #fb641b;
    /* Flipkart Orange Button */
    color: white;
    padding: 6px 15px;
    border-radius: 2px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

/* --- AMAZON SKYSCRAPER STYLE --- */
.amazon-skyscraper {
    background: #131921;
    /* Amazon Dark Header */
    max-height: 400px;
}

.amazon-logo {
    padding: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.amazon-logo span {
    color: #febd69;
}

/* Amazon Gold */

.amazon-skyscraper .ad-content {
    padding: 15px;
    background: #fff;
    border-top: 4px solid #febd69;
}

.amazon-skyscraper h3 {
    font-size: 16px;
    color: #111;
    margin-bottom: 5px;
}

.amazon-skyscraper p {
    font-size: 12px;
    color: #555;
    margin-bottom: 10px;
}

.amazon-skyscraper .price {
    font-size: 20px;
    font-weight: 900;
    color: #B12704;
    margin-bottom: 12px;
}

.amazon-btn {
    background: #FFD814;
    /* Amazon Yellow Button */
    border: 1px solid #FCD200;
    border-radius: 20px;
    color: #0F1111;
    padding: 8px 0;
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
}

.amazon-btn:hover {
    background: #F7CA00;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .amazon-skyscraper {
        min-height: auto;
    }
}

/* Modified Tabs to fix the red border alignment */
.category-tabs {
    display: flex;
    gap: 15px;
    padding: 0;
    /* Changed from 10px to 0 */
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    overflow-x: auto;
}

.category-tabs span {
    color: #555;
    white-space: nowrap;
    font-family: Lato;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    padding: 10px 0;
    /* Padding moved here */
    cursor: pointer;
    border-bottom: 2px solid transparent;
    /* Placeholder border */
    margin-bottom: -1px;
    /* This pulls the red line onto the #eee line */
    display: inline-block;
}

.category-tabs span.active {
    color: #000;
    border-bottom: 2px solid #DD221B;
    /* This now sits on the line */
}

/* Rest of your CSS remains exactly as you provided */
.top-news-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 15px;
    padding-bottom: 20px;
}

.big-news img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.cat-label {
    color: red;
    font-weight: bold;
    font-size: 11px;
    margin-top: 8px;
    display: block;
}

.big-news h2 {
    font-size: 18px;
    font-family: 'Oswald';
    margin: 5px 0;
    line-height: 1.2;
}

.big-news p {
    font-size: 13px;
    color: #555;
}

.list-item {
    padding: 7px 0;
    border-bottom: 1px dotted #ccc;
}

.list-item a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    font-family: Lato;
}

.side-mini-news {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #eee;
}

.side-mini-news img {
    width: 100px;
    height: 50px;
    object-fit: cover;
}

.mini-cat {
    font-family: Lato;
    font-weight: 900;
    font-size: 10px;
    color: #DD221B;
}

.mini-text p {
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
    font-family: Lato;
}