.elementor-32287 .elementor-element.elementor-element-0231a5b{--display:flex;--justify-content:flex-start;}@media(min-width:769px){.elementor-32287 .elementor-element.elementor-element-0231a5b{--content-width:1920px;}}/* Start custom CSS for html, class: .elementor-element-8a946af */<style>
    /* =========================================
       Moshaverr VIP Master Styles
       ========================================= */
    .moshaverr-vip {
        font-family: 'IRANYekanX', 'Peyda', 'Estedad', Tahoma, sans-serif;
        background-color: #F8F9FA; color: #0B132B; direction: rtl; text-align: right;
        line-height: 1.9; margin: 0; padding: 0; overflow-x: hidden;
    }
    .m-container { max-width: 1200px; margin: 0 auto; padding: 60px 20px; }

    /* Animations */
    @keyframes slideUpFade { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
    .m-animate { animation: slideUpFade 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards; opacity: 0; }
    .m-delay-1 { animation-delay: 0.2s; }
    .m-delay-2 { animation-delay: 0.4s; }

    /* Hero Banners */
    .m-hero {
        background: linear-gradient(145deg, #0B132B 0%, #15234b 100%);
        border-radius: 32px; overflow: hidden; display: flex; flex-wrap: wrap;
        box-shadow: 0 25px 50px rgba(11, 19, 43, 0.25); margin-bottom: 70px; position: relative;
    }
    .m-hero-dark { padding: 80px 40px; text-align: center; color: #ffffff; width: 100%; }
    .m-hero-text { flex: 1 1 500px; padding: 80px 60px; display: flex; flex-direction: column; justify-content: center; z-index: 2; }
    .m-hero-title { color: #C9A227; font-size: 3rem; font-weight: 900; line-height: 1.4; margin-bottom: 25px; letter-spacing: -0.5px; }
    .m-hero-sub { color: #E0E4EC; font-size: 1.25rem; font-weight: 300; margin-bottom: 40px; line-height: 1.9; }
    .m-hero-image { flex: 1 1 400px; min-height: 450px; position: relative; background-size: cover; background-position: center; }
    .m-hero-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(11, 19, 43, 1) 0%, transparent 100%); }

    /* Content Cards & Sections */
    .m-section-title { color: #0B132B; font-size: 2.4rem; font-weight: 900; margin-bottom: 25px; text-align: center; }
    .m-section-desc { color: #555; font-size: 1.2rem; max-width: 800px; margin: 0 auto 60px auto; text-align: center; }
    
    .m-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 35px; margin-bottom: 80px; }
    .m-card { background: #ffffff; padding: 50px 40px; border-radius: 24px; box-shadow: 0 10px 40px rgba(0,0,0,0.04); text-align: center; transition: all 0.4s ease; border: 1px solid rgba(0,0,0,0.02); position: relative; overflow: hidden; }
    .m-card:hover { transform: translateY(-10px); box-shadow: 0 20px 50px rgba(11, 19, 43, 0.08); }
    .m-card::before { content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 4px; background: #C9A227; transform: scaleX(0); transform-origin: right; transition: transform 0.4s ease; }
    .m-card:hover::before { transform: scaleX(1); }
    .m-icon-wrap { width: 80px; height: 80px; margin: 0 auto 30px auto; background: rgba(201, 162, 39, 0.1); border-radius: 20px; display: flex; align-items: center; justify-content: center; }
    .m-icon-wrap svg { width: 40px; height: 40px; fill: #C9A227; }
    
    /* Zig-Zag Layout */
    .m-split { display: flex; flex-wrap: wrap; align-items: center; gap: 50px; margin-bottom: 80px; }
    .m-split.reverse { flex-direction: row-reverse; }
    .m-split-text { flex: 1 1 450px; }
    .m-split-img { flex: 1 1 450px; border-radius: 24px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.1); }
    .m-split-img img { width: 100%; height: auto; display: block; transition: transform 0.7s ease; }
    .m-split-img:hover img { transform: scale(1.05); }
    
    .m-list { list-style: none; padding: 0; margin: 20px 0; }
    .m-list li { position: relative; padding-right: 40px; margin-bottom: 15px; font-size: 1.15rem; color: #333; font-weight: 500; }
    .m-list li::before { content: '✔'; position: absolute; right: 0; top: 2px; color: #C9A227; font-size: 1.2rem; font-weight: bold; }

    /* Form Placeholder Box (برای ویجت المنتور) */
    .m-form-box { background: #0B132B; padding: 60px; border-radius: 32px; margin-top: 50px; color: #ffffff; box-shadow: 0 25px 60px rgba(11, 19, 43, 0.2); position: relative; overflow: hidden; }
    .m-form-box::before { content: ''; position: absolute; bottom: -50px; right: -50px; width: 200px; height: 200px; background: rgba(201, 162, 39, 0.15); border-radius: 50%; filter: blur(40px); pointer-events: none;}
    .m-form-placeholder { background: rgba(255, 255, 255, 0.03); border: 2px dashed rgba(201, 162, 39, 0.5); border-radius: 20px; padding: 60px 20px; text-align: center; margin-top: 30px; transition: all 0.3s; }
    .m-form-placeholder:hover { background: rgba(201, 162, 39, 0.05); border-color: #C9A227; }
    .m-form-placeholder h4 { color: #C9A227; font-size: 1.4rem; margin-bottom: 10px; }
    .m-form-placeholder p { color: rgba(255, 255, 255, 0.6); font-size: 1rem; }

    @media (max-width: 992px) { .m-hero-text { padding: 50px 30px; text-align: center; } .m-hero-image::after { background: linear-gradient(to bottom, rgba(11, 19, 43, 1) 0%, transparent 100%); } .m-split { flex-direction: column; text-align: center; } .m-split.reverse { flex-direction: column; } .m-list li { text-align: right; } }
    
    /* =========================================
       Typography Styles
       ========================================= */
    h1, h2, h3, h4, h5, h6 { 
        font-family: 'Ravi', 'IRANYekanX', 'Peyda', 'Estedad', Tahoma, sans-serif !important;
        color: var(--primary); 
        font-weight: 900; 
        line-height: 1.4; 
        margin: 0 0 20px 0; 
    }
</style>/* End custom CSS */