/*
Theme Name: Seraphina
Theme URI: https://seraphina.qodeinteractive.com
Description: Beauty and Cosmetics Shop WordPress Theme
Author: Select Themes
Author URI: https://qodeinteractive.com
Text Domain: seraphina
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Requires at least: 6.3
Tested up to: 6.8
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* 1. تنسيق الحاوية الرئيسية للتذييل */
.footer-credit {
    text-align: center;
    padding: 20px 0;
}

.footer-credit p {
    font-size: 12px;
    color: #999; /* لون رمادي فاتح */
    margin-bottom: 10px;
}

/* 2. تنسيق الشعار وتحديد الأبعاد */
.todast-logo-link {
    display: block;
    width: 150px; /* العرض */
    height: 50px; /* الارتفاع */
    margin: 0 auto; /* لوسيطة الشعار في المنتصف */
    background-size: contain; /* لتناسب الصورة الحجم */
    background-repeat: no-repeat;
    background-position: center;
    
    /* 3. الصورة الافتراضية (الأبيض والأسود) */
    background-image: url('http://www.casa-roy.com/wp-content/uploads/2025/11/an-1.png');
    
    /* 4. إضافة حركة سلسة عند الانتقال */
    transition: background-image 0.3s ease-in-out;
}

/* 5. حالة وضع الماوس (Hover) */
.todast-logo-link:hover {
    /* الصورة الملونة */
    background-image: url('http://www.casa-roy.com/wp-content/uploads/2025/11/Untitled-1.png');
    cursor: pointer;
}