.gen-movie-meta-holder ul li {
    color: #000;
}

.gen-banner-movies .slider-nav-contain.slick-active.slick-center .gen-nav-img:before {
    content: "";
    background: #5b7863; /* Matched with footer background color */
    background: -moz-linear-gradient(0deg, rgba(91, 120, 99, 1) 0%, rgba(91, 120, 99, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(91, 120, 99, 1) 0%, rgba(91, 120, 99, 0) 100%);
    background: linear-gradient(0deg, rgba(91, 120, 99, 1) 0%, rgba(91, 120, 99, 0) 100%);
}

.gen-banner-movies .slick-slider .prev.slick-arrow { 
    padding: 0;
    border-radius: 30px;
    background-color: rgba(91, 120, 99, 0.8);
    margin-top: 5px;
    margin-left: 10%;
    width: 80%;
}

.gen-banner-movies .slick-slider .next.slick-arrow { 
    padding: 0;
    border-radius: 30px;
    background-color: rgba(91, 120, 99, 0.8);
    margin-bottom: 5px;
    margin-left: 10%;
    width: 80%;
}

.gen-banner-movies .slick-slider .slick-list {
    border-radius: 30px;
}

.gen-breadcrumb {
    height: auto;
    padding: 5px 0 10px 0;
    color: #000;
    border-radius: 40px;
}

.gen-breadcrumb:before {
    margin-top: -20px;
}

.gen-breadcrumb .gen-breadcrumb-title h4 { 
    color: #1d1c1c;
}

/* Official */

/* Custom */
.gfs3-mt {
    margin-top: 10%;
}

.gfs3-shadow {
    box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    background-color: rgba(240, 227, 201, 0.1);
    border-radius: 30px;
    padding: 10px;
}

.half-underline {
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0.3);
}

.align-left {
    margin-left: 20px;
    margin-top: 20px;
    text-align: left;
}

.gfs3-title {
    color: #fff;
    line-height: 1.3; 
    font-weight: 500;
    width: 100%;
}

.gfs3-img-banner {
    width: 331px; 
    height: 186px; 
    object-fit: cover;
}

.gen-movie-img:hover {
    .gfs3-title-hover {
        border-radius: 20px;
        background-color: rgba(55, 66, 60, 0.5);
        padding: 5px 10px 5px 10px;
        width: 90%;
        .gfs3-title {
            color: #fff;
            line-height: 1.3; 
            font-weight: 500;
            font-size: 17px;
            font-style: italic;
        }
    }
}

.gen-movie-info h3 {
    margin-left: 5px;
    font-weight: 600;
    line-height: 1.2; 
}

.gen-movie-img {
    margin-bottom: 0;
}

.gfs3-title-hover:hover {
    border-radius: 20px;
    background-color: rgba(55, 66, 60, 0.5);
    padding: 5px 10px 5px 10px;
    width: 80%;
    .gfs3-title {
        color: #fff;
        line-height: 1.3; 
        font-weight: 500;
        font-size: 17px;
        font-style: italic;
    }
}


@media(max-width:1000px) {
    .gfs3-mt {
        margin-top: 1%;
    }
}

.gfs3-stm-header {
    background-color: var(--primary-color);
    height: 62px;
}

.gfs3-stm-body {
    background-color: #fffefb;
}

.gfs3-stm-footer {
    background-color: #126e12;
}

.gfs3-black {
    color: #000;
}

.gfs3-stm-bg-rad {
    padding: 5px;
    border-radius: 20px;
    color: #000;
}

.gfs3-fw-bold {
    font-weight: bold;
    text-transform: none;
}

.gfs3-brb-20 {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.gfs3-brt-20 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.gt-mt-10 {
    margin-top: 10px;
}

.gfs3-br-20 {
    border-radius: 20px;
}

.gfs3-pad-2-override {
    padding: 20px 0px 10px 0px;
}

.gfs3-header-exp {
    top: -10px;
}

#faq-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.gen-movie-info, .gen-movie-meta-holder {
    direction: ltr !important;
}
/* Custom */