
        .container {
            padding: 30px;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }
        h1 {
            text-align: center;
            margin-bottom: 30px;
        }
        .list-group-item {
            border: none;
            border-bottom: 1px solid #ddd;
            font-size: 16px;
        }
body {
margin: 0;
padding: 0;
direction: rtl; 
            font-family: 'Vazir', sans-serif;
            padding-top: 50px;
}
@font-face {
            font-family: web;
            src: url(IranianSans.ttf);
        }
        * {
            font-family: web;
        }
        @font-face {
            font-family: web;
            src: url(IranianSans.ttf);
            font-weight: bold;
        }
        .nvb {
            background-color: #403243;
            color: #fff;
            
        }
        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
        }
        footer {
            padding: 25px 0;
            background-color: #262431;
            color:#fff;
        }
        .footer-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            text-align: right;
        }
        .footer-logo img {
            max-width: 150px;
            height: auto;
        }
        .footer-links ul {
            list-style-type: none;
            padding: 0;
        }
        .footer-links ul li {
            margin-bottom: 10px;
        }
        .footer-social-icons a {
            color: #333;
            font-size: 20px;
            margin-right: 15px;
        }
        .footer-social-icons a:hover {
            color: #007bff;
            text-decoration: none;
        }
        .footer-bottom {
            text-align: center;
            margin-top: 20px;
            padding-top: 10px;
            border-top: 1px solid #ccc;
            color:#ccc;
        }