/*
Theme Name: Bookland-Child
Theme URI: https://bookland.wprdx.com/demo
Author: DexignZone
Author URI: https://themeforest.net/user/dexignzone/portfolio
Description: Bookland is a multipurpose theme specially built for a bookstore, publishing service business or book-author official website. Every pages come with multiple layouts and useful features to give you more options in customization.
Version: 1.1
License: ThemeForest
License URI: https://themeforest.net/licenses
Template: bookland
Text Domain: bookland-child
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

/* أضفه في Customizer → Additional CSS */
.crypto-payment-box {
    transition: all 0.3s ease;
}
.crypto-payment-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(74, 107, 255, 0.1);
}
*/