/* =======================================================
   1. GLOBAL STYLES & LINKS (From Original style_1.css)
   ======================================================= */
a, a:hover { color: #f5bc04; }
.color_fff { color: #fff !important; }

/* =======================================================
   2. HEADER & NAVIGATION
   ======================================================= */
.fh5co_header_bg { background: #222; color: #fff; }
.fh5co_padding_menu { padding: 20px 0; }
.fh5co_logo_width { width: 200px; }
.mobile_logo_width { display: none; }
.fh5co_mediya_right { text-align: right; }

/* Social Icons */
.fh5co_display_table {
    height: 40px; width: 40px; display: table; color: #777; font-size: 18px;
    border: 1px solid #fff !important; cursor: pointer; border-radius: 50%;
    transition: 1s; margin: 0 10px;
}
.fh5co_display_table:hover, .fh5co_display_table:focus {
    color: #777; border: 1px solid #f5bc04 !important;
}
.fh5co_verticle_middle { vertical-align: middle; display: table-cell; }

/* =======================================================
   3. MENU & BANNER SPACING FIXES
   ======================================================= */
.fh5co_padd_mediya {
    padding-top: 0px !important; padding-bottom: 0px !important;
    margin-bottom: 0px !important; border: none !important;
}
.navbar {
    padding-top: 0 !important; padding-bottom: 0 !important;
    margin-bottom: 0 !important; min-height: auto !important;
}
/* Reduce vertical padding on links */
.navbar-light .navbar-nav .nav-link {
    color: #222 !important;
    padding: 10px 20px !important; margin: 0 5px !important;
    transition: all .5s ease; position: relative !important;
    clip-path: polygon(100% 0, 100% 85%, 14% 85%, 0 100%, 0% 60%, 0 0);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .active>.nav-link {
    background: #f5bc04 !important; color: #fff !important;
}

/* =======================================================
   4. HERO BANNER (Title Box)
   ======================================================= */
#fh5co-title-box {
    width: 100%; z-index: 555;
    background-position: center center;
    background-size: 100% 100%; 
    background-repeat: no-repeat; 
    margin-top: -1px !important; /* Fix gap */
}
.single #fh5co-title-box {
    position: relative; width: 100%; height: 300px;
}
#fh5co-title-box .overlay {
    position: absolute; top: 0; bottom: 0; left: 0; right: 0;
    z-index: 10; background: transparent; 
}
#fh5co-title-box .page-title {
    z-index: 12; position: absolute; bottom: 0; padding: 30px;
}
.single #fh5co-title-box .page-title {
    width: 100%; margin: 0 auto; text-align: center;
}
#fh5co-title-box .page-title h2 {
    color: white; font-weight: 300; text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}
.single #fh5co-title-box .page-title h2 { font-size: 50px; }
#fh5co-title-box .page-title>span {
    display: block; color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase; font-size: 15px; letter-spacing: .05em;
    margin-bottom: 10px; text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

/* =======================================================
   5. CONTENT COMPONENTS
   ======================================================= */
.paddding { padding-left: 0 !important; padding-right: 0 !important; }
#fh5co-single-content { z-index: 999; background: white; }
#fh5co-single-content p, #fh5co-single-content ul li { font-size: 1.05rem; }

/* Buttons */
.treding_btn {
    background: #f5bc04; color: #fff; margin: 0 10px;
    display: inline-block; padding: 15px 40px;
}
.treding_btn:hover { background: #f5bc04; color: #fff; }
.btn_mange_pagging, .btn_pagging {
    background: #f1f1f1; padding: 12px 20px; color: #222 !important;
    font-weight: 800; margin: 0 10px; transition: all .5s ease;
}
.btn_mange_pagging:hover, .btn_pagging:hover {
    background: #222 !important; color: #fff !important;
}
/* Tags */
.fh5co_tagg {
    background: #f1f1f1; padding: 10px 15px; color: #222;
    margin-right: 8px; margin-top: 5px; margin-bottom: 5px;
    display: inline-block; transition: all .5s ease;
}
.fh5co_tagg:hover { background: #f5bc04; color: #fff; text-decoration: none; }

/* Headings */
.fh5co_heading { font-size: 20px; color: #424040; }
.fh5co_heading_border_bottom { border-bottom: 1px solid #777; }

/* =======================================================
   6. FOOTER
   ======================================================= */
.fh5co_footer_bg {
    background: #222; color: #fff;
    clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%);
}
.footer_logo { width: 140px; }
.footer_main_title { color: #fff; font-weight: 800; font-size: 18px; }
.footer_sub_about { color: #C9C8C8; font-size: 14px; }
.footer_menu { list-style: none; padding: 0; }
.footer_menu li>a {
    color: #fff !important; padding: 8px 0 !important;
    display: block; transition: all .5s ease;
}
.footer_menu li>a:hover { color: #f5bc04 !important; margin-left: 5px; }
.fh5co_footer_right_reserved { background: #000 !important; color: #fff !important; }

/* =======================================================
   7. UTILITIES
   ======================================================= */
.gototop {
    position: fixed; bottom: 20px; right: 20px; z-index: 999;
    opacity: 0; visibility: hidden; transition: all .5s ease;
}
.gototop.active { opacity: 1; visibility: visible; }
.gototop a {
    width: 50px; height: 50px; display: table;
    background: rgba(0, 0, 0, 0.5); color: white;
    text-align: center; border-radius: 4px;
}
.gototop a i { height: 50px; display: table-cell; vertical-align: middle; }

/* =======================================================
   8. NEW ADDITIONS (For Manager Compatibility)
   ======================================================= */
/* Responsive Video Container (16:9) */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 30px;
    background: #000;
    overflow: hidden;
}
.video-container iframe {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;
}

/* Flash Game Container */
.flash-container {
    background: #000; padding: 20px; text-align: center;
    display: flex; justify-content: center; margin-bottom: 30px;
}

/* Warning/Info Box */
.warning-card {
    background-color: #fff3cd; border-left: 5px solid #ffc107;
    color: #856404; padding: 20px; margin-bottom: 25px;
}

/* Sticky Sidebar */
.sticky-banner {
    position: -webkit-sticky; position: sticky; top: 20px;
}