/* _content/ParsunYatash/Views/Shared/_Layout.cshtml.rz.scp.css */
body[b-2v6tu70vuw] {
    padding-top: 125px; /* ارتفاع کل هدر را اینجا اعمال کنید */
}

header .main-nav .menu-list .menu-item > a.nav-link[b-2v6tu70vuw] {
    color: black !important;
}

header .main-nav .nav-center > a.nav-link[b-2v6tu70vuw] {
    color: black !important;
}

/* --- بخش مربوط به اسکرول: استایل‌های پایه --- */
/* این ترانزیشن باعث می‌شود هرگونه تغییر در استایل هدر (مانند ارتفاع یا سایه) نرم اتفاق بیفتد. */
header.header[b-2v6tu70vuw] { /* کلاس 'header' باید به تگ <header> در _Layout.cshtml اضافه شده باشد */
    transition: all 0.3s ease-in-out;
}
/* --- پایان تنظیمات اسکرول --- */

.main-nav[b-2v6tu70vuw] {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.nav-top[b-2v6tu70vuw] {
    text-align: center;
    width: 100%;
    background-color: #1a1a1a;
    height: 60px;
}

.nav-center[b-2v6tu70vuw] {
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 30px;
    box-sizing: border-box;
    /* --- شروع تنظیمات اسکرول --- */
    /* این ترانزیشن برای نرم شدن تغییر پدینگ هنگام اسکرول است. */
    transition: padding 0.3s ease-in-out;
    /* --- پایان تنظیمات اسکرول --- */
}

.nav-bottom[b-2v6tu70vuw] {
    width: 100%;
    background-color: #FF6B00;
    height: 5px;
}

.navbar-toggle[b-2v6tu70vuw] {
    display: block;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #FF6B00;
}

.toggle-icon[b-2v6tu70vuw] {
    font-size: 24px;
}

.nav-menu[b-2v6tu70vuw] {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.menu-list[b-2v6tu70vuw] {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-item[b-2v6tu70vuw] {
    margin-right: 60px;
}

.nav-link[b-2v6tu70vuw] {
    text-decoration: none !important;
    color: #FF6B00;
    font-family: Arial, sans-serif;
    font-size: 16px;
    padding: 5px 10px;
}

    .nav-link:hover[b-2v6tu70vuw] {
        color: #FF6B00;
    }

    .nav-link.text-black[b-2v6tu70vuw] {
        color: black !important; /* !important برای اطمینان از اعمال استایل */
    }

.dropdown[b-2v6tu70vuw] {
    position: relative;
}

.dropdown-toggle[b-2v6tu70vuw] {
    cursor: pointer;
    color: #FF6B00;
}

.dropdown-menu[b-2v6tu70vuw] {
    display: none;
    position: absolute;
    top: -20px;
    background-color: rgb(255, 255, 255);
    width: 175px;
    box-shadow: 0px 0px 8px 1px rgb(187, 187, 187);
    justify-content: center;
    align-items: center;
    left: 50%; /* مرکز افقی نسبت به والد */
    transform: translateX(-50%); /* جابجایی به نصف عرض خود برای مرکز دقیق */
    justify-content: center; /* تراز افقی محتویات */
    align-items: center; /* تراز عمودی محتویات */
}

.dropdown:hover .dropdown-menu[b-2v6tu70vuw] {
    display: block;
    color: #FF6B00;
}

.dropdown-item[b-2v6tu70vuw] {
    text-align: center; /* مرکز کردن متن داخل هر آیتم */
    width: 100%; /* پر کردن عرض منو */
    padding: 5px 10px; /* حفظ فاصله داخلی */
    background-color: white;
    color: #FF6B00;
}

    .dropdown-item .text-black[b-2v6tu70vuw] {
        color: black !important;
    }

.divider hr[b-2v6tu70vuw] {
    margin: 5px 0;
    border: 0;
    border-top: 1px solid #dee2e6;
}

/* --- بخش مربوط به اسکرول (در حالت اسکرول شده) --- */
/* حالتی که هدر کلاس 'scrolled' را می‌گیرد */
header.header.scrolled .nav-top[b-2v6tu70vuw] {
    height: 0; /* باعث می‌شود نوار بالای هدر پنهان شود */
    overflow: hidden; /* مطمئن شوید محتوای پنهان شده نمایش داده نمی‌شود */
    transition: height 0.3s ease-in-out; /* انیمیشن نرم برای ارتفاع */
}

header.header.scrolled .nav-center[b-2v6tu70vuw] {
    padding: 15px 30px; /* کاهش پدینگ، هدر را کوچکتر می‌کند */
    transition: padding 0.3s ease-in-out; /* انیمیشن نرم برای پدینگ */
}

/* کاهش فاصله بین آیتم‌های منو وقتی اسکرول شده است (اگر نیاز به تغییر دارید) */
header.header.scrolled .menu-list .menu-item[b-2v6tu70vuw] {
    margin-right: 60px; /* فاصله کمتر در حالت اسکرول - می‌توانید این را تنظیم کنید */
}

/* اضافه کردن سایه به نوار ناوبری هنگام اسکرول */
header.header.scrolled .main-nav[b-2v6tu70vuw] {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* (اختیاری) کاهش اندازه فونت لینک‌ها هنگام اسکرول برای فشرده‌تر شدن هدر */
header.header.scrolled .nav-link[b-2v6tu70vuw] {
    font-size: 14px;
}
/* --- پایان بخش اسکرول --- */


@media (max-width: 768px) {
    .main-nav[b-2v6tu70vuw] {
        padding: 0;
    }

    .nav-menu[b-2v6tu70vuw] {
        flex-direction: column;
        display: none;
    }

        .nav-menu.show[b-2v6tu70vuw] {
            display: flex;
        }

    .navbar-toggle[b-2v6tu70vuw] {
        display: block;
        margin-right: 80px;
    }

    .nav-center[b-2v6tu70vuw] {
        width: 100%;
    }

    .menu-item[b-2v6tu70vuw] {
        margin: 10px 0;
    }

        .menu-item .text-black[b-2v6tu70vuw] {
            color: black !important;
        }
}

.text-black-force[b-2v6tu70vuw] {
    color: black !important;
}

/* --- Footer Styles --- */
.footer[b-2v6tu70vuw] {
    width: 100%;
    background-color: #1a1a1a;
    /* height: 450px; removed specific height from main footer for flexibility */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px 0; /* Add some padding for overall spacing */
}

.sec_footer[b-2v6tu70vuw] {
    width: 100%;
    /* height: 450px; moved this height to the main footer, or consider removing if not strictly necessary */
    background-color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px 0; /* Add padding for content inside */
}

.footer .section_left[b-2v6tu70vuw] {
    color: #ffffff;
}

    .footer .section_left h3[b-2v6tu70vuw] {
        margin-bottom: 10px;
    }

    .footer .section_left .footer_tabe[b-2v6tu70vuw] {
        width: 430px;
        background-color: #ff5f00;
        height: 0.1px;
        border: none;
        margin-bottom: 25px;
    }

    .footer .section_left p[b-2v6tu70vuw] {
        margin-top: 50px;
    }

    /* Styles for the social media icons */
    .footer .section_left div .svg[b-2v6tu70vuw] {
        width: 24px; /* Adjust size as needed */
        height: 24px; /* Adjust size as needed */
        fill: #ffffff; /* Color for the SVG icons */
        margin-right: 15px; /* Spacing between icons */
        transition: fill 0.3s ease; /* Smooth transition on hover */
    }

        .footer .section_left div .svg:hover[b-2v6tu70vuw] {
            fill: #FF6B00; /* Hover color for icons */
        }

/* Specific styles for social media icons if you use background images or font icons instead of inline SVGs */
.svg.youtube-icon[b-2v6tu70vuw] {
    /* If you use a background image: */
    /* background-image: url('/path/to/youtube-icon.png'); */
    /* background-size: cover; */
    /* display: inline-block; */
    /* width: 24px; height: 24px; */
}

.svg.instagram-icon[b-2v6tu70vuw] {
    /* Similar styles for Instagram */
}

.svg.facebook-icon[b-2v6tu70vuw] {
    /* Similar styles for Facebook */
}


.footer .section_right li[b-2v6tu70vuw] {
    margin-bottom: 7px;
}

.footer .section_right a[b-2v6tu70vuw] {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none; /* Ensure links are not underlined */
}

    .footer .section_right a:hover[b-2v6tu70vuw] {
        color: #b2b2b2;
    }

@media screen and (max-width: 600px) {
    header .navbar[b-2v6tu70vuw] {
        padding: 0px 10px;
    }
}

@media screen and (max-width: 425px) {
    .svg[b-2v6tu70vuw] {
        margin-right: 2px;
    }

    header .navbar[b-2v6tu70vuw] {
        padding: 0px 6px;
    }

        header .navbar .search_box .input_search[b-2v6tu70vuw] {
            width: 130px;
        }
}

header .header_bottom .list_text.activem[b-2v6tu70vuw] {
    margin-top: 10px;
}

@media screen and (max-width: 736px) {
    header .menu[b-2v6tu70vuw] {
        position: relative;
        background-color: #ffffff;
        display: block;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
    }

    header .header_bottom .list_text[b-2v6tu70vuw] {
        transition: all 0.5s ease;
        margin-top: -165px;
        padding-right: 12px;
        display: block;
    }

        header .header_bottom .list_text li[b-2v6tu70vuw] {
            margin-bottom: 6px;
        }

    .list_down[b-2v6tu70vuw] {
        display: none;
        padding-right: 20px;
    }

    .list_text[b-2v6tu70vuw] {
        position: relative;
    }

    .head-bot[b-2v6tu70vuw] {
        position: relative;
    }

    header .header_bottom .header_tabe[b-2v6tu70vuw] {
        display: none;
    }

    .drop_list_1 ul li:first-child[b-2v6tu70vuw] {
        display: none;
    }

    .drop_list_2 ul li:first-child[b-2v6tu70vuw] {
        display: none;
    }

    .drop_list_3 ul li:first-child[b-2v6tu70vuw] {
        display: none;
    }

    .list_down[b-2v6tu70vuw] {
        margin-right: 20px;
    }

    .list_text #one_list:hover .drop_list_1[b-2v6tu70vuw] {
        box-shadow: 0px 0px 0px rgb(22, 3, 3);
        background-color: transparent;
        padding-top: 42px;
        color: #616060;
    }

    .list_text #two_list:hover .drop_list_2[b-2v6tu70vuw] {
        box-shadow: 0px 0px 0px rgb(22, 3, 3);
        background-color: transparent;
        padding-top: 42px;
        color: #616060;
    }

    .list_text #tree_list:hover .drop_list_3[b-2v6tu70vuw] {
        box-shadow: 0px 0px 0px rgb(22, 3, 3);
        background-color: transparent;
        padding-top: 42px;
        color: #616060;
    }

    .list_text #one_list:hover[b-2v6tu70vuw] {
        margin-bottom: 350px;
    }

    .list_text #two_list:hover[b-2v6tu70vuw] {
        margin-bottom: 230px;
    }

    header .header_bottom .list_text .list_down ul li[b-2v6tu70vuw] {
        padding: 1px 0px;
    }
}

@media screen and (max-width: 576px) {
    header .menu[b-2v6tu70vuw] {
        justify-content: space-around;
    }
}

@media screen and (max-width: 650px) {
    .sec_footer[b-2v6tu70vuw] {
        display: flex;
        flex-direction: column;
        align-items: flex-start; /* Changed from 'start' to 'flex-start' for consistency */
        padding: 20px 5%; /* Adjusted padding for better responsiveness */
    }

    .footer .section_left .footer_tabe[b-2v6tu70vuw] {
        width: 290px;
    }

    .footer .section_right[b-2v6tu70vuw] {
        width: 290px;
        margin-top: 45px;
    }
}
