*{

    margin:0;
    padding:0;
    box-sizing:border-box;
    
    }
    
    
    
    body{
    background:#f5f7fa;
    font-family:tahoma, Arial, sans-serif;
    direction:rtl;
    color:#333;
    }
    
    
    
    a{
    text-decoration:none;
    }
    
    
    .container{
    max-width:1200px;
    margin:auto;
    padding:0 20px;
    }
    
    
    
    /* HEADER */
    
    
    .header{
    background:white;
    padding:20px 0;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
    }
    
    
    
    .header .container{
    
    display:flex;
    
    justify-content:space-between;
    
    align-items:center;
    
    }
    
    
    
    .logo{
    
    font-size:28px;
    
    font-weight:bold;
    
    color:#064e3b;
    
    }
    
    
    .logo span{
    
    color:#d4af37;
    
    }
    
    
    
    nav a{
    
    margin-right:25px;
    
    color:#064e3b;
    
    font-size:16px;
    
    }
    
    
    
    
    
    /* HERO */
    
    
    .hero{
    
    padding:50px 20px;
    
    }
    
    
    
    .hero-box{
    
    max-width:1200px;
    
    margin:auto;
    
    background:#fff;
    
    border-radius:30px;
    
    padding:70px 60px;
    
    display:flex;
    
    align-items:center;
    
    justify-content:space-between;
    
    box-shadow:
    0 20px 50px rgba(0,0,0,.06);
    
    }
    
    
    
    .hero-content{
    
    width:55%;
    
    }
    
    
    
    .badge{
    
    display:inline-block;
    
    background:#064e3b;
    
    color:white;
    
    padding:10px 20px;
    
    border-radius:50px;
    
    margin-bottom:25px;
    
    }
    
    
    
    .hero h1{
    
    font-size:18px;
    
    line-height:1.5;
    
    color:#064e3b;
    
    margin-bottom:20px;
    
    }
    
    
    
    .hero p{
    
    font-size:11px;
    
    line-height:2;
    
    color:#555;
    
    margin-bottom:35px;
    
    }
    
    
    
    .hero-buttons{
    
    display:flex;
    
    gap:20px;
    
    }
    
    
    
    .btn-primary{
    
    background:#d4af37;
    
    color:white;
    
    padding:16px 35px;
    
    border-radius:50px;
    
    font-weight:bold;
    
    }
    
    
    
    .btn-secondary{
    
    border:2px solid #064e3b;
    
    color:#064e3b;
    
    padding:14px 35px;
    
    border-radius:50px;
    
    }
    
    
    
    .hero-image{
    
    width:35%;
    
    display:flex;
    
    justify-content:center;
    
    }
    
    
    
    .circle{
    
    width:100px;
    
    height:100px;
    
    background:#064e3b;
    
    border-radius:50%;
    
    display:flex;
    
    align-items:center;
    
    justify-content:center;
    
    font-size:30px;
    
    font-weight:bold;
    
    color:#d4af37;
    
    }
    
    
    
    
    /* MOBILE */
    
    
    @media(max-width:768px){
    
    
    .header .container{
    
    flex-direction:column;
    
    }
    
    
    nav{
    
    margin-top:20px;
    
    }
    
    
    
    .hero-box{
    
    flex-direction:column;
    
    padding:40px 25px;
    
    }
    
    
    
    .hero-content{
    
    width:100%;
    
    text-align:center;
    
    }
    
    
    .hero h1{
    
    font-size:20px;
    
    }
    
    
    .hero p{
    
    font-size:13px;
    
    }
    
    
    .hero-buttons{
    
    flex-direction:column;
    
    }
    
    
    .hero-image{
    
    width:100%;
    
    margin-top:40px;
    
    }
    
    
    .circle{
    
    width:100px;
    
    height:100px;
    
    font-size:30px;
    
    }
    
    
    }
    .languages{
        display:flex;
        align-items:center;
        gap:15px;
        }
        
        
        .lang-item{
        
        display:flex;
        align-items:center;
        gap:6px;
        
        text-decoration:none;
        color:#333;
        
        font-size:14px;
        
        }
        
        
        .lang-item img{
        
        width:28px;
        height:18px;
        
        object-fit:cover;
        
        border-radius:3px;
        
        }
        
        
        
        .lang-item:hover{
        
        color:#c40000;
        
        }


    /* =========================
NETWORK MARKETING SECTION
========================= */


.network-section{

    padding:40px 20px;
    
    }
    
    
    
    .network-container{
    
    max-width:1200px;
    
    margin:auto;
    
    background:#ffffff;
    
    border-radius:35px;
    
    padding:60px;
    
    box-shadow:
    0 20px 50px rgba(0,0,0,.05);
    
    }
    
    
    
    
    .network-title{
    
    text-align:center;
    
    max-width:850px;
    
    margin:auto;
    
    }
    
    
    
    
    .network-title span{
    
    color:#d4af37;
    
    font-size:15px;
    
    font-weight:bold;
    
    }
    
    
    
    .network-title h2{
    
    font-size:38px;
    
    color:#064e3b;
    
    margin:20px 0;
    
    }
    
    
    
    .network-title p{
    
    font-size:18px;
    
    line-height:2;
    
    color:#555;
    
    }
    
    
    
    
    .network-content{
    
    display:flex;
    
    align-items:center;
    
    gap:40px;
    
    margin-top:50px;
    
    }
    
    
    
    
    .network-text{
    
    width:50%;
    
    }
    
    
    
    .network-text h3{
    
    font-size:18px;
    
    color:#064e3b;
    
    margin-bottom:20px;
    
    }
    
    
    
    .network-text p{
    
    font-size:14px;
    
    line-height:2;
    
    color:#555;
    
    margin-bottom:20px;
    
    }
    
    
    
    
    .network-btn{
    
    display:inline-block;
    
    background:#064e3b;
    
    color:#fff;
    
    padding:15px 35px;
    
    border-radius:50px;
    
    margin-top:15px;
    
    }
    
    
    
    
    .network-cards{
    
    width:50%;
    
    display:grid;
    
    grid-template-columns:repeat(3,1fr);
    
    gap:15px;
    
    }
    
    
    
    
    .network-card{
    
    background:#f5f7fa;
    
    padding:25px 15px;
    
    border-radius:20px;
    
    text-align:center;
    
    }
    
    
    
    .icon{
    
    width:55px;
    
    height:55px;
    
    background:#064e3b;
    
    color:#d4af37;
    
    border-radius:50%;
    
    display:flex;
    
    align-items:center;
    
    justify-content:center;
    
    margin:auto auto 15px;
    
    font-weight:bold;
    
    }
    
    
    
    
    .network-card h4{
    
    color:#064e3b;
    font-size:14px;
    margin-bottom:10px;
    
    }
    
    
    
    .network-card p{
    
    font-size:10px;
    
    color:#666;
    
    }
    
    
    /* =========================
WHY PANBEH RIZ SECTION
========================= */


.panberiz-section{

    padding:40px 20px;
    
    }
    
    
    
    
    .panberiz-container{
    
    max-width:1200px;
    
    margin:auto;
    
    background:#fff;
    
    border-radius:35px;
    
    padding:60px;
    
    box-shadow:
    0 20px 50px rgba(0,0,0,.05);
    
    }
    
    
    
    
    
    .panberiz-header{
    
    text-align:center;
    
    max-width:850px;
    
    margin:auto;
    
    }
    
    
    
    .panberiz-header span{
    
    color:#d4af37;
    
    font-weight:bold;
    
    }
    
    
    
    .panberiz-header h2{
    
    font-size:18px;
    
    color:#064e3b;
    
    margin:20px 0;
    
    }
    
    
    
    .panberiz-header p{
    
    font-size:14px;
    
    line-height:2;
    
    color:#555;
    
    }
    
    
    
    
    
    .p3-cards{
    
    display:grid;
    
    grid-template-columns:repeat(3,1fr);
    
    gap:25px;
    
    margin-top:50px;
    
    }
    
    
    
    
    .p3-card{
    
    background:#f5f7fa;
    
    border-radius:25px;
    
    padding:35px 25px;
    
    text-align:center;
    
    transition:.3s;
    
    }
    
    
    
    
    .p3-card:hover{
    
    transform:translateY(-8px);
    
    }
    
    
    
    
    .p3-icon{
    
    width:70px;
    
    height:70px;
    
    background:#064e3b;
    
    color:#d4af37;
    
    border-radius:50%;
    
    display:flex;
    
    align-items:center;
    
    justify-content:center;
    
    margin:auto auto 20px;
    
    font-size:18px;
    
    font-weight:bold;
    
    }
    
    
    
    .p3-card h3{
    
    color:#064e3b;
    
    font-size:18px;
    
    margin-bottom:20px;
    
    }
    
    
    
    
    .p3-card p{
    
    font-size:11px;
    
    line-height:2;
    
    color:#555;
    
    }
    
    /* ==========================
6 STEP SUCCESS IMAGE
========================== */

.success-steps{

    padding:40px 20px;

    background:#f5f7fa;

}


.success-container{

    max-width:600px;

    margin:auto;

    background:#ffffff;

    border-radius:35px;

    padding:30px;

    box-shadow:
    0 20px 50px rgba(0,0,0,.05);

}



.success-image{

    width:100%;

    height:auto;

    display:block;

    border-radius:25px;

}


/* ======================
FAQ SECTION
====================== */


.faq-section{

    padding:40px 20px;
    
    background:#f5f7fa;
    
    }
    
    
    
    .faq-container{
    
    max-width:1200px;
    
    margin:auto;
    
    background:#fff;
    
    border-radius:35px;
    
    padding:60px;
    
    box-shadow:
    0 20px 50px rgba(0,0,0,.05);
    
    }
    
    
    
    .faq-title{
    
    text-align:center;
    
    margin-bottom:40px;
    
    }
    
    
    
    .faq-title span{
    
    color:#d4af37;
    
    font-weight:bold;
    
    }
    
    
    
    .faq-title h2{
    
    font-size:38px;
    
    color:#064e3b;
    
    margin:20px 0;
    
    }
    
    
    
    .faq-title p{
    
    color:#555;
    
    font-size:17px;
    
    }
    
    
    
    
    .faq-list{
    
    display:flex;
    
    flex-direction:column;
    
    gap:20px;
    
    }
    
    
    
    
    .faq-item{
    
    background:#f5f7fa;
    
    padding:25px 30px;
    
    border-radius:20px;
    
    border-right:5px solid #d4af37;
    
    }
    
    
    
    .faq-item h3{
    
    font-size:12px;
    
    color:#064e3b;
    
    margin-bottom:15px;
    
    }
    
    
    
    .faq-item p{
    
    line-height:2;
    
    color:#555;
    
    font-size:10px;
    
    }
    
    
    
    
    
    @media(max-width:768px){
    
    .faq-container{
    
    padding:35px 20px;
    
    }
    
    
    .faq-title h2{
    
    font-size:20px;
    
    }
    
    
    .faq-item{
    
    padding:20px;
    
    }
    
    }
 
    /* MOBILE */
    
    
    @media(max-width:768px){
        /* ==========================
6 STEP SUCCESS IMAGE
========================== */
    
        .success-container{

            padding:15px;
        
        }
        
        
        .success-image{
        
            border-radius:15px;
        
        }
    .network-container{
    
    padding:35px 20px;
    
    }
    
    
    
    .network-title h2{
    
    font-size:18px;
    
    }
    .network-title p{
    
        font-size:11px;
        
        }
    
    
    .network-content{
    
    flex-direction:column;
    
    }
    
    
    
    .network-text,
    .network-cards{
    
    width:100%;
    
    }
    .network-cards{
    
        width:50%;
        
        display:grid;
        
        grid-template-columns:repeat(3,1fr);
        
        gap:15px;
        
        }
    
        /* =========================
WHY PANBEH RIZ SECTION
========================= */

.panberiz-container{

    padding:35px 20px;

    }
    
    
    
    .panberiz-header h2{
    
    font-size:18px;
    
    }
    
    
    
    .p3-cards{
    
    grid-template-columns:1fr;
    
    }
    
    
    }

    /* =========================
WHY PANBEH RIZ SECTION
========================= */


.panberiz-section{

    padding:40px 20px;
    
    }
    
    
    
    
    .panberiz-container{
    
    max-width:1200px;
    
    margin:auto;
    
    background:#fff;
    
    border-radius:35px;
    
    padding:60px;
    
    box-shadow:
    0 20px 50px rgba(0,0,0,.05);
    
    }
    
    
    
    
    
    .panberiz-header{
    
    text-align:center;
    
    max-width:850px;
    
    margin:auto;
    
    }
    
    
    
    .panberiz-header span{
    
    color:#d4af37;
    
    font-weight:bold;
    
    }
    
    
    
    .panberiz-header h2{
    
    font-size:18px;
    
    color:#064e3b;
    
    margin:20px 0;
    
    }
    
    
    
    .panberiz-header p{
    
    font-size:11px;
    
    line-height:2;
    
    color:#555;
    
    }
    
    
    
    
    
    .p3-cards{
    
    display:grid;
    
    grid-template-columns:repeat(3,1fr);
    
    gap:25px;
    
    margin-top:50px;
    
    }
    
    
    
    
    .p3-card{
    
    background:#f5f7fa;
    
    border-radius:25px;
    
    padding:35px 25px;
    
    text-align:center;
    
    transition:.3s;
    
    }
    
    
    
    
    .p3-card:hover{
    
    transform:translateY(-8px);
    
    }
    
    
    
    
    .p3-icon{
    
    width:70px;
    
    height:70px;
    
    background:#064e3b;
    
    color:#d4af37;
    
    border-radius:50%;
    
    display:flex;
    
    align-items:center;
    
    justify-content:center;
    
    margin:auto auto 20px;
    
    font-size:16px;
    
    font-weight:bold;
    
    }
    
    
    
    .p3-card h3{
    
    color:#064e3b;
    
    font-size:18px;
    
    margin-bottom:20px;
    
    }
    
    
    
    
    .p3-card p{
    
    font-size:10px;
    
    line-height:2;
    
    color:#555;
    
    }
    /* =====================
CONTACT PAGE
===================== */


.contact-section{

    padding:70px 20px;
    
    background:#f5f7fa;
    
    }
    
    
    
    .contact-container{
    
    max-width:900px;
    
    margin:auto;
    
    background:#fff;
    
    border-radius:35px;
    
    padding:60px;
    
    text-align:center;
    
    box-shadow:
    0 20px 50px rgba(0,0,0,.05);
    
    }
    
    
    
    .contact-container h1{
    
    font-size:18px;
    
    color:#064e3b;
    
    margin-bottom:20px;
    
    }
    
    
    
    .contact-container p{
    
    color:#555;
    
    font-size:11px;
    
    line-height:2;
    
    margin-bottom:40px;
    
    }
    
    
    
    
    .contact-box{
    
    display:grid;
    
    grid-template-columns:repeat(2,1fr);
    
    gap:25px;
    
    }
    
    
    
    .contact-item{
    
    background:#f5f7fa;
    
    padding:30px;
    
    border-radius:20px;
    
    border-top:4px solid #d4af37;
    
    }
    
    
    
    .contact-item h3{
        font-size:18px;
    
    color:#064e3b;
    
    margin-bottom:15px;
    
    }
    
    
    
    .contact-item a{
        font-size:11px;
    
    color:#064e3b;
    
    font-weight:bold;
    
    }
    
    
    
    .contact-item strong{
    
    color:#d4af37;
    
    font-size:15px;
    
    }
    
    
    @media(max-width:768px){

        .mobile-right,
.mobile-left{

display:flex;
align-items:center;
gap:15px;

}


/* دسکتاپ */

.languages{

display:flex;
gap:8px;

}


.languages a{

font-size:22px;
text-decoration:none;

}



@media(max-width:768px){






.nav-links{

display:flex;
flex-direction:column;
gap:5px;
padding:0;
margin:0;

}



.nav-links a{

font-size:13px;

}



.logo{

font-size:22px;

}



.nav-register{

padding:8px 18px;
font-size:13px;

}



.languages a{

font-size:13px;

}


}


        .contact-container{
        
        padding:35px 20px;
        
        }
        
        
        .contact-box{
        
        grid-template-columns:repeat(2,1fr);
        
        gap:15px;
        
        }
        
        
        .contact-item{
        
        padding:20px 10px;
        
        }
        
        
        
        .contact-item h3{
        
        font-size:13px;
        
        }
        
        
        .contact-item a,
        .contact-item strong{
        
        font-size:11px;
        
        }
        
        
        .contact-container h1{
        
        font-size:20px;
        
        }
        
        }


        .mlm-opportunity {
            background: #f5f7fa;
            padding: 60px 20px;
        }
        
        
        .opportunity-box {
        
            background: #ffffff;
        
            max-width: 1100px;
        
            margin: auto;
        
            padding: 70px 40px;
        
            text-align: center;
        
            border-radius: 24px;
        
            box-shadow: 0 10px 35px rgba(0,0,0,0.05);
        
        }
        
        
        .opportunity-box h2 {
        
            color: #0b5d3b;
        
            font-size: 20px;
        
            font-weight: 800;
        
            margin-bottom: 25px;
        
        }
        
        
        
        .intro {
        
            color: #555;
        
            font-size: 14px;
        
            line-height: 2;
        
            max-width: 750px;
        
            margin: auto;
        
        }
        
        
        
        .intro strong {
        
            color: #0b5d3b;
        
        }
        
        
        
        .profit {
        
            margin: 35px 0;
        
        }
        
        
        
        .profit span {
        
            display: block;
        
            color: #c9a227;
        
            font-size: 30px;
        
            font-weight: 900;
        
            line-height: 1;
        
        }
        
        
        
        .profit small {
        
            color: #0b5d3b;
        
            font-size: 20px;
        
            font-weight: 700;
        
        }
        
        
        
        .training {
        
            color: #555;
        
            font-size: 14px;
        
            line-height: 2.2;
        
        }
        
        
        
        .training strong {
            font-size: 15px;
            color: #0b5d3b;
        
        }
        
        
        
        .training .gold {
            font-size: 15px;
        
            color: #c9a227;
        
        }
        
        
        
        .opportunity-btn {
        
            display: inline-block;
        
            margin-top: 35px;
        
            padding: 15px 45px;
        
            background: #0b5d3b;
        
            color: white;
        
            text-decoration: none;
        
            border-radius: 50px;
        
            font-size: 14px;
        
            transition: .3s;
        
        }
        
        
        
        .opportunity-btn:hover {
        
            background: #c9a227;
        
        }
        
        
        
        /* Mobile */
        
        @media(max-width:768px){
        
            .opportunity-box {
        
                padding: 45px 20px;
        
                border-radius: 18px;
        
            }
        
        
            .opportunity-box h2 {
        
                font-size: 18px;
        
            }
        
        
            .profit span {
        
                font-size: 55px;
        
            }
        
        
            .intro,
            .training {
        
                font-size: 11px;
        
            }
        
        }
        .brands{

            width:100%;
            padding:70px 8%;
            background:#fff;
        
        }
        
        .section-title{
        
            text-align:center;
            margin-bottom:35px;
        
        }
        
        .section-title h2{
        
            font-size:15px;
            color:#222;
            margin-bottom:8px;
            font-weight:700;
        
        }
        
        .section-title p{
        
            font-size:11px;
            color:#777;
        }
        
        .brands-grid{
        
            display:grid;
            grid-template-columns:repeat(4,1fr);
            gap:18px;
        
        }
        
        .brand-card{
        
            background:#fff;
            border:1px solid #ececec;
            border-radius:16px;
            padding:18px;
            text-align:center;
            transition:.35s;
        }
        
        .brand-card:hover{
        
            transform:translateY(-6px);
            box-shadow:0 12px 30px rgba(0,0,0,.08);
        
        }
        
        .brand-card img{
        
            width:95px;
            height:95px;
            object-fit:contain;
            margin:0 auto 14px;
            display:block;
        
        }
        
        .brand-card h3{
        
            font-size:15px;
            color:#111;
            margin-bottom:8px;
            font-weight:700;
        
        }
        
        .brand-card p{
        
            font-size:11px;
            line-height:1.9;
            color:#666;
        
        }
        
        
        /* Tablet */
        
        @media(max-width:992px){
        
        .brands-grid{
        
        grid-template-columns:repeat(2,1fr);
        
        }
        
        }
        
        
        /* Mobile */
        
        @media(max-width:576px){
        
        .brands{
        
        padding:50px 20px;
        
        }
        
        .brands-grid{
        
        grid-template-columns:1fr;
        gap:15px;
        
        }
        
        .brand-card img{
        
        width:80px;
        height:80px;
        
        }
        
        }

        .site-footer {

            background: #0b5d3b;
        
            color: #ffffff;
        
            padding: 35px 20px;
        
            text-align: center;
        
            margin-top: 50px;
        
        }
        
        
        
        .footer-content {
        
            max-width: 900px;
        
            margin: auto;
        
        }
        
        
        
        .footer-content h3 {
        
            color: #c9a227;
        
            font-size: 25px;
        
            margin-bottom: 15px;
        
        }
        
        
        
        .footer-content p {
        
            color: rgba(255,255,255,0.85);
        
            font-size: 15px;
        
            line-height: 2;
        
            margin-bottom: 25px;
        
        }
        
        
        
        .copyright {
        
            border-top: 1px solid rgba(255,255,255,0.2);
        
            padding-top: 20px;
        
            font-size: 14px;
        
            color: #fff;
        
        }
        .brand-btn{

            display:inline-flex;
            align-items:center;
            justify-content:center;
            margin-top:16px;
            padding:8px 18px;
            border:1px solid #0B1F3A;
            border-radius:30px;
            background:#fff;
            color:#0B1F3A;
            font-size:11px;
            font-weight:600;
            text-decoration:none;
            transition:.3s ease;
        
        }
        
        .brand-btn:hover{
        
            background:#0B1F3A;
            color:#fff;
            transform:translateY(-2px);
        
        }