.elementor-5006 .elementor-element.elementor-element-2413ac9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-5006 .elementor-element.elementor-element-f0030a9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-46559b9 *//* =========================================
   1. معرفی فونت اختصاصی بی نازنین
========================================= */
@font-face {
    font-family: 'QamarNazanin';
    src: url('https://qamar.website/wp-content/uploads/2026/05/B-NAZANIN.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* =========================================
   2. تنظیمات پایه (بدنه اصلی)
========================================= */
.qamar-luxury-wrapper {
    font-family: 'QamarNazanin', Tahoma, Arial, sans-serif;
    font-size: 19px; /* سایز بهینه‌شده برای فونت نازنین */
    direction: rtl;
    line-height: 1.9;
    color: #333333;
    background-color: #fafafa;
    padding: 40px 20px;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

/* =========================================
   3. کارت‌های متنی (باکس‌های مینیمال)
========================================= */
.qamar-minimal-card {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding: 45px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    opacity: 0;
    transform: translateY(30px);
    animation: qamar-elegant-fade 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    transition: all 0.5s ease;
}

.qamar-minimal-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    transform: translateY(-4px);
    border-color: #e5e5e5;
}

/* کارت نهایی (بخش حرف آخر - بدون پس‌زمینه) */
.qamar-final-card {
    text-align: center;
    border: none;
    background: transparent;
    box-shadow: none;
    animation-delay: 0.9s;
    padding: 20px;
}

.qamar-final-card:hover {
    box-shadow: none;
    transform: none;
    border-color: transparent;
}

/* =========================================
   4. تایپوگرافی و تیترها
========================================= */
.qamar-title-chic {
    font-size: 1.6em;
    font-weight: bold;
    color: #000000;
    margin-bottom: 25px;
    position: relative;
    padding-right: 18px;
    letter-spacing: 0;
}

.qamar-main-title { 
    font-size: 1.9em; 
}

.qamar-inline-title { 
    display: inline-block; 
}

/* خط مشکی ظریف کنار تیترها */
.qamar-title-chic::before {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 4px;
    background-color: #000000;
    border-radius: 4px;
    transition: height 0.3s ease;
}

.qamar-minimal-card:hover .qamar-title-chic::before {
    height: 100%;
    top: 0;
}

/* متون اختصاصی */
.qamar-centered-text {
    max-width: 800px;
    margin: 0 auto 20px auto;
}

.qamar-muted-text {
    margin-bottom: 30px;
    color: #666666;
}

/* =========================================
   5. چیدمان و ساختار (تصاویر و متن)
========================================= */
.qamar-flex-section {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.qamar-text-content {
    flex: 1;
    min-width: 300px;
    text-align: justify;
}

/* افکت تصاویر */
.qamar-image-frame {
    flex-shrink: 0;
    width: 320px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

.qamar-img-small { 
    width: 260px; 
}

.qamar-image-frame img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: contrast(1.05) saturation(0.9);
}

.qamar-image-frame:hover img {
    transform: scale(1.08);
}

/* =========================================
   6. لیست‌های مدرن
========================================= */
.qamar-chic-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.qamar-chic-list li {
    position: relative;
    padding: 15px 35px 15px 15px;
    margin-bottom: 12px;
    background: #fafafa;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.qamar-chic-list li:hover {
    background: #ffffff;
    border-color: #eaeaea;
    transform: translateX(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}

/* نقطه مشکی لیست */
.qamar-chic-list li::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 25px;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.qamar-chic-list li:hover::before {
    transform: scale(1.5);
}

/* لیست هشدار (خط قرمزها) */
.qamar-warning-list li {
    border-right: 3px solid transparent;
}

.qamar-warning-list li:hover {
    border-right-color: #333;
}

/* =========================================
   7. دکمه ارتباط با ما
========================================= */
.qamar-btn-chic {
    display: inline-block;
    padding: 14px 40px;
    background-color: #000000;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.4s ease;
    border: 1px solid #000000;
    margin-top: 15px;
}

.qamar-btn-chic:hover {
    background-color: #ffffff;
    color: #000000 !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

/* =========================================
   8. انیمیشن‌ها و تاخیر زمانی
========================================= */
.q-delay-1 { animation-delay: 0.1s; }
.q-delay-2 { animation-delay: 0.3s; }
.q-delay-3 { animation-delay: 0.5s; }
.q-delay-4 { animation-delay: 0.7s; }

@keyframes qamar-elegant-fade {
    0% { opacity: 0; transform: translateY(40px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* =========================================
   9. واکنش‌گرایی (موبایل و تبلت)
========================================= */
@media (max-width: 768px) {
    .qamar-flex-section { flex-direction: column; gap: 25px; }
    .qamar-image-frame { width: 100%; max-width: 350px; margin: 0 auto; }
    .qamar-img-small { max-width: 260px; }
    .qamar-minimal-card { padding: 30px 20px; }
}/* End custom CSS */