.ad-banner {
    width: 100%;
    height: 110px;
    object-fit: cover;
    padding: 5px 0;
}
.heading-new-card {
    padding: 30px 20px;
    margin: 30px 0;
    border: 1px solid #f0f0f0;
    box-shadow: 0 4px 4px #0000001a;
}
.heading-new-title {
    font-size: 52px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    margin: 0;
    cursor: pointer;
}
.heading-new-title:hover {
    color: var(--primary-color);
}
.news-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 100px;
    font-size: 1rem;
    font-weight: 600;
}
.info {
    display: flex;
    align-items: center;
    gap: 8px;
}
.heading-news-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-top: 20px;
}
.banner-container {
    padding: 25px 0;
}

/* main news */
.main-news-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    /* padding-top: 20px; */
}

.news-content-area {
    width: 65%;
    display: flex;
    flex-direction: column;
}
.news-grid-layout-new,
.news-grid-layout {
    display: flex;
    gap: 25px;
}

.news-grid-layout-left {
    width: 65%;
}

.featured-news {
    flex: 1;
    padding-bottom: 10px;
}

.new-featured-news {
    flex: 1;
    width: 400px;
    padding-bottom: 10px;
}

.featured-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.economy-featured-image {
    width: 50%;
    height: 250px;
    object-fit: cover;
}

.article-excerpt {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin: 0 0 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    text-align: justify;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-des {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin: 0 0 10px 0;

    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: justify;
}
/* .article-des {
    font-size: 1rem;
    line-height: 1.5rem;
    height: 10.65rem;
    color: #555;
    margin: 0 0 10px 0;
    text-align: justify;
    overflow: hidden;
}

.article-des::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 5px;

    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );

    pointer-events: none;
} */

.paragraph {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-top: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}

.news-list-container {
    flex: 0.8;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-item {
    display: flex;
    gap: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
}

.news-item:last-child {
    border-bottom: none;
}

.item-image {
    width: 150px;
    height: 120px;
    object-fit: cover;
    flex-shrink: 0;
}

.item-content {
    flex: 1;
}

.meta-info {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    color: var(--text-meta);
    padding: 10px 0;
}

.meta-info svg {
    margin-right: 5px;
    fill: var(--text-meta);
}

.sidebar-area {
    padding-top: 50px;
    width: 35%;
}

.side-ad-img {
    width: 100%;
    height: 285px;
    object-fit: cover;
    top: 20px;
}

/* finance-news  */
.finance-news-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* economy-new  */
.economy-featured-news {
    display: flex;
    gap: 25px;
    width: 100%;
    padding-bottom: 10px;
}
.economy-featured-content {
    width: 80%;
}

.economy-news-list-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

/* interview-section  */
.featured-interview {
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
}

.interview-img {
    width: 55%;
    height: 450px;
    margin-bottom: 0;
    object-fit: cover;
}

.interview-meta {
    padding: 0 15px 0 20px;
}

.interview-p,
.interview-title {
    color: white;
}

.interview-p,
.interview-title:hover {
    color: #f0f0f0;
}

.interview-list-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 20px;
    gap: 10px;
}

/* idea-section  */
.idea-section {
    padding: 0;
    flex-direction: column;
}

/* video-section  */
.main-multimedia-container {
    position: relative;
    width: 100%;
    height: 600px;
    margin-bottom: 30px;
    overflow: hidden;
}

.main-multimedia-container iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.multimedia-list-wrapper {
    position: relative;
    padding-top: 30px;
}

.multimedia-swiper {
    overflow: hidden;
}

.multimedia-swiper .swiper-slide {
    height: auto;
}

.multimedia-item {
    display: flex;
    flex-direction: column;
}

.multimedia-item iframe {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
}

.multimedia-swiper-button-prev,
.multimedia-swiper-button-next {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.multimedia-swiper-button-prev:hover,
.multimedia-swiper-button-next:hover {
    background: var(--secondary-color);
    transform: translateY(-50%) scale(1.1);
}

.multimedia-swiper-button-prev {
    right: 40px;
}
.multimedia-swiper-button-next {
    right: 0;
}

.multimedia-swiper-button-prev::after,
.multimedia-swiper-button-next::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.multimedia-swiper-button-prev::after {
    transform: rotate(-135deg);
    margin-left: 3px;
}

.multimedia-swiper-button-next::after {
    transform: rotate(45deg);
    margin-right: 3px;
}

.multimedia-swiper-button-prev.swiper-button-disabled,
.multimedia-swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

/* news-collection */
.news-collection {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

/* stock-section */
.stock-section {
    display: flex;
    flex-direction: column;
    padding: 0;
}

/* game-news  */
.game-news-layout {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
    align-items: stretch;
}

.featured-news.game-feature-news {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.game-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 23px;
}
.game-item-image {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .main-news-wrapper {
        flex-direction: column;
        margin-bottom: 10px;
        gap: 20px;
    }
    .news-content-area {
        width: 100%;
    }
    .sidebar-area {
        width: 100%;
        padding-top: 20px;
    }

    .side-ad-img {
        max-width: 400px;
    }
    .game-news-layout {
        grid-template-columns: 1fr 1.5fr 1fr;
    }
}

@media (max-width: 992px) {
    .heading-new-card {
        padding: 20px 10px;
    }
    .heading-new-title {
        font-size: 2rem;
    }
    .news-meta {
        gap: 40px;
        font-size: 0.9rem;
    }
    .heading-news-img {
        height: 400px;
    }
    .banner-container {
        padding: 30px 0;
    }

    .finance-news-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .featured-interview {
        width: 100%;
    }
    .news-grid-layout-new {
        flex-direction: column;
    }

    .multimedia-item iframe {
        height: 220px;
    }
    .news-collection {
        grid-template-columns: repeat(1, 1fr);
    }
    .game-news-layout {
        grid-template-columns: 0.5fr 1fr 0.5fr;
    }

}

@media (max-width: 768px) {
    .heading-new-title {
        font-size: 1.6rem;
    }
    .news-meta {
        gap: 20px;
    }
    .heading-news-img {
        height: auto;
    }
    .interview-img {
        width: 100%;
    }
    .news-grid-layout-left {
        width: 100%;
    }
    .banner-container {
        padding: 15px 0;
    }
    .main-news-wrapper {
        margin-bottom: 5px;
        gap: 10px;
    }
    .news-grid-layout {
        flex-direction: column;
    }

    .sidebar-area {
        padding-top: 0px;
    }

    .new-featured-news {
        width: auto;
    }

    .economy-featured-news {
        flex-direction: column;
        gap: 5px;
    }

    .economy-featured-image {
        width: 100%;
    }

    .economy-featured-content {
        width: 100%;
    }
    .finance-news-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .economy-news-list-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .featured-interview {
        flex-direction: column;
        gap: 30px;
        padding-bottom: 30px;
    }
    .interview-list-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .main-multimedia-container {
        height: 300px;
    }

    .multimedia-item iframe {
        height: 200px;
    }

    .multimedia-swiper-button-prev,
    .multimedia-swiper-button-next {
        width: 35px;
        height: 35px;
    }

    .game-news-layout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "middle"
            "left"
            "right";
        gap: 25px;
    }
    .game-sidebar:first-child {
        grid-area: left;
    }
    .game-news-layout .game-sidebar:last-child {
        grid-area: right;
    }

    .game-item-image {
        width: 100%;
        height: 230px;
        object-fit: cover;
    }
        .paragraph {
        -webkit-line-clamp: 4;
    }
}
