/*
Theme Name: cinebafl
Theme URI: 
Author: Me
Author URI:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2026 
*/

/* 1. Footer Faint Text Fix (Opacity 0.4 ki jagah 0.8 karein taake saaf dikhay) */
footer p, 
#footer p, 
#footer .text-lighter, 
#footer .desc {
    color: rgba(255,255,255,0.85) !important;
}

/* 2. Copyright Section Contrast Fix (Background dark aur text bright white karein) */
#copyright {
    background: #111111 !important;
    color: #e0e0e0 !important;
}

/* 3. Green Buttons & Nav Links Contrast Fix (Darker accessible green shade) */
.btn-successful, 
#menu ul.top-menu li:hover a, 
#menu ul.top-menu li.active a {
    color: #ffffff !important;
    border-color: #3b7219 !important;
}

/* Header regular links contrast fix */
#menu ul.top-menu li a {
    color: #222222 !important; /* Dark text for light background header */
    font-weight: 600;
}

/* Sirf content area ke container ko lock karein, header ko nahi */
.breadcrumb-wrapper .container { 
    min-height: 120px; 
    contain: layout;
}

/* Search button aur icon ka CLS 0.000 fix */
#search .search-content button.search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 45px; /* Button ki fixed width reserve karega */
}

#search .search-content button.search-submit i.fa {
    display: inline-block;
    width: 16px;  /* Icon ki width pehle se define kar dega */
    height: 16px; /* Icon ki height pehle se define kar dega */
    line-height: 1;
}

.mv-ft-logo {
    width: auto;
    max-width: 100%;
    height: auto !important;
}


/* Fix Aspect Ratio for Movie Posters */
img.thumb.mli-thumb {
    width: 100%;
    height: 100%; /* Ya jo height theme ki default hai usay rehne dain */
    object-fit: cover !important;
    object-position: center;
}