.elementor-27 .elementor-element.elementor-element-c4bd2cb{--display:flex;}.elementor-27 .elementor-element.elementor-element-d1271eb{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-27 .elementor-element.elementor-element-d1271eb{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-bbe104d */:root {
    --avasta-dark: #1A2530;
    --avasta-primary: #FF9F1C;
}

body {
    font-family: 'Vazirmatn', sans-serif !important;
    direction: rtl;
    text-align: right;
    margin: 0;
    padding: 0;
    background-color: #f8fafc;
    color: #1A2530;
}

/* ================= منوی مدرن، جذاب و شناور ================= */
.avasta-header {
    width: 100%;
    position: fixed;
    top: 20px;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.avasta-navbar {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 12px 24px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.avasta-navbar:hover {
    box-shadow: 0 15px 35px rgba(255, 159, 28, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgba(255, 159, 28, 0.3);
}

.nav-right {
    display: flex;
    align-items: center;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.logo-text {
    text-align: right;
}

.brand-name {
    display: block;
    font-size: 20px;
    font-weight: 900;
    color: #1A2530;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.brand-sub {
    font-size: 10px;
    color: #64748b;
    font-weight: 600;
}

.logo-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(255, 159, 28, 0.2), rgba(255, 159, 28, 0.05));
    color: var(--avasta-primary);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: inset 0 0 0 1px rgba(255, 159, 28, 0.2);
    transition: transform 0.3s ease;
}

.logo-container:hover .logo-icon {
    transform: rotate(-10deg) scale(1.05);
}

/* منوی دسکتاپ */
.nav-links {
    display: flex;
    gap: 8px;
    align-items: center;
    background: rgba(241, 245, 249, 0.6);
    padding: 6px;
    border-radius: 18px;
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.nav-link {
    text-decoration: none;
    color: #475569;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.nav-link:hover {
    color: var(--avasta-primary);
    background: rgba(255, 255, 255, 0.8);
}

.nav-link.active {
    color: #ffffff;
    background-color: var(--avasta-primary);
    box-shadow: 0 4px 12px rgba(255, 159, 28, 0.3);
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* دکمه‌های جذاب */
.auth-btn {
    background: linear-gradient(135deg, #FF9F1C, #e08b15);
    color: white;
    padding: 10px 22px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 6px 20px rgba(255, 159, 28, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.auth-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 159, 28, 0.4);
}

.auth-btn:active {
    transform: translateY(0);
}

.mobile-auth-btn {
    display: none;
}

/* دکمه همبرگری نارنجی، شیشه‌ای و دارای انیمیشن جذاب */
.hamburger-btn {
    display: none;
    background: rgba(255, 159, 28, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 159, 28, 0.3);
    font-size: 18px;
    color: #FF9F1C;
    cursor: pointer;
    padding: 10px 14px;
    border-radius: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hamburger-btn:hover {
    background: rgba(255, 159, 28, 0.25);
    transform: scale(1.05);
}

.hamburger-btn:active {
    transform: scale(0.95);
}

.hamburger-btn i {
    transition: transform 0.3s ease;
}

.hamburger-btn:hover i {
    transform: rotate(90deg);
}

.mobile-menu-header {
    display: none;
}

/* ================= بخش هیرو (Hero) ================= */
.avasta-hero-wrapper {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 5% 50px 5%;
    box-sizing: border-box;
}

.avasta-hero-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.hero-content {
    flex: 1;
    text-align: right;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 159, 28, 0.12);
    color: var(--avasta-primary);
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 159, 28, 0.2);
}

.hero-content h1 {
    font-size: 46px;
    font-weight: 900;
    color: #1A2530;
    line-height: 1.25;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.hero-content h1 span {
    color: var(--avasta-primary);
    background: linear-gradient(135deg, #FF9F1C, #ff7b00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-content p {
    font-size: 16px;
    color: #64748b;
    line-height: 1.9;
    margin-bottom: 35px;
    max-width: 540px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 45px;
}

.btn-primary {
    background: linear-gradient(135deg, #FF9F1C, #e08b15);
    color: white;
    padding: 15px 30px;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 800;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(255, 159, 28, 0.35);
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(255, 159, 28, 0.45);
}

.btn-secondary {
    background-color: #ffffff;
    color: #1A2530;
    border: 1px solid #e2e8f0;
    padding: 15px 30px;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: #f8fafc;
    border-color: #cbd5e1;
    transform: translateY(-2px);
}

.hero-stats {
    display: flex;
    gap: 45px;
    border-top: 1px solid #e2e8f0;
    padding-top: 30px;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 22px;
    font-weight: 900;
    color: #1A2530;
}

.stat-label {
    font-size: 13px;
    color: #64748b;
    margin-top: 4px;
    font-weight: 500;
}

.hero-visual {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktop-normal-img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* ================= تنظیمات ریسپانسیو موبایل ================= */
@media (max-width: 992px) {
    .avasta-header {
        top: 15px;
        padding: 0 15px;
    }

    .avasta-navbar {
        padding: 10px 18px;
        border-radius: 18px;
    }

    .hamburger-btn {
        display: block;
    }
    
    .desktop-auth-btn {
        display: none !important;
    }

    .mobile-auth-btn {
        display: flex !important;
        width: 100%;
        justify-content: center;
        margin-top: 20px;
        padding: 14px;
        border-radius: 14px;
        font-size: 16px;
    }

    /* منوی موبایل تمام‌صفحه شیشه‌ای تیره */
    .nav-links {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(26, 37, 48, 0.96);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        z-index: 2000;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.95);
        transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
        box-shadow: none;
        border: none;
        padding: 20px;
        box-sizing: border-box;
    }

    .nav-links.active-mobile-menu {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .mobile-menu-header {
        display: flex;
        width: 90%;
        max-width: 400px;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        top: 25px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 15px;
    }

    .mobile-menu-title {
        font-size: 18px;
        font-weight: 800;
        color: #ffffff;
    }

    .close-menu-btn {
        background: rgba(255, 255, 255, 0.1);
        border: none;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        font-size: 18px;
        color: #ffffff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.3s;
    }

    .close-menu-btn:hover {
        background: rgba(255, 255, 255, 0.2);
    }

    .nav-links .nav-link {
        font-size: 18px;
        font-weight: 700;
        color: #cbd5e1;
        background: transparent;
        width: 90%;
        max-width: 400px;
        text-align: center;
        padding: 12px;
        border-radius: 12px;
    }

    .nav-links .nav-link:hover, .nav-links .nav-link.active {
        color: #ffffff;
        background: rgba(255, 159, 28, 0.2);
    }

    .nav-links .nav-link.active::after {
        display: none;
    }

    .hero-visual {
        display: none;
    }

    .avasta-hero-wrapper {
        min-height: 100vh;
        padding: 110px 20px 40px 20px;
    }

    .avasta-hero-container {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .hero-content {
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }

    .hero-content h1 {
        font-size: 30px;
        line-height: 1.35;
    }

    .hero-content p {
        font-size: 14px;
        text-align: center;
    }

    .hero-badge {
        margin: 0 auto 20px auto;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
        align-items: center;
        gap: 12px;
        margin-bottom: 35px;
    }

    .btn-primary, .btn-secondary {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
        font-size: 15px;
        border-radius: 14px;
        box-sizing: border-box;
    }

    .hero-stats {
        justify-content: center;
        gap: 35px;
        width: 100%;
        border-top: 1px solid #e2e8f0;
        text-align: center;
    }

    .stat-item {
        align-items: center;
    }
}/* End custom CSS */