.elementor-kit-7{--e-global-color-primary:#1A2B4C;--e-global-color-secondary:#2CB2C9;--e-global-color-text:#F7A93B;--e-global-color-accent:#4B5563;--e-global-color-5728ac3:#F0F4F8;--e-global-color-e478c4b:#FFFFFF;--e-global-color-7d99752:#C09C60;--e-global-typography-primary-font-family:"Vazirmatn";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Vazirmatn";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Vazirmatn";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Vazirmatn";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* تنظیمات سراسری دلژین - بدون وابستگی */
:root {
    --gold: #C09C60;           /* رنگ طلایی اصلی */
    --gold-light: #e0cca3;     /* طلایی روشن */
    --navy-dark: #050A14;      /* سرمه‌ای تیره پس‌زمینه */
    --text-white: #ffffff;
    --text-gray: #9ca3af;
    --glass-bg: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(255, 255, 255, 0.08);
}

body {
    background-color: var(--navy-dark) !important; /* رنگ پس‌زمینه کل سایت */
    color: var(--text-white);
    font-family: 'Vazirmatn', sans-serif; /* مطمئن شوید فونت وزیر نصب است */
}

/* کلاس‌های کمکی برای استفاده در ویجت‌ها */
.text-gold { color: var(--gold); }
.bg-gold { background-color: var(--gold); }

/* اسکرول بار زیبا */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: var(--navy-dark);
}
::-webkit-scrollbar-thumb {
    background: var(--gold);
    border-radius: 4px;
}/* End custom CSS */