/*
 Theme Name:   Blocksy Child
 Theme URI:    https://creativethemes.com/blocksy/
 Description:  قالب فرزند Blocksy برای سفارشی‌سازی بدون از دست رفتن تغییرات پس از آپدیت
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     blocksy
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  blocksy-child
*/


/* Sticky CTA Bar Styling */
.mobile-sticky-cta {
    font-family: inherit;
    background: #ffffff;
    border-top: 2px solid #f1f1f1;
    padding: 10px 15px;
    box-shadow: 0 -2px 15px rgba(0,0,0,0.08);
    animation: slideUp 0.3s ease-out;
}

.mobile-sticky-cta span {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.mobile-sticky-cta a {
    background: linear-gradient(135deg, #28a745, #218838);
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.4);
    transition: all 0.2s ease-in-out;
}

.mobile-sticky-cta a:hover {
    background: linear-gradient(135deg, #218838, #1e7e34);
    box-shadow: 0 6px 12px rgba(40, 167, 69, 0.5);
    transform: translateY(-2px);
}

@keyframes slideUp {
    from { transform: translateY(100%); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}
