/**
 * FILE: /home2/albassa2/public_html/albassami_v2/website/assets/css/theme_css.css
 * VERSION: v1.0-theme-css-safe
 */

:root {
    color-scheme: light;
}

body[data-theme="light"] {
    color-scheme: light;
}

body[data-theme="dark"] {
    color-scheme: dark;
}

body[data-theme="light"] .abv-card,
body[data-theme="light"] .abv-form-card,
body[data-theme="light"] .abv-footer,
body[data-theme="light"] .abv-navbar {
    background-color: var(--abv-surface);
}

body[data-theme="dark"] .abv-card,
body[data-theme="dark"] .abv-form-card {
    background-color: var(--abv-surface);
}

body[data-theme="dark"] .abv-footer {
    background-color: var(--abv-surface);
}

body[data-theme="dark"] .abv-navbar {
    background-color: rgba(15, 15, 16, 0.92);
}

body[data-theme="light"] .abv-page-eyebrow {
    background: rgba(106, 15, 27, 0.08);
    color: var(--abv-wine);
}

body[data-theme="dark"] .abv-page-eyebrow {
    background: rgba(165, 54, 71, 0.18);
    color: #f2c9d0;
}

body[data-theme="dark"] .abv-btn-secondary,
body[data-theme="dark"] .abv-theme-toggle,
body[data-theme="dark"] .abv-lang-pill {
    background: var(--abv-surface);
    color: var(--abv-black);
}

body[data-theme="dark"] .abv-nav-links a {
    color: var(--abv-text);
}

body[data-theme="dark"] .abv-nav-links a:hover,
body[data-theme="dark"] .abv-nav-links a.is-active {
    color: #f2c9d0;
}

body[data-theme="dark"] .abv-brand-text small,
body[data-theme="dark"] .abv-footer-brand-text small {
    color: #d38a97;
}

body[data-theme="dark"] .home-hero .abv-container,
body[data-theme="dark"] .home-cta-card {
    border-color: rgba(165, 54, 71, 0.22);
}

body[data-theme="light"] .abv-card:hover,
body[data-theme="light"] .abv-form-card:hover {
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.07);
}

body[data-theme="dark"] .abv-card:hover,
body[data-theme="dark"] .abv-form-card:hover {
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26);
}

html[dir="rtl"] .abv-brand,
html[dir="rtl"] .abv-footer-brand {
    flex-direction: row;
}

html[dir="ltr"] .abv-brand,
html[dir="ltr"] .abv-footer-brand {
    flex-direction: row;
}

html[dir="rtl"] .abv-footer-links,
html[dir="rtl"] .abv-footer-contact-list,
html[dir="rtl"] .abv-card,
html[dir="rtl"] .abv-form-card {
    text-align: right;
}

html[dir="ltr"] .abv-footer-links,
html[dir="ltr"] .abv-footer-contact-list,
html[dir="ltr"] .abv-card,
html[dir="ltr"] .abv-form-card {
    text-align: left;
}