		@font-face {
		  font-family: 'Vazir';
		  src: url(../cdn/fonts/Vazir.woff2) format('woff2');
		}
        body {
            font-family: 'Vazir', 'Tahoma', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #eef2f7;
            color: #2c3e50;
            direction: rtl;
            text-align: right;
            display: flex;
            flex-direction: column;
            min-height: 100vh; 
        }
        .header {
            background-color: #ffffff;
            padding: 5px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            margin-bottom: 10px;
            display: flex; 
            align-items: center;
            justify-content: space-between; 
            position: relative; 
        }
        .header-logo {
            height: 50px;
            display: block;
        }
        .header-title {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            margin: 0;
            font-size: 2em;
            color: #0a5e95;
            font-weight: 900;
            white-space: nowrap;
        }
        .highlight-box {
            background-color: #fff3cd; 
            color: #856404;
            border: 1px solid #ffeeba;
            border-radius: 8px;
            padding: 10px 20px;
            margin: 0 20px 15px 20px; 
            text-align: center;
            font-size: 0.95em;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        }
        .main-container {
            padding: 0 20px;
            width: 100%;
            box-sizing: border-box;
        }
        .card-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr); 
            gap: 10px; 
            padding-bottom: 10px;
        }
        .menu-item-card {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background-color: #ffffff;
            padding: 12px; 
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            border: 1px solid #e1e8ef;
            text-decoration: none;
            color: inherit;
            transition: all 0.3s ease;
            height: 100%;
            box-sizing: border-box;
        }
        .menu-item-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(41, 128, 185, 0.2);
            border-color: #2980b9;
        }
        .item-icon {
            font-size: 2.5em;
            margin-bottom: 8px;
            display: block;
			color: #0a5e95;
        }
        .item-title {
            font-size: 1em;
            font-weight: 700;
            color: #2980b9;
			
        }
        .footer {
            background-color: #067284;
            color: #ecf0f1;
            text-align: center;
	        margin-top: 10px; 
			padding: 5px;
            font-size: 0.9em;
			width: 100%;
            box-sizing: border-box;		
            flex: 1; 
        }
        @media (min-width: 600px) {
            .card-grid {
                grid-template-columns: repeat(3, 1fr);
                gap: 20px;
            }
        }
.category-wrapper {
    margin: 20px 0;
    font-family: inherit; 
}
.category-list {
    display: flex;      
    flex-wrap: wrap;      
    gap: 10px;            
    padding: 0;
    margin: 0;
    list-style: none;   
}
.cat-btn {
    display: inline-block;
    background-color: #fdfdfd; 
    color: #333;              
    padding: 8px 16px;        
    border-radius: 20px;      
    text-decoration: none;    
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease; 
    border: 1px solid #e0e0e0;
}
.cat-btn:hover {
    background-color: #007bff;
    color: #ffffff;
    border-color: #007bff;
    transform: translateY(-2px); 
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}	
        .news-image {
            position: relative;
            z-index: 2; 
            max-width: 600px;
            width: 90%; 
            height: auto;
            max-height: 90%;
            object-fit: contain;
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
        }
        .news-section {
            background-color: #ffffff;
            margin: 0 20px 20px 20px;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            flex-shrink: 0;
        }

        .news-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            padding: 15px 20px;
            background-color: #f8f9fa;
            border-bottom: 1px solid #e1e8ef;
            font-size: 0.9em;
            color: #555;
        }
        .meta-item {
            display: flex;
            align-items: center;
            gap: 5px;
        }
        .meta-icon {
            font-size: 1.1em;
        }
        .news-title {
            margin: 0;
            padding: 20px 20px 10px 20px;
            font-size: 1.8em;
            color: #2c3e50;
            font-weight: 700;
        }
        .news-content {
            padding: 0 20px 20px 20px;
            line-height: 1.8;
            color: #444;
            text-align: justify;
        }
        @media (min-width: 600px) {
            .news-image {
                width: 100%; 
            }
        }
        .news-image-wrapper {
            position: relative;
            width: 100%;
            height: 350px; 
            background-color: #333;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }
 /* --- استایل فرم‌ها (جدید) --- */
        .form-group {
            margin-bottom: 15px;
        }

        .form-label {
            display: block;
            margin-bottom: 8px;
            font-weight: 700;
            color: #2c3e50;
            font-size: 0.95em;
        }

        .form-input,
        .form-textarea,
        .form-select {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid #e1e8ef;
            border-radius: 8px;
            font-family: inherit;
            font-size: 1em;
            color: #2c3e50;
            background-color: #ffffff;
            transition: all 0.3s ease;
            box-sizing: border-box;
        }

        .form-input:focus,
        .form-textarea:focus,
        .form-select:focus {
            outline: none;
            border-color: #2980b9;
            box-shadow: 0 0 0 3px rgba(41, 128, 185, 0.15);
        }

        .form-input::placeholder,
        .form-textarea::placeholder {
            color: #95a5a6;
        }

        .form-textarea {
            resize: vertical;
            min-height: 100px;
        }

        .form-btn {
            background-color: #2980b9;
            color: #ffffff;
            border: none;
            padding: 12px 30px;
            border-radius: 8px;
            font-size: 1em;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: inherit;
        }

        .form-btn:hover {
            background-color: #1c5980;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(41, 128, 185, 0.3);
        }

        .form-row {
            display: flex;
            gap: 15px;
        }

        .form-row .form-group {
            flex: 1;
        }		