@import url('https://fonts.googleapis.com/css2?family=Amaranth&family=Josefin+Sans:wght@400;600;700&display=swap');

/* --- GLOBAL SOFT RESET --- */
body {
    background-color: #e0e5ec; /* Crucial: Matches element BG */
    color: #4d4d4d;
    font-family: 'Josefin Sans', sans-serif;
    font-size: small;
    line-height: 20px;
    margin: 0; padding: 0;
}
body, td { margin: 0; padding: 0; font-size: small; }
body * { margin: 0; }
b { font-weight: bold; color: #333; }



/* --- LINKS --- */
a { text-decoration: none; color: #404951; padding: 5px; outline: none; transition: 0.2s; }
a:hover { text-decoration: none; outline: none; color: #e03e00; }
a img, :link img, :visited img { border: none; }
h2 a { color: #4d4d4d; font-family: 'Amaranth', sans-serif; text-shadow: 1px 1px 1px #fff; }

/* --- INPUTS (Inset Shadow) --- */
input, select, textarea {
    padding: 10px;
    background: #e0e5ec;
    border: none;
    border-radius: 20px;
    color: #4d4d4d;
    box-shadow: inset 5px 5px 10px #b8b9be, inset -5px -5px 10px #ffffff;
}
textarea { font-size: small; border-radius: 10px; }
input:focus { outline: none; box-shadow: inset 2px 2px 5px #b8b9be, inset -2px -2px 5px #ffffff; }

/* --- HEADER --- */
.logo, .logo a {
    background-color: #e0e5ec;
    padding: 15px;
    outline: none;
    color: #ff4757;
    text-align: center;
    box-shadow: 5px 5px 10px #b8b9be, -5px -5px 10px #ffffff;
    border-radius: 0 0 20px 20px;
    margin-bottom: 10px;
}

/* --- NEUMORPHISM SEARCH --- */
.search, .SearchBox {
    background: #e0e5ec; /* Body background se match hona chahiye */
    padding: 20px;
    margin: 15px 10px;
    border-radius: 20px;
    text-align: center;
    /* Outer Shadow (Uthav) */
    box-shadow: 9px 9px 16px rgb(163,177,198,0.6), 
               -9px -9px 16px rgba(255,255,255, 0.5);
}

.search form, .SearchBox form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.search input, .SearchBox input {
    flex: 1 1 220px;
    padding: 12px 20px;
    background: #e0e5ec;
    border: none;
    border-radius: 50px;
    color: #4d4d4d;
    /* Inner Shadow (Gaddhe wala effect) */
    box-shadow: inset 5px 5px 10px #b8b9be, 
                inset -5px -5px 10px #ffffff;
    outline: none;
}

.search input:focus, .SearchBox input:focus {
    box-shadow: inset 2px 2px 5px #b8b9be, 
                inset -2px -2px 5px #ffffff;
}

.search button, .List button, .SearchBox input[type="submit"], .SearchBtn {
    flex: 0 0 auto;
    background: #e0e5ec;
    color: #ff4757;
    border: none;
    border-radius: 50px;
    padding: 12px 25px;
    font-weight: 700;
    cursor: pointer;
    /* Outer Shadow */
    box-shadow: 6px 6px 12px #b8b9be, 
               -6px -6px 12px #ffffff;
    transition: 0.2s;
}

.search button:hover, .SearchBox input[type="submit"]:hover {
    color: #e03e00;
    /* Button press effect */
    box-shadow: inset 3px 3px 6px #b8b9be, 
                inset -3px -3px 6px #ffffff;
}

/* Mobile Adjustment */
@media (max-width: 600px) {
    .search button { flex: 1; border-radius: 15px; }
}


/* --- NAVIGATION (.az) --- */
.az { text-align: center; padding: 10px; background: #e0e5ec; }
.az a {
    padding: 8px 12px; margin: 5px; display: inline-block;
    background: #e0e5ec; border: none; border-radius: 10px;
    text-decoration: none; font-weight: 700; color: #555;
    box-shadow: 5px 5px 10px #b8b9be, -5px -5px 10px #ffffff;
}
.az a:hover { box-shadow: inset 5px 5px 10px #b8b9be, inset -5px -5px 10px #ffffff; color: #e03e00; }

/* --- LISTS & CONTENT --- */
.tag, .description {
    background-color: #e0e5ec; padding: 15px; border: none;
    line-height: 1.7; margin: 10px 5px; font-size: 12px; text-align: justify;
    box-shadow: 5px 5px 10px #b8b9be, -5px -5px 10px #ffffff; border-radius: 15px;
}
.catRow { border-bottom: 1px solid #d1d9e6; font-weight: 700; padding: 10px; background: #e0e5ec; color: #333; }
.row, .odd { background: #e0e5ec; font-weight: 700; border-bottom: 1px solid #d1d9e6; padding: 10px; color: #555; }
.row:nth-of-type(even), .odd:nth-of-type(even) { background: #e6ebf1; }
.odd:nth-of-type(even) { color: #e03e00; }
.absmiddle { border: none; padding: 2px; box-shadow: 3px 3px 6px #b8b9be; border-radius: 5px; }

/* --- FILE LIST (.fl) --- */
.fl span { font-weight: 400; }
.fl .ar { color: #e03e00; font-style: normal; }
.fl a {
    display: block; padding: 15px; background: #e0e5ec; margin: 10px 5px;
    border: none; border-radius: 15px;
    box-shadow: 7px 7px 14px #b8b9be, -7px -7px 14px #ffffff;
    transition: 0.2s;
}
.fl a:hover { transform: translateY(-2px); box-shadow: 9px 9px 18px #b8b9be, -9px -9px 18px #ffffff; }
.fl a img { border: none; border-radius: 10px; padding: 0; margin-right: 10px; box-shadow: 3px 3px 6px #b8b9be; }
.fl a div div { vertical-align: middle; display: table-cell; }

.audio { width: 98%; height: 35px; background: #e0e5ec; margin-top: 5px; border: none; border-radius: 10px; box-shadow: inset 3px 3px 6px #b8b9be, inset -3px -3px 6px #ffffff; }
.path { background: #e0e5ec; padding: 10px; margin-top: 5px; font-weight: bold; border: none; border-radius: 10px; box-shadow: 5px 5px 10px #b8b9be, -5px -5px 10px #ffffff; }
.pgn div { padding-top: 10px; }
img { vertical-align: middle; }

/* --- PAGINATION --- */
.page_btn { display: inline-block; background: #e0e5ec; padding: 8px 12px; border: none; color: #555; margin: 3px; border-radius: 10px; font-weight: normal; box-shadow: 4px 4px 8px #b8b9be, -4px -4px 8px #ffffff; }
.page_btn_current { display: inline-block; background: #e0e5ec; padding: 8px 12px; border: none; color: #e03e00; margin: 3px; border-radius: 10px; font-weight: bold; box-shadow: inset 3px 3px 6px #b8b9be, inset -3px -3px 6px #ffffff; }

/* --- UTILS --- */
.center { margin: 5px; }
.ads, .pages { background-color: #e0e5ec; margin: 10px 5px; border-radius: 15px; text-align: center; padding: 10px; box-shadow: 5px 5px 10px #b8b9be, -5px -5px 10px #ffffff; }
.more { background-color: #e0e5ec; margin: 10px 5px; border-radius: 15px; text-align: left; padding: 10px; font-weight: bold; box-shadow: 5px 5px 10px #b8b9be, -5px -5px 10px #ffffff; }
.links { color: #4d4d4d; }
.line { border-bottom: 1px solid #d1d9e6; padding: 2px; margin: 5px; }
.gap { margin: 10px; }
.shareIcon { transition: all .5s ease; }
.shareIcon:hover { border-radius: 50%; transform: rotate(360deg); }

/* --- SORT --- */
.sort { text-align: center; padding: 5px; background: #e0e5ec; }
.sort span { padding: 8px; margin: 3px; background: #e0e5ec; border: none; border-radius: 10px; box-shadow: inset 3px 3px 6px #b8b9be, inset -3px -3px 6px #ffffff; }
.sort a { padding: 8px 15px; margin: 2px; display: inline-block; background: #e0e5ec; border: none; border-radius: 10px; text-decoration: none; font-weight: 700; color: #555; box-shadow: 5px 5px 10px #b8b9be, -5px -5px 10px #ffffff; }
.sort a:hover { color: #e03e00; box-shadow: inset 3px 3px 6px #b8b9be, inset -3px -3px 6px #ffffff; }

/* --- OPTION 2: 3D SOFT LOOK --- */
.promo-box-center {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 20px 0;
}

.PremiumBtn {
    background: #e0e5ec;
    color: #ff4757;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    border: 2px solid #e0e5ec; /* Border fix */
    
    /* Deep 3D Shadow */
    box-shadow: 8px 8px 16px #b8b9be, 
               -8px -8px 16px #ffffff;
    transition: 0.2s;
}

.PremiumBtn:hover {
    color: #e03e00;
    /* Daba hua effect */
    box-shadow: inset 5px 5px 10px #b8b9be, 
                inset -5px -5px 10px #ffffff;
    transform: scale(0.98);
}


/* --- BUTTONS --- */
.DownloadBtn {
    background-color: #e0e5ec; color: #ff4757; border: none; border-radius: 20px;
    padding: 12px 25px; font-weight: bold; font-size: 14px; transition: 0.2s;
    box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #ffffff;
}
.DownloadBtn:hover { box-shadow: inset 6px 6px 12px #b8b9be, inset -6px -6px 12px #ffffff; color: #e03e00; }
.remotePlayer {
    width: 60px; padding: 8px; text-transform: capitalize; cursor: pointer; border: none; outline: none;
    color: white; background: #ff4757; transition: 0.5s all; transform: skewX(-10deg); border-radius: 8px;
    box-shadow: 4px 4px 8px #b8b9be, -4px -4px 8px #ffffff;
}
.remotePlayer:hover { transform: skewX(-10deg) translateY(2px); }

/* --- FOOTER & DMCA STYLES --- */
/* 1. DMCA Alert Box */
.dmca-alert { text-align: center; margin: 15px auto; width: 90%; max-width: 600px; }
.dmca-alert a {
    display: block; background: #ff4757; /* Red Alert Color */
    color: #fff; padding: 12px; border-radius: 8px; font-weight: bold;
    text-decoration: none; box-shadow: 0 4px 6px rgba(255, 71, 87, 0.2); transition: transform 0.2s;
}
.dmca-alert a:hover { background: #ff6b81; transform: scale(1.02); }

/* 2. Main Footer Container */
.footer-container { text-align: center; padding: 20px 10px; background: transparent; color: #888; }

/* 3. Visitor Stats (Today/Total) */
.stats-box { display: flex; justify-content: center; gap: 15px; margin-bottom: 15px; flex-wrap: wrap; }
.stat-item {
    background: #e0e5ec; color: #4d4d4d; padding: 8px 15px;
    border-radius: 50px; font-size: 13px;
    box-shadow: 5px 5px 10px #b8b9be, -5px -5px 10px #ffffff;
}
.stat-item b { color: #ff4757; }

/* 4. Copyright Text */
.copyright-text { font-size: 14px; margin-bottom: 15px; line-height: 1.6; color: #555; }
.site-tagline { font-size: 12px; color: #ff4757; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; }

/* 5. Footer Navigation Links */
.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 10px; }
.footer-nav a {
    color: #555; background: #e0e5ec; padding: 8px 12px; border-radius: 6px;
    font-size: 12px; font-weight: 600; border: none; transition: 0.2s;
    box-shadow: 5px 5px 10px #b8b9be, -5px -5px 10px #ffffff;
}
.footer-nav a:hover { box-shadow: inset 3px 3px 6px #b8b9be, inset -3px -3px 6px #ffffff; color: #e03e00; }

/* Mobile Adjustments */
@media (max-width: 600px) {
    .stats-box { gap: 10px; }
    .stat-item { font-size: 11px; padding: 6px 10px; }
    .footer-nav a { flex: 1 1 auto; text-align: center; }
}

/* --- SCROLLBAR --- */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background-color: #e0e5ec; }
::-webkit-scrollbar-thumb { background-color: #a3b1c6; border-radius: 10px; border: 3px solid #e0e5ec; }
::-webkit-scrollbar-corner { background-color: #e0e5ec; }

/* --- UPDATES & ERROR --- */
.updates { background: #e0e5ec; padding: 15px; border-radius: 20px; box-shadow: 8px 8px 16px #b8b9be, -8px -8px 16px #ffffff; margin: 10px 5px; }
.updates div { border-bottom: 1px dashed #a3b1c6; padding-bottom: 10px; margin-bottom: 10px; }
.updates div.about { border-bottom: none; padding: 10px 8px; min-height: 125px; }
.updates div h3 { font-size: 17px; font-weight: bold; color: #333; }
.updates div img.about { width: 125px; height: 125px; margin-right: 15px; padding: 5px; border: none; border-radius: 20px; float: left; margin-top: -3px; background: #e0e5ec; box-shadow: 5px 5px 10px #b8b9be, -5px -5px 10px #ffffff; }
.error { background: #e0e5ec; border: none; margin: 5px 3px; padding: 10px; font-weight: 700; color: #ff4757; border-radius: 10px; box-shadow: inset 4px 4px 8px #b8b9be, inset -4px -4px 8px #ffffff; }
@keyframes rainbow-animation { to { background-position: 1500vh; } }

/* --- FAST DOWNLOAD BUTTON CONTAINER --- */
.fast-dl-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    width: 100%;
}

/* --- THE MAIN BUTTON --- */
.FastDlBtn {
    background: linear-gradient(145deg, #25d366, #128c7e); /* WhatsApp Green Style */
    color: #fff;
    padding: 14px 40px;
    border-radius: 50px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 800;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #fff; /* White border for contrast */
    
    /* Strong Shadow to make it float */
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.4);
    
    /* Animation settings */
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    animation: dl-pulse 2s infinite;
}

/* Icon Style */
.FastDlBtn i {
    margin-right: 8px;
    font-size: 18px;
}

/* Hover Effect */
.FastDlBtn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 30px rgba(37, 211, 102, 0.6);
    background: linear-gradient(145deg, #128c7e, #25d366);
    color: #fff;
}

/* --- ANIMATION (Dhak-Dhak Effect) --- */
@keyframes dl-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}
