.ad-image-container img,
.fixed_section img {
    min-width: 0;
    min-height: 0;
    width: 100%;
    display: block
}

body {
    background-color: #f5f5f5;
    background-size: cover
}

.fixed_section {
    display: inline-block;
    min-height: 0;
    min-width: 100%;
    width: auto
}

.ad-image-container:hover,
.fixed_section img:hover,
.topic-image img:hover {
    cursor: pointer
}

.ads-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 0
}

.ad-image-container {
    position: relative;
    display: inline-block;
    min-height: 0;
    min-width: 100%;
    width: auto;
    overflow: hidden;
    transition: transform .3s
}

.ad-image-container img {
    transition: opacity .3s, transform .3s;
    transform-origin: center
}

.overlay-icon {
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .3s, transform .3s
}

.play-button {
    background-color: #8e3cdc;
    border-radius: 100%;
    padding-left: 70%;
    padding-right: 55%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .5)
}

i.play-button {
    font-style: normal
}

@media screen and (max-width:768px) {
    .play-button {
        font-size: 28px;
        padding-bottom: 10%
    }
}

.ad-image-container:hover img {
    filter: brightness(.5);
    opacity: 1.5;
    transform: scale(1.05)
}

.ad-image-container:hover .overlay-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1)
}

.topic {
    text-decoration: none
}

.topic-image {
    position: relative;
    margin-top: 40px;
    min-height: 350px;
    height: 100%;
    min-width: 100%;
    width: 100% !important
}

.topic-image img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.topic-image h2,
.topic-image h3 {
    position: absolute;
    background-color: #590ea0;
    padding: 5px 10px;
    border-top-left-radius: 10px;
    color: #fff;
    top: 90%;
    margin: 0
}

.topic-story {
    max-width: 100%;
    background-color: #590ea0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 5px;
    text-align: justify;
    text-justify: inter-word
}

.topic-story p {
    color: #fff;
    font-size: 18px;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 30px;
    margin: 0
}

.movice h1,
.movice h2,
.movice h3 {
    color: #590ea0;
    text-align: center
}

.movice {
    justify-content: center
}

.movice .more-movices-section {
    position: relative;
    max-height: 400px;
    justify-content: center;
    overflow-y: hidden
}

.movice .more-movices-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 70%, rgba(245, 245, 245, 1));
    pointer-events: none;
}

@media screen and (min-width:768px) and (max-width:992px) {
    .movice .more-movices-section {
        max-height: 390px
    }
}

@media screen and (min-width:550px) and (max-width:768px) {
    .movice .more-movices-section {
        max-height: 560px
    }
}

@media screen and (min-width: 769px) {
    .movice .more-movices-section::after {
        display: none;
    }
}

@media screen and (max-width:550px) {
    .movice .more-movices-section {
        max-height: auto;
    }
}

@media screen and (max-width:400px) {
    .movice .more-movices-section {
        max-height: auto;
    }
}

.movice .show-more-suggestion {
    position: relative;
    background-color: #590ea0;
    border-radius: 8px;
    border-width: 0;
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .1) 0 2px 5px 0, rgba(0, 0, 0, .07) 0 1px 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 100%;
    height: 44px;
    margin: 0 auto 12px;
    outline: 0;
    overflow: hidden;
    padding: 0 25px;
    text-align: center;
    text-transform: none;
    transform: translateZ(0);
    transition: .2s, box-shadow .08s ease-in;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 200px;
    display: block
}

.movice .show-more-suggestion:hover {
    background-color: #590ea0;
    border: 2px solid #fff;
    font-weight: 500
}

.movice .show-more-suggestion:focus {
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px
}

.quality-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px 0;
}

.badge {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.85em;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.badge-gold {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    border: 1px solid #FFD700;
    color: #000;
}

.badge-silver {
    background: linear-gradient(135deg, #C0C0C0, #A9A9A9);
    border: 1px solid #C0C0C0;
    color: #000;
}

.badge-premium {
    background: linear-gradient(135deg, #00C9FF, #92FE9D);
    border: 1px solid #00C9FF;
    color: #333;
}

.badge-new {
    background: linear-gradient(135deg, #FF416C, #FF4B2B);
    border: 1px solid #FF416C;
}

.badge-18 {
    background: linear-gradient(135deg, #FF0000, #990000);
    border: 1px solid #FF0000;
    font-family: 'Arial', sans-serif;
}

.badge-kids {
    background: linear-gradient(135deg, #FF69B4, #87CEEB);
    border: 1px solid #FF69B4;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.movie-details {
    position: relative;
    padding-bottom: 40px;
}

.trust-signals {
    text-align: left;
    margin-bottom: 20px;
    font-size: 0.9em;
    opacity: 0.8;
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.verified-content {
    color: #4CAF50;
    font-weight: 500;
}

.last-verified {
    font-style: italic;
    font-size: 0.8em;
    color: #fff;
}

.dark-mode .badge-premium {
    color: #000;
}

.dark-mode .trust-signals {
    opacity: 0.9;
}

@media (max-width:768px) {
    .movie-details {
        padding-bottom: 0;
    }

    .trust-signals {
        position: static;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}