/*
Theme Name: کلینیک آسمان
Theme URI: https://example.com
Description: Child Theme for Hello Elementor
Author: Your Name
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-child
*/

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --gold: #c9a84c;
    --gold-light: #e0c06a;
    --nav-bg: #1A1A26;
    --dropdown-bg: #1e1e30;
    --text-main: #cccccc;
    --text-white: #ffffff;
    --border-gold: rgba(201, 168, 76, 0.2);
    --hover-bg: rgba(255, 255, 255, 0.07);
}

body {
    background: #21212D !important;
    font-family: 'Vazirmatn', sans-serif;
    direction: rtl;
    min-height: 100vh;
}