﻿ /* Reset Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Iran', Tahoma, sans-serif;
}

/* Main Structure */
body {
    background: #f8f9fa;
    color: #333;
    line-height: 1.8;
}

.gov-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Header Styles */
.gov-header {
    background: #004d8c;
    padding: 1rem 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.org-brand {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.org-logo {
    width: 80px;
    height: auto;
}

.org-title {
    color: white;
    font-size: 1.4rem;
    line-height: 1.4;
}

/* Navigation Styles */
.secondary-nav {ding: 1rem 0;
    border-bottom: 1px solid #eee;
}
.secondary-nav1
{
    padding: 8px 5px 8px 5px;
    margin: 5px;
    ding: 1rem 0;
    border-bottom: 6px solid #eee;
    border-bottom-width: 1px;
}
.nav-link {
    display: inline-block;
    text-align: center;
            margin-bottom: 5px;
            transition: all 0.3s ease;
}

.nav-link {
    display: inline-block;
    color: #004d8c;
    text-decoration: none;
    margin: 0 1rem;
    padding: 0.5rem 1rem;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}

.nav-link:hover {
    border-color: #004d8c;
}

/* Footer Styles */
.gov-footer {
    background: #004d8c;
    color: white;
    padding: 2rem 0;
    margin-top: 4rem;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-link {
    color: white;
    text-decoration: none;
    opacity: 0.9;
}

.footer-link:hover {
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .org-brand {
        flex-direction: column;
    }

    .nav-link {
        display: block;
        margin: 0.5rem 0;
    }
}

@font-face
{
    font-family: 'Iran';
    src: url('../css/font1/iran.eot?#') , url('../css/font1/iran.woff') , url('../css/font1/iran.ttf');
}
