/*!
Theme Name: Hostinger AI theme
Author: Hostinger
Author URI: https://hostinger.com
Details URI: https://hostinger.com
Description: Hostinger AI theme built with SEO and mobile responsiveness in mind, this theme ensures optimal performance and a better online presence.
Version: 1.1.02
Tested up to: 6.5
Requires at least: 5.6
Requires PHP: 8.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hostinger-ai-theme
Tags: ai-theme
*/

/* TADDART-ELITE: PHASE I | SOVEREIGN SHELL */
body {
    font-family: 'Almarai', sans-serif !important;
    direction: rtl;
}

.wp-site-blocks>.wp-block-group {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* TADDART-ELITE: PHASE II | JELLY PHYSICS & SUPPRESSION */
html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.taddart-card-jelly {
    @apply transition-all duration-500 ease-in-out hover:scale-[1.02] hover:shadow-2xl hover:shadow-gold/10;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(212, 175, 55, 0.1);
}