/* =========================================
   1. NEW MODERN DESIGN (Dark & Glassmorphism)
   ========================================= */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.6;
    color: #94a3b8;
    text-align: left;
    background-color: #030408;
    background-image: 
        radial-gradient(circle at 50% -10%, rgba(255, 115, 0, 0.15) 0%, transparent 60%),
        radial-gradient(circle at 100% 100%, rgba(99, 102, 241, 0.08) 0%, transparent 50%);
    background-attachment: fixed;
    min-height: 100vh;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px 60px 15px;
}

/* Sticky Header */
.header-box {
    background: rgba(3, 4, 8, 0.8);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    color: #ff7b00;
    text-align: center;
    padding: 26px 15px;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 25px;
}

/* Welcome Box */
.welcome-box {
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    color: #cbd5e1;
    padding: 16px 20px;
    margin: 0 auto 26px auto;
    text-align: center;
    font-size: 14px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

/* New Headings */
h1, h2 {
    font-size: 15px;
    color: #f8fafc;
    margin: 36px 0 14px 0;
    font-weight: 700;
    border-left: 4px solid #ff7b00;
    padding-left: 12px;
    letter-spacing: 0.4px;
    text-shadow: 0 0 20px rgba(255, 123, 0, 0.3);
    background: transparent;
}

/* New Clean Class-Based Link Style (.jatttul) */
a.jatttul, .jatttul {
    display: flex;
    align-items: center;
    color: #e2e8f0 !important;
    text-decoration: none !important;
    padding: 16px 20px;
    font-size: 14.5px;
    font-weight: 500;
    background: rgba(15, 23, 42, 0.35);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    margin-bottom: 10px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

a.jatttul:link, a.jatttul:visited, a.jatttul:hover, a.jatttul:active {
    text-decoration: none !important;
}

a.jatttul:hover, .jatttul:hover {
    color: #ff914d !important;
    padding-left: 24px;
    background: rgba(255, 123, 0, 0.12);
    border-color: rgba(255, 123, 0, 0.45);
    box-shadow: 0 8px 30px rgba(255, 123, 0, 0.2);
    transform: translateY(-2px);
}

/* Footer */
.footer-box {
    background: rgba(2, 3, 6, 0.95);
    color: #64748b;
    text-align: center;
    padding: 28px;
    font-size: 13.5px;
    margin-top: 70px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* Mobile Optimization for New Design */
@media (max-width: 480px) {
    .header-box {
        font-size: 20px;
        padding: 20px;
        letter-spacing: 1.5px;
    }
    a.jatttul {
        padding: 15px 16px;
        font-size: 14px;
    }
}

/* =========================================
   2. OLD LEGACY CSS (Cleaned & Fixed)
   ========================================= */

.breadcrumbs { padding: 6px; }
ol.breadcrumbs { list-style-type:none; margin: 0; margin-left:3px; padding: 0; display: inline-block; }
ol.breadcrumbs li { float: left; margin-left: 5px; }
ol.breadcrumbs li:after { content: " » "; color: #808080; }
ol.breadcrumbs li.last:after { content: none; } 
.sidecover { border: 0px dotted #F4F4F4; font-size:.77em; }

a:link, a:active, a:visited { color : #e2e8f0; text-decoration : none; }
a:hover, a:focus { color : #ff7b00; text-decoration : none; }

p { margin: 4px; padding: 0 3px; font-family: Verdana, Arial, Helvetica, sans-serif; border: 1px dotted #222; font-size: 12px; }
b { font-weight:bold; }

.youtube_img iframe { width: 1024px; max-width: 100%; height: 300px; max-height: 100%; }
.brd { background-color: #030303; border:none; color:#fff; height:30px; margin-top: 1px; padding: 4px; line-height: 30px; border-bottom: solid 3px #E4A915; font-weight: bold; }

.share-btn.web-share { cursor:pointer; width:auto; }
a:hover .share-btn.web-share { color: #E1AD01; }
.share-buttons { display:none; justify-content:space-between; }
.share-btn.whatsapp { color:#fff; background:#25d366; margin:0 8px 0 0; }
.share-btn.twitter { color:#fff; background:#55acee; margin:0 8px 0 0; }

.updateitems { font-size: 11px; border: 1px dotted #444; padding: 5px; }
.updatecat { color: red; }
.updatear { color: #008000; font-size:100%; }

h3, h4, h5, h6, h7 { font-size: 12px; margin:0; }
.mrlookdk { font-size: 1rem; font-weight:400; background: #e2e8f0; color: #fff; padding: 6px 0px 6px 10px; letter-spacing: .0015em; text-align: center; }
.mrcook, .djlook0, .djlook1, .djlook2, .djlook3, .djlook4, .djlook5, .djlook6, .djlook7, .djlook8, .djlook9, .djlook10, .djlook11, .djlook12, .djlook13, .djlook14, .djlook15, .djlook16, .djlook17, .djlook18, .djlook19, .djlook20, .djlook21, .djlook22, .djlook23, .djlook24, .djlook25, .djlook26, .djlook27, .djlook28, .djlook29 
 {
    font-size: 15px;
    color: #f8fafc;
    margin: 36px 0 14px 0;
    font-weight: 700;
    border-left: 4px solid #ff7b00;
    padding-left: 12px;
    letter-spacing: 0.4px;
    text-shadow: 0 0 20px rgba(255, 123, 0, 0.3);
    background: transparent;
}

.aboutsong { padding: 10px; background: rgba(255,255,255,0.05); font-size: small; color:#cbd5e1; margin: 10px; border: 1px solid rgba(255,255,255,0.1); border-radius: 5px; }
div.headertop { background-color: #030303; border:none; color:#292929; height:39px; padding:0; line-height: 39px; border-bottom: solid 3px #E4A915; font-weight: bold; }
.style1 { color: #FFFFFF; font-size: 16px; padding: 6px; }

a.mrj { float: left; width: 100%; color: #1079a8; background: #ffffff; padding: 10px 5px; text-decoration: none; font-size: 12px; box-sizing: border-box; display: block; margin: 0px 0px; border-bottom: 1px solid #F2F2F2; }
.mrj_btn { background: #f5f5f5 none repeat scroll 0 0; border: 1px solid #ccc; border-radius: 3px; margin: 5px 0; display: inline-block; font-weight: normal; padding: 5px 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; vertical-align: middle; }
ul.mrj { display: block; -webkit-margin-before: 1em; -webkit-margin-end: 0px; -webkit-padding-start: 1px; }
a.mrj:hover { background-color: rgba(230, 230, 230, 0.53); }

img.albumcover { width: 60px; height: 60px; border: 1px none #b9b9b9; border-radius: 6px; float: left; }
table.tip { background-color: transparent; }
td.tip { padding: 3px; }
tr.tip { border: 1px solid #333; }
img.albumcover2 { width: 60px; height: 60px; border: 1px none #b9b9b9; border-radius: 30px; }
.tracks { width: 70%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; float: left; padding-left: 8px; }

.tunes { margin-bottom:10px; text-align:center; padding: 2px 5px 5px 8px; background:#FF9900; border:1px solid #ccc; font-weight:bold; color:#333333; text-transform:capitalize; }
.logo { background: #ddd; border-bottom: 2px solid #EE0014; font-weight:bold; color:#cccccc; padding:7px; }
.tunesmp3 { text-align:left; padding: 5px 5px 5px 5px; background:#fe642e; border-bottom:1px solid #ececec; font-weight:bold; color:#333333; margin-top:1px; text-transform:capitalize; }

.sprt { border-bottom:1px dashed #444; margin:2px 0; }
.matrow { margin:0; padding:8px; background:rgba(255,255,255,0.02); border-bottom:1px solid #222; }
a .matrow { display: block; padding:10px; color:#3b5998; }

.gen { padding: 5px; }
.thumb { float: left; }
div.entry { margin:10px 2px; overflow:auto; }
.tdesc { float:left; font-size:100%; padding: 1px; margin-left: 5px; }
.atext { padding: 10px; line-height: 1.5; }
a.nodec { text-decoration: none; }
p.nocol { color: #ccc; }
.smallgray { font-size: 10px; color:#999; }

.rikwap { border-bottom:1px dashed #444; margin: 0; padding: 10px 5px; }

.down { float:left; }
.down a { background-color:#00c3f4; color:#fff; padding:10px 20px; font-weight:bold; border-radius:3px; margin:5px; text-decoration:none; border-bottom:1px solid #222; }
.down a:hover { background-color:#262627; }
.buttons { margin:10px 0px 20px 0px; padding:10px 0px; }
input[type="Back"]:hover { color : #fff; background : #333; }

.down2 { float:left; }
.down2 a { background-color:#e05fef; color:#fff; padding:10px 20px; font-weight:bold; border-radius:3px; margin:5px; text-decoration:none; border-bottom:1px solid #222; }
.down2 a:hover { background-color:#262627; }

/* Fixed .style24 error (merged colors) */
.style18 { color: #484C4D; }
.style24 { color: #CE3B3B; font-weight: bold!important; }

.adz { width:180px; }
.adz img { max-width:300px; }

.cut_r { display: block; margin: 5px; padding: 0; }
.cut_r p { border-bottom: 1px solid #444; margin: 2px 0; padding: 4px 4px; }
.cut_r label { background: #1a83cd none repeat scroll 0 0; color: #fff; padding: 7px 5px; }
.pad.cut_r span { background: #333 none repeat scroll 0 0; color: #fff; padding: 6px 5px; vertical-align: 1px; }
.cut_r input, .cut_r select { border: medium none; box-shadow: 1px 1px 0 #333 inset; padding: 5px 0; text-align: center; }
.cut_r .btn { background: #1A83CD none repeat scroll 0 0; box-shadow:0 -13px 0 #036cb6 inset!important; border:none; }
.cut_r select { margin: 0 4px; }

.btn { background: #1a83cd none repeat scroll 0 0; border: medium none; border-radius: 3px; color: #fff; font-size: 11px; cursor:pointer; box-shadow:0 -13px 0 #036cb6 inset; padding: 6px 1px; }

.albumCover, .albumInfo, .albumCoverSmall { float: left; }
.albumCover img { width: 100px; height: 100px; border: solid 1px #fff; }
.albumCoverSmall img { width: 120px; height: 120px; border: solid 1px #fff; }

.share a { display:inline-block; }
.share a:hover, .share a:active { background: #333; }
.shareicon { margin: 10px; }

@media (max-width: 600px) {
    .share { width:96%; overflow:auto; margin: 0 auto!important; padding: 0!important; }
    .share a { text-align:center; float: left; width: 16%; }
    .shareicon { margin: 10px 0!important; }
}

/* =========================================
   Modern Glassmorphism Search Box
   ========================================= */

.search-box {
    padding: 10px;
    margin: 15px 0;
    text-align: center;
}

.search-box form {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    gap: 10px;
}

/* Search Input & Dropdown Select */
.search-box input[type="text"], 
.search-box select {
    background: rgba(15, 23, 42, 0.4); /* Light transparent dark box */
    color: #e2e8f0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 14.5px;
    outline: none;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: all 0.3s ease;
}

/* Focus Effect (when user clicks to search) */
.search-box input[type="text"]:focus, 
.search-box select:focus {
    border-color: rgba(255, 123, 0, 0.5); /* Light orange border */
    box-shadow: 0 0 15px rgba(255, 123, 0, 0.15);
}

/* Dropdown Options Color Fix */
.search-box select option {
    background: #0f172a; 
    color: #e2e8f0;
}

/* Modern Submit Button */
.search-box input[type="submit"] {
    background: linear-gradient(135deg, #ff7b00, #ff914d);
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 14.5px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(255, 123, 0, 0.3);
    transition: all 0.3s ease;
}

/* Button Hover Effect */
.search-box input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 123, 0, 0.5);
}

/* =========================================
   Modern Dark Audio Player
   ========================================= */

.audio-box {
    margin: 20px 0;
    padding: 15px 20px;
    background: rgba(15, 23, 42, 0.4); /* Your theme's glass background */
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    text-align: center;
}

/* Settings to make the player black */
.dark-audio {
    width: 100%; /* Full size on mobile and PC */
    outline: none;
    border-radius: 30px; /* Rounded edges */
    
    /* This code forces the browser player to dark/black */
    color-scheme: dark; 
    
    background-color: #000 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.dark-audio:hover {
    box-shadow: 0 6px 20px rgba(255, 123, 0, 0.2); /* Slight orange glow on hover */
}

/* =========================================
   Modern Pagination & Jump Box
   ========================================= */

.pagination-box {
    background: rgba(15, 23, 42, 0.35);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    margin: 20px 0;
    padding: 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px; /* Gap applied here instead of unnecessary <br> tags */
}

/* To highlight the Page Number */
.pagination-box .page-info b {
    color: #ff914d; /* Neon orange color */
    font-size: 16px;
    letter-spacing: 0.5px;
}

.pagination-box .jump-text {
    font-size: 13.5px;
    color: #94a3b8;
    margin-bottom: 5px;
}

/* To align the form in a single line */
.pagination-box form {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

/* New dark input box (for entering page number) */
.pagination-box input[type="text"] {
    background: rgba(15, 23, 42, 0.6);
    color: #e2e8f0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14.5px;
    width: 65px; /* Fixed box size */
    text-align: center;
    outline: none;
    transition: all 0.3s ease;
}

/* When user clicks the box (Focus) */
.pagination-box input[type="text"]:focus {
    border-color: rgba(255, 123, 0, 0.5);
    box-shadow: 0 0 10px rgba(255, 123, 0, 0.15);
}

/* New Go button */
.pagination-box input[type="submit"] {
    background: linear-gradient(135deg, #ff7b00, #ff914d);
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14.5px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(255, 123, 0, 0.2);
    transition: all 0.3s ease;
}

/* Button hover effect */
.pagination-box input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 123, 0, 0.4);
}