/*
Theme Name:   Groovy Child
Theme URI:    https://1.envato.market/wp-groovy-preview
Author: EstudioPatagon
Author URI: https://1.envato.market/ep-portfolio-themes
Description:  Child theme, based on Groovy
Template: groovy

*/

/* Add your custom code just below */


.app-download-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #4A90E2, #50C9C3);
    padding: 15px;
    border-radius: 8px;
    width: 100%;
    max-width: 900px;
    margin: 20px auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Logo */
.app-logo {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    object-fit: cover;
}

/* App Info */
.app-info {
    flex: 1;
    margin-left: 15px;
}

.app-info h2 {
    font-size: 20px;
    margin: 0;
    color: white;
}

.app-info p {
    font-size: 14px;
    margin: 5px 0 0;
    color: #f0f0f0;
}

/* Download Button */
.download-btn {
    background-color: #ff6600;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.download-btn:hover {
    background-color: #cc5500;
}

/* Play Store Icon */
.play-store-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

/* 📌 सिर्फ मोबाइल के लिए बेहतर डिज़ाइन */
@media (max-width: 600px) {
    .app-download-banner {
        width: 95%;
        padding: 12px;
    }

    .app-logo {
        width: 70px;
        height: 70px;
    }

    .app-info h2 {
        font-size: 18px;
    }

    .app-info p {
        font-size: 12px;
    }

    .download-btn {
        padding: 8px 18px;
        font-size: 14px;
    }

    .play-store-icon {
        width: 18px;
        height: 18px;
    }
}
