.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"VazirFN";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"VazirFN";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"VazirFN";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"VazirFN";--e-global-typography-accent-font-weight:500;font-family:"VazirFN", Sans-serif;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{font-family:"VazirFN", Sans-serif;}.elementor-kit-9 h1{font-family:"VazirFN", Sans-serif;}.elementor-kit-9 h2{font-family:"VazirFN", Sans-serif;}.elementor-kit-9 h3{font-family:"VazirFN", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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);}@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 *//* تنظیمات پایه (برای دسکتاپ و تبلت) */
.lux-logo-text {
    background: linear-gradient(135deg, #009eae 0%, #ffffff 50%, #c4b08d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 12px; /* کمی بزرگتر برای دسکتاپ */
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.5px;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease;
}

/* تنظیمات مخصوص موبایل (وقتی عرض صفحه کمتر از 767 پیکسل بشه) */
@media (max-width: 767px) {
    .lux-logo-text {
        font-size: 14px; /* سایز مناسب برای گوشی که شلوغ نشه */
        line-height: 1.4;
        padding-left: 10px;  /* کمی فاصله از طرفین برای گوشی */
        padding-right: 10px;
    }
}
/*=========================================================*/
/* متن طلایی لوکس *//* --- تنظیماتِ کلیِ هیرو سکشن --- */
.hero-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1rem;
}

/* --- فونتِ بزرگ و پاسخگو (Responsive) --- */
.hero-main-title {
    /* سایز بین 32px تا 64px تغییر میکنه */
    font-size: clamp(1rem, 5vw, 3.5rem); 
    line-height: 1.2;
    margin: 1rem 0;
}

.text-gold { color: #c4b08d; }
.text-white { color: #ffffff; }

/* --- متنِ توضیحات --- */
.hero-description {
    font-size: clamp(0.9rem, 1vw, 1rem);
    color: rgba(255, 255, 255, 0.85);
    max-width: 700px;
    margin-bottom: 2rem;
}

/* --- کانتینرِ دکمه ها (موبایل فرندلی) --- */
.hero-btn-container {
    display: flex;
    flex-wrap: wrap; /* برای شکستن دکمه ها در موبایل */
    justify-content: center;
    gap: 15px;
    width: 100%;
}

/* --- استایلِ دکمه های لوکس --- */
.btn-modern {
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    text-decoration: none;
}

.btn-solid {
    background-color: #c4b08d;
    color: #041527;
}

.btn-solid:hover {
    background-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(196, 176, 141, 0.3);
}

.btn-outline {
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

.btn-outline:hover {
    border-color: #c4b08d;
    color: #c4b08d;
    background: rgba(255, 255, 255, 0.05);
}

/* --- موبایللیِ خاص برای دکمه ها --- */
@media (max-width: 480px) {
    .hero-btn-container {
        flex-direction: column; /* در موبایل دکمه ها زیر هم */
        width: 100%;
        padding: 0 20px;
    }
    .btn-modern {
        justify-content: center;
        width: 100%;
    }
}/* End custom CSS */