.dropbtn {
    margin-top: 60px;
    background-color: #fff;
    padding: 16px;
    font-size: 18px; /* اندازه فونت */
    border: none;
    padding: 10px 30px;
    cursor: pointer;
    border-radius: 6px;
    background: #576164;
    font-family: 'Vazirmatn', Arial, sans-serif; /* اعمال فونت به دکمه اصلی */
    font-weight: 400;
    text-transform: none;
    border-radius: 4px;
    padding-left: 100px;
}

.dropdown1 {
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.dropdown1-content1 {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
}

.dropdown1-content1 a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Vazirmatn', Arial, sans-serif; /* اعمال فونت به لینک‌های زیر منو */
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px; /* اندازه فونت */
}

.dropdown1-content1 a:hover {
    background-color: #ddd;
}

.dropdown1:hover .dropdown1-content1 {
    display: block;
}

.dropdown1:hover .dropbtn {
    color: #e74c3c;
}

.dropdown1-content1 a:not(:last-child) {
    border-bottom: 1px solid #ccc; /* خط جداکننده بین آیتم‌ها */
}

.container-fluid {
    padding: 0 100px;
}

.dropdown2 {
    position: relative;
}

.dropdown2-content2 {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
}

.dropdown2:hover .dropdown2-content2 {
    display: block;
}

.dropdown2:hover > a {
    background-color: #ddd;
    color: #000;
}

.dropdown2-content2 a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Vazirmatn', Arial, sans-serif; /* اعمال فونت به لینک‌های زیر منو دوم */
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px; /* اندازه فونت */
}

.dropdown2-content2 a:hover {
    background-color: #ddd;
}

/* سطح سوم زیرمنو */
.dropdown3 {
    position: relative;
}

.dropdown3-content3 {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
}

.dropdown3:hover .dropdown3-content3 {
    display: block;
}

.dropdown3:hover > a {
    background-color: #ddd;
    color: #000;
}

.dropdown3-content3 a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Vazirmatn', Arial, sans-serif; /* اعمال فونت به لینک‌های زیر منو سوم */
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px; /* اندازه فونت */
}

.dropdown3-content3 a:hover {
    background-color: #ddd;
}

/* سطح چهارم زیرمنو */
.dropdown4 {
    position: relative;
}

.dropdown4-content4 {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
}

.dropdown4:hover .dropdown4-content4 {
    display: block;
}

.dropdown4:hover > a {
    background-color: #ddd;
    color: #000;
}

.dropdown4-content4 a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Vazirmatn', Arial, sans-serif; /* اعمال فونت به لینک‌های زیر منو چهارم */
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px; /* اندازه فونت */
}

.dropdown4-content4 a:hover {
    background-color: #ddd;
}
/* برای مرورگرهای مبتنی بر WebKit مثل Chrome و Safari */
::-webkit-scrollbar {
  width: 12px; /* عرض نوار اسکرول */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* رنگ پس زمینه نوار اسکرول */
}

::-webkit-scrollbar-thumb {
  background: #888; /* رنگ دستگیره نوار اسکرول */
}

::-webkit-scrollbar-thumb:hover {
  background: #555; /* رنگ دستگیره نوار اسکرول در حالت هاور */
}
