/*
Theme Name: apkdrive
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: apkdrive
Author URI: https://www.studiopress.com/
Version: 3.3.0
Template: genesis
*/

/* =========================================================
   ✨ 2026 CLEAN & PREMIUM DESIGN (FINAL FIXED) ✨
   ========================================================= */

/* 1. CLEAN SLIDER CARDS (BANNER FIXED WITH BACKGROUND-IMAGE) */
.modern-slider-card {
    display: flex; flex-direction: column; 
    background: #ffffff; border-radius: 20px;
    padding: 15px; text-decoration: none !important;
    border: 1px solid #e2e8f0; transition: 0.3s;
    height: 100%;
}
.modern-slider-card:hover { border-color: #3b82f6; box-shadow: 0 10px 20px rgba(0,0,0,0.05); }

.slider-image-container {
    width: 100% !important; 
    height: 180px !important; 
    border-radius: 12px;
    margin-bottom: 12px;
    /* cover की जगह contain का इस्तेमाल करें, यह इमेज को पूरा दिखाएगा */
    background-size: contain !important;        
    background-position: center center !important;   
    background-repeat: no-repeat !important;
    background-color: #f8fafc;
}

.slider-info-box { flex-grow: 1; display: flex; flex-direction: column; }
.slider-title { 
    font-size: 1rem; font-weight: 700; color: #1e293b; 
    margin-bottom: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; 
}
.slider-meta { display: flex; gap: 8px; margin-bottom: 10px; font-size: 0.75rem; color: #64748b; }
.slider-btn {
    background: #0f172a; color: #ffffff; text-align: center;
    padding: 8px; border-radius: 8px; font-weight: 700; font-size: 0.9rem;
    margin-top: auto; 
    transition: 0.3s;
}
.modern-slider-card:hover .slider-btn { background: #3b82f6; }

/* 2. PREMIUM APP GRID CARDS */
.playstore-list-item {
    display: flex; align-items: center; padding: 12px;
    background: #ffffff; border: 1px solid #f1f5f9; border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03); transition: 0.3s;
}
.playstore-list-item:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.06); }
.playstore-icon-container { margin-right: 15px; flex-shrink: 0; }
.playstore-app-icon { width: 60px; height: 60px; border-radius: 14px; object-fit: cover; }
.playstore-app-title { font-size: 1rem; font-weight: 700; color: #1e293b; margin: 0; }
.playstore-app-meta { font-size: 0.75rem; color: #64748b; margin-top: 2px; }
.playstore-app-rating { font-size: 0.75rem; font-weight: 700; color: #0f172a; }
.playstore-app-rating .star { color: #fbbf24; }


/* Card Container */
.top-indispensable-card {
    display: block;
    width: 100%;
    height: 190px; /* ऊँचाई अपने हिसाब से कम या ज़्यादा कर सकते हैं */
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: transform 0.2s ease;
}

.top-indispensable-card:hover {
    transform: translateY(-2px);
}

/* Bottom Light/White Gradient */
.top-indispensable-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px; /* ग्रेडिएंट की ऊँचाई */
    /* LiteAPKs जैसा सफ़ेद धुंधला इफ़ेक्ट */
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0.75) 70%, transparent 100%);
    display: flex;
    align-items: flex-end; /* आइकॉन और टेक्स्ट को नीचे सेट करने के लिए */
    padding: 0 15px 12px 15px; /* Bottom padding */
    box-sizing: border-box;
}

/* App Icon */
.indispensable-app-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    margin-right: 12px;
    background-color: #fff; /* अगर आइकॉन ट्रांसपेरेंट हो तो बैकग्राउंड वाइट रहे */
}

/* Text Container */
.indispensable-app-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* App Title */
.indispensable-title {
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 3px 0;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px; /* लंबे नाम कट जाएं */
}

/* Meta Data (Version & Star) */
.indispensable-meta {
    color: #4CAF50; /* LiteAPKs वाला हल्का हरा रंग */
    font-size: 13px;
    font-weight: 600;
    display: flex;
    gap: 8px; /* Version और Star के बीच का गैप */
    align-items: center;
}

.meta-star {
    color: #f39c12; /* स्टार को गोल्डन रखने के लिए, अगर हरा ही चाहिए तो इसे हटा सकते हैं */
}
/* Slider Card Container */
.getmods-slider-card {
    position: relative;
    display: block;
    width: 100%;
    height: 220px; /* Aap apni zarurat ke hisaab se height change kar sakte hain */
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Background Banner Setup */
.getmods-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.4s ease;
}

/* Hover par thoda sa zoom effect */
.getmods-slider-card:hover .getmods-banner {
    transform: scale(1.05);
}

/* Gradient Overlay - Text ko highlight karne ke liye */
.getmods-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 0 0 16px 16px;
    z-index: 1;
}

/* Content Box Position (Bottom Left) */
.getmods-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    z-index: 2;
}

/* App Title Styling */
.getmods-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    font-family: sans-serif;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    letter-spacing: 0.3px;
}

/* Green GET Button Styling */
.getmods-btn {
    display: inline-flex;
    align-items: center;
    background-color: #55b95a; /* Getmodsapk style green color */
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 20px; /* Pill shape */
    font-family: sans-serif;
    gap: 4px;
    transition: background-color 0.2s ease;
}

/* Button Hover Effect */
.getmods-slider-card:hover .getmods-btn {
    background-color: #45a049;
}